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

Handle gridded data #80

Open
lewisjared opened this issue Aug 4, 2022 · 0 comments
Open

Handle gridded data #80

lewisjared opened this issue Aug 4, 2022 · 0 comments
Assignees
Labels
feature Related to a (new) feature

Comments

@lewisjared
Copy link
Contributor

Is your feature request related to a problem? Please describe.

I want to be able to handle gridded data in a consistent way. We don't want to support huge datasets i.e. CMIP6 as that would be infeasible to reprocess. Datasets should be less than 1GB, otherwise, other solutions such as zarr should be used.

Datasets that I have in mind:

  • EDGAR (Monthy/Annual historical grids ~0.1 deg)
  • Country Masks (Shapefile?) - that might be handled differently as it would have to be rasterised on to a given grid size

Describe the solution you'd like

These data should be able to loaded using xarray for filtering.
See core-api gridded data handler

Chunking?

@lewisjared lewisjared self-assigned this Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Related to a (new) feature
Projects
None yet
Development

No branches or pull requests

1 participant