-
Notifications
You must be signed in to change notification settings - Fork 26
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
GDAL.gdalwarp fails: Point outside of projection domain #373
Comments
So there are actually two problems:
|
Hi, thanks for the answer!
Well, it catches the error as it should and does not print it (no print function here obviously), and that is all. Unless you do mean some other error-handling approach? |
"Otherwise we might need to rethink the error macros in GDAL.jl." |
Hello, |
Can you test it again please, now that JuliaGeo/GDAL.jl#153 is merged? |
Great, I got the result without any error or warning! Thank you! |
Although the issue occurred when I was using GDAL.jl, but since ArchGDAL is built on top of it, I am posting this problem here as well.
JuliaGeo/GDAL.jl#149
UPDATE 2:
I reprojected the file using osgeo gdal.Wrap in python 3.8.13, osgeo gdal =3.6.2
And although it showed me the same error: "ERROR 1: Point outside of projection domain", the output was created and looks ok. Any way to have that error suppressed and have the reprojection done?
Using osgeo gdal '3.4.2', python 3.8.13 there is no error but both files have slightly different extents.
UPDATE:
Ok, I think the problem is with the source projection ETRS89-extended / LAEA Europe, the newer GDAL version might have a problem. In R terra, I am getting when reading the data:
Might be related to: r-spatial/stars#588
Hi there,
I have just updated my packages in Julia and got an error while running gdalwarp.
Before the update, everything was working fine. now that error. And I do not have the old manifest saved...
However, I found under the old Artifact.toml in GDAL_jll was GDAL-vv300.400.100, the new one is v301.600.200 if that helps...
Previous GDAL was: 1.3.0
Thanks!
Here are the actual packages installed:
Julia v1.7.2
[c9ce4bd3] ArchGDAL v0.9.3
[336ed68f] CSV v0.10.9
[5ae59095] Colors v0.12.10
[717857b8] DSP v0.7.8
[a93c6f00] DataFrames v1.5.0
[31c24e10] Distributions v0.25.86
[add2ef01] GDAL v1.5.1
[c91e804a] Gadfly v1.3.4
[c27321d9] Glob v1.3.0
[cd3eb016] HTTP v1.7.4
[c8e1da08] IterTools v1.4.0
[682c06a0] JSON v0.21.3
[b946abbf] NaNStatistics v0.6.18
[e7bfaba1] NumericalIntegration v0.3.3
[f27b6e38] Polynomials v3.2.5
[438e738f] PyCall v1.95.1
[ce6b1742] RDatasets v0.7.7
[a3a2b9e3] Rasters v0.5.1
[8e980c4a] Shapefile v0.9.1
[2913bbd2] StatsBase v0.33.21
[bd369af6] Tables v1.10.0
[ade2ca70] Dates
[10745b16] Statistics
The text was updated successfully, but these errors were encountered: