Event - Workshop
Jornada LTER Graduate Student Seminar: Access & Work with NEON Data Workshop
Nov 17, 2022
Hosted By:
New Mexico State University, Jornada LTER, & NEON
Workshop Background
In this 90-minute online workshop, NEON scientists will lead participants through the NEON website and NEON data portal to learn about NEON's online educational resources and how to download data. Then, participants will learn how to use the neonUtilities R package to transform NEON data into a format that is easier to work with, how to use provided metadata to understand data contents, and how to download data directly into R. The workshop will feature live instructional delivery with the opportunity to answer chat-supported questions. The workshop will also feature a presentation by field staff from the local Tucson field office about the field sites and data collection unique to the region.This is a closed workshop for graduate students participating in the Graduate Student Seminar Series at the Jornada LTER.
Required Prior Knowledge
This workshop has three components. First, a presentation on NEON in the Desert Southwest. Second a walkthrough of the online, educational resources for working with NEON data. The final portion of the workshop goes into how to access NEON data programmatically from the NEON data portal using R. To follow along with this portion of the workshop on your personal computer (e.g., coding along with the instructors), we expect participants have a basic level of familiarity with working with R, including installing and loading packages, and data import. If you do not have a basic level of familiarity with working with R, we recommend you follow along by just watching.
Optional Introductory Assignment
- Watch the NEON: Open Data to Understand our Changing Ecosystems video to get a quick introduction to the Observatory
- Watch the Exploring and Downloading NEON Data Products video to get a quick introduction to the NEON Data Portal
- Read through the Download and Explore NEON data tutorial to get an introduction on how our tutorials are set up
- If you want to code along during the workshop, install R studio and download relevant packages to the workshop. To do this, follow the instructions in the "Workshop Materials" section on the bottom of this page.
- If you are not familiar with R, we recommend you go through our Basic R Skills Tutorial
Logistics
Date & Time
Thursday, November 17th, 12:00PM - 1:30PM MT
Registration
This is a private workshop for students participating in the Jornada LTER Graduate Student Seminar Series.
Workshop Schedule
All times are Mountain Standard Time.
Time | Topic |
---|---|
11:45 | Join the workshop early if you have any setup or installation issues. |
12:00 | Welcome to the Workshop - Logistics Overview |
12:05 | Introduction to the NEON in the Desert Southwest |
12:15 | Overview of Educational Resources |
12:30 | NEON Data Portal Overview |
12:40 | Download and Explore NEON data tutorial |
1:20 | Final Questions & Evaluation |
1:30 | Workshop Ends |
Workshop Instructors
- Marie Faust; Science Outreach Specialist; NEON program, Battelle
Please get in touch with the instructors prior to the workshop with any questions.
Do you Twitter?
Please tweet at @NEON_Sci or use the hashtag #NEONData during this workshop!
Workshop Materials
Computer Set Up Instructions
These computer workshop instructions must be completed before starting the workshop.
To participant in this workshop, you will need a computer with a version of R >3.4 and, preferably, RStudio loaded on your computer.
Setting Up R & RStudio
Windows R/RStudio Setup
- Download R for Windows here
- Run the .exe file that was just downloaded
- Go to the RStudio Download page
- Under Installers select RStudio X.XX.XXX - Windows Vista/7/8/10
- Double click the file to install it
Once R and RStudio are installed, click to open RStudio. If you don't get any error messages you are set. If there is an error message, you will need to re-install the program.
Mac R/RStudio Setup
- Go to CRAN and click on Download R for (Mac) OS X
- Select the .pkg file for the version of OS X that you have and the file will download.
- Double click on the file that was downloaded and R will install
- Go to the RStudio Download page
- Under Installers select RStudio 0.98.1103 - Mac OS X XX.X (64-bit) to download it.
- Once it's downloaded, double click the file to install it
Once R and RStudio are installed, click to open RStudio. If you don't get any error messages you are set. If there is an error message, you will need to re-install the program.
Linux R/RStudio Setup
- R is available through most Linux package managers. You can download the binary files for your distribution from CRAN. Or you can use your package manager (e.g. for Debian/Ubuntu run
sudo apt-get install r-base
and for Fedora runsudo yum install R
). - To install RStudio, go to the RStudio Download page
- Under Installers select the version for your distribution.
- Once it's downloaded, double click the file to install it
Once R and RStudio are installed, click to open RStudio. If you don't get any error messages you are set. If there is an error message, you will need to re-install the program.
Install R Packages
Please have these packages installed and updated prior to the start of the workshop.
install.packages("neonUtilities")
install.packages("devtools")
devtools::install_github("NEONScience/NEON-geolocation/geoNEON")
install.packages("raster")
# [additional packages may be added before the workshop]
Update R Packages
In RStudio, you can go to Tools --> Check for package updates
to update previously installed packages on your computer. Or you can use update.packages()
to update all packages that are installed in R automatically. More on Packages in R
Monitors
To allow for participants to view the workshop instructors (including screensharing) and to follow along with the activities on their own computer, we recommend participants have two screens to view the workshop. If you do not have access to dual monitors, alternatives include calling into the virtual meeting on a tablet or extra-large cell phone (smaller cell phone screens will make it challenging to see the presentation materials). In these are not options, the workshop can still be completed with a single monitor/screen.
Location:
TBD