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

WIP: Reproject via map_blocks #115

Closed
wants to merge 4 commits into from
Closed

WIP: Reproject via map_blocks #115

wants to merge 4 commits into from

Conversation

maxrjones
Copy link
Contributor

This is an updated attempt at addressing #10, building off the work done in #12. It uses xarray.map_blocks to execute rioxarray's reproject function. Currently only working for datasets with 2 or 3 dimensions. More testing is also needed.

I looked briefly at odc-geo and pyresample as alternative options but found map_blocks provided a more intuitive approach and expect it will be easier to maintain.

@maxrjones maxrjones added the benchmark Run benchmarks on PR label Mar 19, 2024
@maxrjones maxrjones marked this pull request as draft March 19, 2024 21:29
@maxrjones maxrjones self-assigned this Mar 19, 2024
@maxrjones
Copy link
Contributor Author

closing in favor of #128, because pyresample's resample_blocks is helpful for matching the chunks of the input grid to the output grid

@maxrjones maxrjones closed this Jun 4, 2024
@maxrjones maxrjones deleted the map-blocks branch June 21, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
benchmark Run benchmarks on PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant