datacarpentry / r-raster-vector-geospatial

Introduction to Geospatial Raster and Vector Data with R
https://datacarpentry.org/r-raster-vector-geospatial
Other
112 stars 107 forks source link

RDAL sunsetting Oct 2023 #427

Open laufers opened 9 months ago

laufers commented 9 months ago

What is the problem?

Nice summary with this blog of the removal of rgal, rgeos, and maptools from CRAN. This can also affect older versions of the sp library. Lesson will need to be updated and remove function calls from these libraries.

https://geocompx.org/post/2023/rgdal-retirement/

Location of problem (optional)

No response

jebyrnes commented 6 months ago

Does this mean we can remove rgdal and rgeos from install, as well as geos and gdal? And proj4? It would simplify software installation a lot.

jonjab commented 3 months ago

@jebyrnes I think they haven't been necessary for a while. I have an open PR on the workshop repo about removing that stuff.

srappel commented 3 months ago

Hi All! Please see this closed issue for a pretty good summary of changes made in regard to these retired packages:

https://github.com/datacarpentry/r-raster-vector-geospatial/issues/363