Replies: 1 comment 5 replies
-
|
Related: OSGeo/PROJ#3177 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to extract a proj4 pipeline (
projinfo -s EPSG:9518 -t EPSG:7661 -o PROJ --hide-ballpark) with pyproj viaTransformerGroup(CRS.from_epsg(9518), CRS.from_epsg(7661))But using TransformerGroup only comes up with a noop transform... Instead of whatprojinforeports:I must be missing something because, the documented example does find grids on the CDN... https://pyproj4.github.io/pyproj/stable/transformation_grids.html#what-grids-to-download
Beta Was this translation helpful? Give feedback.
All reactions