Open-EO / openeo-processes-python

A Python representation of (most) openEO processes
Apache License 2.0
11 stars 4 forks source link

Add `json` as output file format #102

Closed clausmichele closed 2 years ago

clausmichele commented 2 years ago

We need to implement the JSON format as an option for save_result. This will work only if the input is a vector-cube (a geopandas object internally, or maybe dict also), otherwise we throw an error. If JSON is used, no indexing in ODC should be performed.