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

Implement raster support for northern and southern projections #88

Closed
jpswinski opened this issue Mar 18, 2022 · 1 comment
Closed

Implement raster support for northern and southern projections #88

jpswinski opened this issue Mar 18, 2022 · 1 comment
Assignees

Comments

@jpswinski
Copy link
Member

When a polygon is rasterized, it currently is done only in the web mercator projection. This is not ideal for areas close to the poles.

The client should support rasterizing the polygon in a polar projection, and then identifying that projection in the request so that the server code can process the raster image in that projection.

@jpswinski
Copy link
Member Author

The SlideRuleEarth/sliderule#133 PR integrated GDAL into the server code and removed it from the client. By doing so, all regions are now passed as geojson objects when requesting raster subsetting support (even if they originate as shapefiles) and GDAL takes care of the projection using the projection supplied in the geojson (or shapefile). So this is now, in effect, fix.ed

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

2 participants