-
Notifications
You must be signed in to change notification settings - Fork 361
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
Fix CRS parser and proj4 cea projection support #2403
Conversation
4fa4274
to
0903246
Compare
0903246
to
8bf5051
Compare
3f4f5c0
to
c301d74
Compare
c301d74
to
a22042e
Compare
29746ea
to
d341ed1
Compare
This PR fixes biggis-project/biggis-landuse#2 and cea projection support (before it produced black tile or even could not reproject anything). But this PR introduces a new question. The rasters below: (reprojected into WebMercator via GDAL) (reprojected into WebMercator via GeoTrellis) The question is where is the mistake? In proj4j library (though i tried to check various of For sure this bug (if it's a bug) can be addressed in a separate PR. GDAL info: Cea -> WebMercator (GeoTrellis):
Cea -> WebMercator (GDAL):
|
The mistake appears to be with GeoTrellis. Using pyproj, this is the results that I get
This matches what GDAL returns, but differs in what GeoTrellis calculates. |
I'll dig into it a bit more tomorrow |
7c45c09
to
bbdb6fa
Compare
bbdb6fa
to
b15961e
Compare
Fixed proj4j tests in
|
6c34718
to
702d057
Compare
Fixes #1415