Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support spatiotemporal and property filtering in load_url #859

Open
VincentVerelst opened this issue Sep 4, 2024 · 0 comments
Open

Support spatiotemporal and property filtering in load_url #859

VincentVerelst opened this issue Sep 4, 2024 · 0 comments
Assignees

Comments

@VincentVerelst
Copy link

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

  • Filter this geoparquet file by a certain spatial and temporal extent
  • Filter this geoparquet file based on certain properties (e.g. only extract items for which property "extract" == 1)

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants