Open-EO / openeo-geopyspark-driver

OpenEO driver for GeoPySpark (Geotrellis)
Apache License 2.0
26 stars 4 forks source link

Support spatiotemporal and property filtering in `load_url` #859

Open VincentVerelst opened 3 weeks ago

VincentVerelst commented 3 weeks ago

For the WorldCereal project, we have multiple datasets stored in geoparquet format. We would need to be able to:

The geoparquet files are loaded in via the load_url process. Ideally, we therefore should be able to specify a spatiotemporal extent and certain property filters as arguments in load_url, such that only a subset of the full dataset is loaded in.