-
Notifications
You must be signed in to change notification settings - Fork 5
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
vulnerability to PROJ6/GDAL3 #7
Comments
Thanks for the heads-up @rsbivand |
@rsbivand did you get these errors with a dev version of |
Development versions of sp, rgdal, sf (SetFromUserInput branch), run overnigt: testthat.Rout.fail.sp134rgdal153sf083GDAL304PROJ630.txt Development versions of sp, rgdal, released sf 0.8-1 testthat.Rout.failsp134rgdal153sf081GDAL304PROJ630.txt Development versions of sp, rgdal, old released sf 0.8-0: testthat.Rout.fail.sp134rgdal153sf080GDAL304PROJ630.txt Released sp, rgdal, old released sf 0.8-0: testthat.Routsp132rgdal148sf080GDAL303PROJ630.txt To replicate you'd need
on PROJ 630/GDAL304 or similar. And enjoy diving into testthat code ... in test-tz_lookup2 l.35 this looks wrong:
l. 57
But running that file line by line gives nothing. I've another 60 packages to handle, so I'll leave this to you - it is projection-related. |
On my laptop with:
no problem: So I need to (re)-re-check settings on my desktop. |
Thanks very much for the detail @rsbivand. I haven't been able to replicate the errors using the
|
OK. The warnings are work in progress, and can be muted a bit when the packages get to release. The problem is that in GDAL when reading CRS in files, the |
Thanks very much, I really appreciate all the work you're doing to support the transition. I will keep an eye on this! |
Running revdeps from sp (sp (my github fork) with development rgdal from R-Forge):
See:
http://rgdal.r-forge.r-project.org/articles/PROJ6_GDAL3.html
r-spatial/sf#1231
r-spatial/sf#1187
r-spatial/sf#1146
r-spatial/discuss#28
for background. See:
r-spatial/discuss#28 (comment)
for a way of testing fixes in a docker container contributed by Jakub Nowosad.
The text was updated successfully, but these errors were encountered: