-
Notifications
You must be signed in to change notification settings - Fork 4
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
Xarray interface #12
Comments
I began this work a while ago. Be careful: it won't be possible to use xarray to compute zonalstats. You will then have to allow two ways to open the product: as a classical numpy array using rasterio, or as an xarray using rioxarray. In
|
I am working on this issue, you can review my changes on the branch: |
@cadauxe, could you open a Pull Request, even if in draft, in order to comment the changes there? |
The goal would be to replace the current approach using multiprocessing and internal mechanisms by an Xarray interface. This would enable the possibility to use Dask, stream the processing, but also keep results in memory.
The text was updated successfully, but these errors were encountered: