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 support for reading a subset of raster cells to from_gdal #728

Open
kordejong opened this issue Nov 6, 2024 · 0 comments
Open

Add support for reading a subset of raster cells to from_gdal #728

kordejong opened this issue Nov 6, 2024 · 0 comments

Comments

@kordejong
Copy link
Member

kordejong commented Nov 6, 2024

This is convenient for performing scalability experiments. Something like this:

array = from_gdal(name, center, shape, partition_shape);
array = from_gdal(name, south_west, north_east, partition_shape);
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

1 participant