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

create offsets table from scheme #6

Open
mdsumner opened this issue Aug 24, 2021 · 1 comment
Open

create offsets table from scheme #6

mdsumner opened this issue Aug 24, 2021 · 1 comment

Comments

@mdsumner
Copy link
Member

we need

  • tile index (cell number of tile in tile raster)
  • offset (the topleft cell c(offsetX, offsetY) in RasterIO terms
  • nX, nY (the dimensions of the data available (the tile size, or the dangle for the final column/row
  • xmin, xmax, ymin, ymax extent - optional but handy to have
@mdsumner
Copy link
Member Author

mdsumner commented May 5, 2022

above now done, could also add

  • list of cell index
  • conversion to start/count/stride forms for netcdf (with possibly flip thing)
  • include overviews, so we could represent an entire tiling
  • optional include source column
  • include source column as VRT with indexing baked in

@mdsumner mdsumner mentioned this issue May 5, 2022
@mdsumner mdsumner pinned this issue May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant