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

Allow user to change raster projection #266

Open
twelch opened this issue Dec 30, 2023 · 0 comments
Open

Allow user to change raster projection #266

twelch opened this issue Dec 30, 2023 · 0 comments

Comments

@twelch
Copy link
Contributor

twelch commented Dec 30, 2023

EPSG:6933 has some limitations, it doesn't cover beyond -86 and 86 degrees latitude - https://nsidc.org/data/user-resources/help-center/guide-ease-grids.

In these cases other projections such as UTM could be used.

  • Allow user to select default equal area projection on data:import or leave it in the projection they already have (with warning that Geoblaze is limited to rectangular projections).
    • Geoblaze is limited to rectangular projections.
  • raster data is reprojected on import using gdalwarp
  • toRasterProjection uses the appropriate projection. May require use of proj4-fully-loaded to offer more projections. Or need a way for user to provide a definition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant