You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The official load_collection process allows geojson and vector cube as input, but it seems that the python client doesn't allow that.
This is very annoying, because it means we need tedious conversion to the 'spatial_extent' format everywhere.
Also a shapely bbox can be expressed rather easily as box(1.0,2.0,3.0,4.0), following the commonly used minx,miny,maxx,maxy notation that is found on tools like bbox finder.
There's already a helper function that might be of use:
See this TODO:
openeo-python-client/openeo/rest/datacube.py
Line 193 in ced3faa
The official load_collection process allows geojson and vector cube as input, but it seems that the python client doesn't allow that.
This is very annoying, because it means we need tedious conversion to the 'spatial_extent' format everywhere.
Also a shapely bbox can be expressed rather easily as box(1.0,2.0,3.0,4.0), following the commonly used minx,miny,maxx,maxy notation that is found on tools like bbox finder.
There's already a helper function that might be of use:
openeo-python-client/openeo/rest/datacube.py
Line 1061 in ced3faa
The text was updated successfully, but these errors were encountered: