-
Notifications
You must be signed in to change notification settings - Fork 29
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
addLocalFile fails (on GDAL3/PROJ6) #6
Comments
@lbusett thanks for testing this under GDAL3/PROJ6! Very much appreciated! Wouldn't something like prj = prj[grep("+proj=", prj)] be enough though? |
@lbusett I just pushed the (my) proposed change. Could you please re-test on GDAL3/PROJ6 to see if it solves the issue? |
Yeah, I guess that should work and is much simpler - I'll test tomorrow on Linux. |
tested now: I confirm this works also on GDAL3/PROJ6. CLosing here. |
heads-up for this, potentially giving problems for the use of |
@lbusett thanks for the heads-up! |
On a recently updated system with GDAL3/PROJ6, this currently fails:
with:
, because:
gives:
This could be solved substituting:
with, for example,
Although this would require adding
rgdal
as an import, I think it would also allow to more easily introduce PROJ6 workflows based on WKT strings (r-spatial/discuss#28)The text was updated successfully, but these errors were encountered: