-
Notifications
You must be signed in to change notification settings - Fork 802
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
Grid Shift been requested before it is used. #4075
Labels
Comments
Related call stack from preliminary analysis:
We might need to convince DatabaseContext::lookForGridInfo() or its callers in the above call context to not call NS_PROJ::FileManager::open_resource_file() (in PROJ_NETWORK / PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE mode) |
rouault
added a commit
to rouault/PROJ
that referenced
this issue
Mar 10, 2024
…n PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE mode when all grids are known (fixes OSGeo#4075)
rouault
added a commit
to rouault/PROJ
that referenced
this issue
Mar 14, 2024
…n PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE mode when all grids are known (fixes OSGeo#4075)
rouault
added a commit
that referenced
this issue
Mar 16, 2024
…n PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE mode when all grids are known (fixes #4075)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PROJ version: 9.3
two question about that code:
the function
OGRCreateCoordinateTransformation
cause a calling toproj_network_open_cbk_type
which I think it to earlybecause any transformation still not done yet.
suppose that transformation request will be only in X,Y (without Z). in this case vertical grid shift is not necessary, isn't it ?
The text was updated successfully, but these errors were encountered: