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
aggregates = cube.aggregate_spatial(geometries=point_collection, reducer="mean")
result = aggregates.save_result(format="JSON")
result.download("tmp.json")
->
OpenEoApiError: [500] Internal: Server error: TypeError('Object of type AggregateSpatialResultCSV is not JSON serializable') (ref: r-470fdd4b75754f288153c821b7f2c1f9)
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This works
But adding an explicit
save_result
fails:->
The text was updated successfully, but these errors were encountered: