NEONScience / NEON-Data-Skills

Self-paced tutorials that review key data literacy concepts and data analysis skills. Published materials can be found at:
https://www.neonscience.org/resources/learning-hub/tutorials
GNU Affero General Public License v3.0
77 stars 88 forks source link

Mapping/shapefile Learning Hub tutorials rely on archived R package #698

Open kyule opened 2 months ago

kyule commented 2 months ago

Hi all-

I was hoping to find a Learning hub tutorial for making nice maps of the NEON sites in R (e.g. show the continental scale with a "minichart" of some data I'm interested in over each site). I came across some of the shapefile tutorials that definitely had some useful info, but they rely on the deprecated rgdal package. Maybe those can be easily updated to use newer generation packages. Additionally, if there was a tutorial to lower the barrier to entry for making "prettier" maps, I know that at least I would use it :)

Thanks! Kelsey

gklarenberg commented 2 months ago

Hi @kyule, I don't work for NEON but use their data in a lot of my teaching. Just as an FYI, the geospatial curriculum from The Carpentries also uses NEON data and they have recently updated all their resources to use terra and sf (and tidyverse): see https://datacarpentry.org/geospatial-workshop/ for an overview and https://datacarpentry.org/r-raster-vector-geospatial/ for the lessons (if you click somewhere on the left, a bar will fold out showing all the lessons)

kyule commented 2 months ago

@gklarenberg - Awesome, I will definitely check this out.

cklunch commented 2 months ago

@kyule Thanks for the heads up! @gklarenberg Thanks for the tip for alternatives. I'll take a look at the Carpentries lessons and either update the NEON tutorial or redirect users to the Carpentries.