WorldCereal / worldcereal-classification

This repository contains the classification module of the WorldCereal system.
https://esa-worldcereal.org/
MIT License
19 stars 2 forks source link

Perform preprocessing to geoparquet from patch extractions #101

Open kvantricht opened 2 months ago

kvantricht commented 2 months ago

Starting from patch extractions, we need a workflow that performs:

VincentVerelst commented 2 months ago

Currently it's not possible on the CDSE backend to load_stac multiple CRS: https://github.com/Open-EO/openeo-geopyspark-driver/issues/827

VincentVerelst commented 1 month ago

Implemented a STAC splitter in gfmap to circumvent the load_stac issue: https://github.com/Open-EO/openeo-gfmap/pull/146

kvantricht commented 1 month ago

Needs #125 first.

jdries commented 3 weeks ago

moving to public mount is possible, but this would trigger a huge update in stac metadata

VincentVerelst commented 2 weeks ago
kvantricht commented 2 weeks ago

That's great progress Vincent, thanks! So once the RDM interaction is there we have in principle everything in place to start gradually building this geoparquet and performing some downstream tests on them?

VincentVerelst commented 2 weeks ago

That's great progress Vincent, thanks! So once the RDM interaction is there we have in principle everything in place to start gradually building this geoparquet and performing some downstream tests on them?

Indeed!