Open-EO / openeo-odc

Functions to map an openEO process graph to a job based on OpenDataCube and Xarray functions.
Apache License 2.0
1 stars 3 forks source link

fixed load_collection: temporal_extent and spatial_extent defaults, polygon/geoJSON support #2

Closed clausmichele closed 3 years ago

clausmichele commented 3 years ago
  1. The web editor creates by default the load_collection without temporal_extent, this was not handled. Same for spatial_extent.
  2. Allow to call cube = datacube.Datacube(), without app and env, setting odc_env=None in create_job_header
clausmichele commented 3 years ago

Added first polygon/geoJSON support in load_collection. To fully support the geoJSON, I need to add the masking part based on the polygon after loading, which is more difficult to integrate.

clausmichele commented 3 years ago

Added median in backend_processes.json