We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In inpy, we used the PROJ4 library 4.3 to reproject WGS84 into the model projection.
In the new route, we now just PROJ4 8, which has a different built-in set of projection strings, so slightly different results in many models.
These two options seem to be random choices, while the GeoTIFF actually contains a full CRS string. Can we reproject using that CRS string instead?
The text was updated successfully, but these errors were encountered:
Follow up: https://github.com/nens/threedi-tables/issues/120
Sorry, something went wrong.
caspervdw
No branches or pull requests
In inpy, we used the PROJ4 library 4.3 to reproject WGS84 into the model projection.
In the new route, we now just PROJ4 8, which has a different built-in set of projection strings, so slightly different results in many models.
These two options seem to be random choices, while the GeoTIFF actually contains a full CRS string. Can we reproject using that CRS string instead?
The text was updated successfully, but these errors were encountered: