Skip to content

Commit b0f69ed

Browse files
committed
add test for coordinates
1 parent e010783 commit b0f69ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functionaltests/suites/stac_api/test_stac_api_functional.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ def test_item(config):
247247
assert content['stac_version'] == '1.0.0'
248248
assert content['collection'] == 'S2MSI2A'
249249

250+
assert content['geometry']['coordinates'][0][0][0] == 16.33660021997006
251+
250252
assert 'assets' in content
251253
assert 'B02' in content['assets']
252254
assert 'product-metadata' in content['assets']

0 commit comments

Comments
 (0)