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 partitioned raster data structure #701

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

Add partitioned raster data structure #701

kordejong opened this issue Aug 6, 2024 · 0 comments

Comments

@kordejong
Copy link
Member

kordejong commented Aug 6, 2024

A raster is needed in case of operations that need to know about the cell size, bounding box, coordinate reference system, ... Examples are: slope, resample, warp, ...

One option is to re-use the partitioned array and aggregate it with crs info.

Afterwards, existing algorithms need to be overloaded for rasters. Algorithms that don't need CRS info can simply forward to the overload accepting arrays. I/O routines should be updated to use raster instances.

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