Jornada Environmental Data Science lesson and workshop site
ONLINE - 20 April 2023: Data Therapy
Instructors: Greg Maurer
Contents
Most of the time you should ask a Jornada data manager (jornada.data@nmsu.edu) and/or Amy Slaughter (amalia.slaughter@usda.gov), who maintains the JER geodatabase. This may be more efficient than searching our data catalogs.
Its up to you, but a few tools we can recommend:
terra
and sf
, which are highly functional for raster and vector data, respectively.We demonstrated how to use the vector datasets from the Jornada LTER spatial data catalog in QGIS and R.
In R, there is no automated unpacking of zip files, so they must be downloaded and unzipped first. Then, the resulting KMZ files can be loaded as R objects using functions in sf
, such as:
fences <- sf::st_read('~/my_downloads/JER_fences/JER_Fences.kmz')
We identified a number spatial datasets people at the Jornada would find useful to have around.
We’re looking for feedback as we design a new spatial data catalog for the Jornada. This survey will help determine how that catalog will work and what data to include there.