From 9dbdd8f3fb26c7048ad26d28ad849d507dba4c15 Mon Sep 17 00:00:00 2001 From: Jon Pye Date: Thu, 29 Feb 2024 10:21:09 -0400 Subject: [PATCH] remove reference to rgdal and sp in favour of terra and sf --- _episodes/03-data-cleaning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/03-data-cleaning.md b/_episodes/03-data-cleaning.md index 5b1cfd3..0aceb3b 100644 --- a/_episodes/03-data-cleaning.md +++ b/_episodes/03-data-cleaning.md @@ -409,7 +409,7 @@ Note, that the requirement for `decimalLatitude` and `decimallLongitude` is they Helpful packages for managing CRS and geodetic datum: * python: [GeoPandas](https://geopandas.org/en/stable/getting_started.html) has a [utility](https://geopandas.org/en/stable/docs/user_guide/projections.html#re-projecting). -* R: [rgdal](https://cran.r-project.org/web/packages/rgdal/index.html) and [sp](https://cran.r-project.org/web/packages/sp/index.html). +* R: [terra](https://cran.r-project.org/web/packages/terra/index.html) and [sf](https://cran.r-project.org/web/packages/sf/index.html). > ## Tip > If at all possible, it's best to extract out the components of the information you have in order to compile the