-
Notifications
You must be signed in to change notification settings - Fork 18
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
Port xr_reproject from odc.algo #26
Comments
Hey @Kirill888 , a question: with a Dask-enabled (that said, some option for non-Dask parallelism would also be useful - my current application uses data that originates in memory so Dask-only parallelism will be a little tricky for that) |
Dask version will certainly have concurrency across timestamps as well as spatial chunks. In |
Most of the low-level utilities needed for Dask-backed reprojection are already in
odc-geo
. This is mostlyodc-geo/odc/geo/geobox.py
Line 909 in 11c5937
and also:
odc-geo/odc/geo/overlap.py
Line 130 in 11c5937
Expected interface:
..., y, x[,band]
The text was updated successfully, but these errors were encountered: