Skip to content

Commit 7926255

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

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
@@ -1198,7 +1198,7 @@ def test_aggregate_spatial_vector_cube_dimensions(
11981198
):
11991199
path = get_path("geojson/FeatureCollection02.json")
12001200
pg = {
1201-
"lc": {"process_id": "load_collection", "arguments": {"id": "ESA_WORLDCOVER_10M_2020_V1", "bands": ["B02", "B03", "B04"]}},
1201+
"lc": {"process_id": "load_collection", "arguments": {"id": "ESA_WORLDCOVER_10M_2020_V1", "bands": ["MAP"]}},
12021202
"lf": {
12031203
"process_id": "load_uploaded_files",
12041204
"arguments": {"paths": [str(path)], "format": "GeoJSON", "options": {"columns_for_cube": []}},

0 commit comments

Comments
 (0)