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

Add an example page to the docs on geospatial filtering/indexing #1861

Open
shoyer opened this issue Jan 26, 2018 · 0 comments
Open

Add an example page to the docs on geospatial filtering/indexing #1861

shoyer opened this issue Jan 26, 2018 · 0 comments

Comments

@shoyer
Copy link
Member

shoyer commented Jan 26, 2018

We cover standard time-series stuff pretty well in the "Toy weather data" example, but geospatial filtering/indexing questions come up all the time aren't well covered.

Topics could include:

  • How to filter out a region of interest (sel() with slice and where(..., drop=True))
  • How to align two gridded datasets in space.
  • How to sample a gridded dataset at a list of station locations
  • How to resample a dataset to a new resolution (possibly referencing xESMF)

Not all of these are as smooth as they could be, but hopefully that will clearly point to where we have room for improvement in our APIs :).

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