WKT2 with force grid using #1166
Unanswered
grigoroffbenj
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I am curious whether you have PROJ_NETWORK enabled or disabled when running this? |
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.
-
Hi,
i have a work zone near Calgary that i need to transform NAD83 (old)/ Alberta 3-degree TM reference meridian 114 W (EPSG:3776) with CGVD28 height with GSD95 geoid model TO EPSG:4326 or EPSG:4979 (hellipsoid height).
Before update (Eg. in version 3.3.1) I can't deal with geoid convertion but i can make NTV2 plannimetrics shift with "ca_nrc_ABCSRSV4.tif" file in PROJ_DATA.
I have updated pyproj to 3.4.0 and try to deal with plannimetric and vertical convertion.
I have created a WKT2 of my projection:
This is my python code snippet.
Problem description
The TransformerGroup have ballpack with my GSD95 grid file (in fact it's not in PROJ_DATA V1.11) so,
https://webapp.csrs-scrs.nrcan-rncan.gc.ca/geod/process/download-helper.php?file_id=GSD95
But i still have ballpack.
What I'm doing wrong ? WKT2 definition ? or ?
I see in this post #1114 (comment) a different WKT2 definition.
Environment (from
conda list
&pyproj.datadir.get_user_data_dir()
):and PROJ_DATA
Beta Was this translation helpful? Give feedback.
All reactions