-
Notifications
You must be signed in to change notification settings - Fork 59
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 GDAL 3.0.0 #150
Comments
thanks for the report, i'll have a look |
I can't get source versions of rgdal or sf to installed on my mac, i guess i can try on windows |
Can you install PROJ, then GDAL and its other dependencies, from source? I realise this isn't what you need to spend time on, but changes in PROJ underlying GDAL are occurring, so everyone downstream faces adapting. @edzer - do we need a resource somewhere (rhub ???) with the forward-looking PROJ and GDAL binaries? |
It looks like maybe GDAL 3.0.0 is starting to enforce |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Running revdeps for rgdal built with PROJ 6.1.0 and GDAL 3.0.0, I've hit an issue with a test failure that looks like a change in the content of GeoJSON files read through the OGR driver (same would apply in sf I think (@edzer)):
In
tests/testthat/test-as.json.R
you have:but the fail file shows:
It seems to drop the CRS assignation, but whether this is the OGR driver, PROJ 6, or something else is unknown at present.
The text was updated successfully, but these errors were encountered: