-
Notifications
You must be signed in to change notification settings - Fork 785
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
"No inverse method available" #4165
Comments
I get an test error when running "gie" program with "gridshift.gie" file for the operation: "operation +proj=gridshift +grids=tests/test_gridshift_projected.tif" gridshift: Invalid latitude I'm using PROJ v9.4.0 |
I suspect some misconfiguration in your system. Are you sure you aren't mixing PROJ versions? |
This is the header obtained when running "projinfo" and "proj" programs: Rel. 9.4.0, March 1st, 2024 All tests are succeeded except the one for this operation On the other hand, here a piece of code for debugging this issue: PJ_COORD source = proj_coord(-598000.000, -1160020.000, 0.000, 0); Should be right? What about the pipeline at the beginning of this conversation? |
both looks OK |
Then, what could be the problem? |
yes, it does (and the related tests runs fine on the continuation integration on all major platforms): I've just successfully tested the following:
I don't know. I'm pretty bad at diagnosing issues I can't reproduce locally. Maybe compare the log messages you get by setting PROJ_DEBUG=ON with the ones above. Otherwise I have nothing better to suggest than running through a debugger and stepping ... |
Thank you so much for your help. I'll check, again, everything on my end. |
Hi,
I'm testing projected grids and I'm getting error 2048 - No inverse method available.
What is wrong in this pipeline?
+proj=pipeline +step +proj=tmerc lat_0=0 lon_0=24 k=0.9996 x_0=500000 y_0=0 ellps=GRS80 +step +proj=gridshift +grids=projected_grid.tif
The text was updated successfully, but these errors were encountered: