Skip to content

Commit 6f09327

Browse files
jdriesPeter Van Bouwel
authored andcommitted
Open-EO#334 compute geometry bbox in target crs if possible
1 parent 7926255 commit 6f09327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_views_execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ def test_aggregate_spatial_invalid_geometry(api, geometries, expected):
10291029
def test_aggregate_spatial_vector_cube_basic(api, feature_collection_test_path):
10301030
path = get_path(feature_collection_test_path)
10311031
pg = {
1032-
"lc": {"process_id": "load_collection", "arguments": {"id": "ESA_WORLDCOVER_10M_2020_V1", "bands": ["B02", "B03", "B04"]}},
1032+
"lc": {"process_id": "load_collection", "arguments": {"id": "ESA_WORLDCOVER_10M_2020_V1", "bands": ["MAP"]}},
10331033
"lf": {
10341034
"process_id": "load_uploaded_files",
10351035
"arguments": {"paths": [str(path)], "format": "GeoJSON", "options": {"columns_for_cube": []}},

0 commit comments

Comments
 (0)