Replies: 1 comment 1 reply
-
See: |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hello,
within my old python scripts, I used definitions like
mycrs = pyproj.Proj("+init=EPSG:31467 +units=m +nadgrids=./BWTA2017.gsb") to convert coordinates using specific ntv2 grids. After an updaten, using "+init" should be replaced to newer versions of pyproj (pyproj 3.1.0 and proj 7.2.1).
mycrs = CRS('epsg:31467') works fine, but my specific grid is not used.
Is there any possibility to use grid files in the latest version pf pyproj?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions