earthpulse / eotdl

Earth Observation Training Datasets
https://eotdl.com
MIT License
18 stars 6 forks source link

expose EuroCrops at granular level #122

Open juansensio opened 11 months ago

juansensio commented 11 months ago

Posted by @patrick-griffiths

User story: how to expose EuroCrops at granular level, so that queries such as extracting all Winter Wheat Parcels in a AOI can be performed..

juansensio commented 11 months ago

Steps:

  1. Generate STAC metadata for EuroCrops (if not already done) and ingest in EOTDL as Q1+ dataset.
  2. Optionally, enable STAC query through EOTDL API (which in turn will query geodb or geodb STAC API)

The dataset can be ingested and the entire STAC Catalog can be downloaded, read with the tools and filtered with pandas like queries. Then, the remaining assets can be downloaded using as well the tools (this is demonstrated in a notebook example, will update and link here).