Event - Workshop
Explore NEON Workshop - UNC Greensboro
Oct 15-17, 2020
Hosted By:
UNC Greensboro & NEON
This workshop introduces participants to NEON, teaches them how to access and work with NEON data, and allows them to interact with NEON science staff to get assistance working on the specific data products they are interested in using. The workshop includes hands-on, interactive instruction on how to access and work with NEON data, both through the NEON data portal and programmatically. This event is hosted by the University of North Carolina, Greensboro, and is open to all.
Registration: To register, please follow this link to our Zoom registration form. There is a maximum of 50 participants for this event, so please sign up soon if you are interested, and inform the instructors if you need to withdraw your registration so that we can admit someone from the waitlist.
Required Prior Knowledge
All coding instruction will be conducted in R and participants will be able to complete the workshop best if they have at least an introduction to coding. Participants without past experience working in a programming environment are encouraged to complete a basic introduction to R to understand the basics -- training options can be found on the Resources for Learning R page.
Workshop Schedule
Schedule subject to change.
Location: Online. Virtual meeting link will be sent to registered participants.
Times: As this workshop is being hosted by the University of North Carolina Greensboro, all times listed are Eastern Daylight Time (UTC -4) using 24-hour 'military time' notation.
Pre-Workshop
All participants will be asked to complete self-paced online tutorials/videos before the workshop to have their laptops set up for the workshop and to learn some initial information about NEON.
Day 1: Thursday 15 October: Accessing & Understanding NEON data
Time | Topic |
---|---|
13:00 | Welcome & introductions |
13:40 | NEON Q&A – your questions not answered in prep materials |
14:00 | Exploring NEON data from the NEON data portal |
14:15 | BREAK |
14:30 | Accessing NEON data with the neonUtilities Package (following this tutorial) |
15:50 | BREAK |
16:00 | Small group exploration of NEON data of interest |
17:00 | End of Day |
Day 2: Friday 16 October: Using NEON Data, Part 1
Time | Topic |
---|---|
13:00 | Questions |
13:15 | Introduction to NEON Spatial Data |
13:30 | Access & work with NEON spatial data using the geoNEON package Tutorial |
14:30 | BREAK |
14:45 | Breakout Rooms, First Round of Topics: Guided work with specific data products of interest |
Breakout A: Biodiversity Indices - Claire Lunch | |
Breakout B: Working with Instrument Data - Felipe Sanchez | |
Breakout C: Intro to NEON LiDAR Data and Calculating Structural Diversity - Donal O'Leary | |
16:35 | Discuss Breakout Findings and Ideas |
17:00 | End of Day |
Day 3: Saturday 17 October: Using NEON Data, Part 2
Note Time Change
Time | Topic |
---|---|
10:00 | Questions |
10:15 | NEON Data Processing: People & tools to ensure high quality data |
10:30 | Breakout Rooms, Second Round of Topics: Guided work with specific data products of interest |
Breakout A: NEON Educational Resources - Marie Faust | |
Breakout B: Vegetation Phenology - Claire Lunch | |
Breakout C: NEON Hyperspectral Data - Donal O'Leary | |
12:10 | Discuss Breakout Findings and Ideas |
12:30 | Funding NEON-related Research |
12:45 | NEON Research Support - Assignable Assets |
13:05 | NEON/ASU Biorepository |
13:45 | Final Questions and Evaluation |
14:00 | End of Day |
Workshop Hosts
- Bryan McLean, Biology, University of North Carolina, Greensboro
- Sally Koerner, Biology, University of North Carolina, Greensboro
Workshop Instructors
- Claire Lunch; Research Scientist, Data Science; NEON program, Battelle
- Donal O'Leary; Research Scientist, Science Education; NEON program, Battelle
Additional NEON scientists will participate in portions of the Explore NEON workshop.
Please get in touch with the instructors prior to the workshop with any questions.
Accessibility
If you have any questions regarding the accessibility of the workshop format, please contact Donal O'Leary.
Twitter?
Please tweet at @NEON_Sci and using the hashtag using #NEONData during this workshop!
Workshop Materials
Computer Set Up Instructions
These computer workshop instructions must be completed before starting the Exploring & Downloading NEON Data portion of the Pre-workshop Introductory Materials.
R & RStudio
To participant in this workshop, you will need a computer with the most current version of R, and preferably RStudio, loaded on your computer. Prior to the workshop you should have R and, preferably, RStudio installed 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 10/8/7
- 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 Desktop - 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("devtools")
install.packages("neonUtilities")
install.packages("raster")
devtools::install_github("NEONScience/NEON-geolocation/geoNEON")
install.packages("BiocManager")
BiocManager::install("rhdf5")
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.
Pre-workshop Materials
Please complete all materials prior to the start of the workshop. The workshop will start with time for asking questions based on these introductory materials. Please keep a list of questions or concepts you need clarified.
- The Future of Science is Open ( Video (6 mins))
- Introduction to NEON (Video (4 mins) )
- Navigating the resources from NEON (Tutorial , Video (7 mins). The tutorial covers more material than the video includes).
- Explore and Download NEON data (Tutorial, Video (6 mins). The video only includes exploring the data on the data portal, not the complete tutorial).
- NEON Spatial Design & Geospatial Data ( Video (6 mins))
Location:
TBD