-
Notifications
You must be signed in to change notification settings - Fork 38
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
Cellarea crashes Julia on engineering crs #895
Comments
Can confirm...that seems bad |
|
Probably has to be Proj or GDAL to kill Julia? |
Yes the stacktrace points to Proj |
This must be a Proj issue, right? Seems like it segfaults if it can't do a conversion and using Rasters, Proj, ArchGDAL
r = Raster("https://github.com/Deltares/Geomorphometry.jl/releases/download/v0.6.0/saba.tif"; lazy = true)
transform = Proj.Transformation(crs(r), EPSG(4326)) # errors
transform = Proj.Transformation(crs(r), EPSG(4326); always_xy = true) # segfaults But also this CRS seems to be invalid? |
It's a local engineering CRS. Should be valid, but you can't transform it. It should error though, not crash, and not sure if that's a bug at the Julia side of Rasters, Proj or PROJ itself. |
It's pretty hard for Rasters to cause a segfault, and really Proj should protect other packages from this |
I made an issue in Proj, think it should be handled there |
The text was updated successfully, but these errors were encountered: