Skip to main content
NSF NEON | Open Data to Understand our Ecosystems logo

Main navigation

  • About Us
    • Overview
      • Spatial and Temporal Design
      • History
      • Management
    • Advisory Groups
      • Advisory Committee: STEAC
      • Technical Working Groups (TWGs)
    • FAQ
    • Contact Us
      • Field Offices
    • User Accounts
    • Staff

    About Us

  • Data & Samples
    • Data Portal
      • Explore Data Products
      • Spatial Data & Maps
      • Document Library
      • API & GraphQL
      • Prototype Data
        • Prototype Data Ingest
      • External Lab Data Ingest (restricted)
    • Samples & Specimens
      • Discover and Use NEON Samples
        • Sample Types
        • Sample Repositories
        • Sample Explorer
        • Megapit and Distributed Initial Characterization Soil Archives
        • Excess Samples
      • Sample Processing
      • Sample Quality
      • Taxonomic Lists
    • Collection Methods
      • Protocols & Standardized Methods
      • AIrborne Remote Sensing
        • Flight Box Design
        • Flight Schedules and Coverage
        • Daily Flight Reports
        • Camera
        • Imaging Spectrometer
        • Lidar
      • Automated Instruments
        • Site Level Sampling Design
        • Sensor Collection Frequency
        • Instrumented Collection Types
          • Meteorology
          • Phenocams
          • Soil Sensors
          • Ground Water
          • Surface Water
      • Observational Sampling
        • Site Level Sampling Design
        • Sampling Schedules
        • Observation Types
          • Aquatic Organisms
            • Aquatic Microbes
            • Fish
            • Macroinvertebrates & Zooplankton
            • Periphyton, Phytoplankton, and Aquatic Plants
          • Terrestrial Organisms
            • Birds
            • Ground Beetles
            • Mosquitoes
            • Small Mammals
            • Soil Microbes
            • Terrestrial Plants
            • Ticks
          • Hydrology & Geomorphology
            • Discharge
            • Geomorphology
          • Biogeochemistry
          • DNA Sequences
          • Pathogens
          • Sediments
          • Soils
    • Data Policies & Citation Guidelines
    • Data Notifications
    • Data Management
      • Data Availability
      • Data Formats and Conventions
      • Data Processing
      • Data Quality
      • Data Product Revisions and Releases
      • Externally Hosted Data

    Data & Samples

  • Field Sites
    • About Field Sites and Domains
    • Explore Field Sites

    Field Sites

  • Impact
    • Observatory Blog
    • Case Studies
    • Spotlights
    • Papers & Publications
    • Newsroom
      • NEON in the News
      • Newsletter Archive

    Impact

  • Resources
    • Documents and Communication Resources
      • Papers & Publications
      • Document Library
    • Code Hub
      • Code Resources Guidelines
      • Code Resources Submission
      • NEON's GitHub Organization Homepage
    • Learning Hub
      • Science Videos
      • Tutorials
      • Workshops & Courses
      • Teaching Modules
      • Faculty Mentoring Networks
      • Data Education Fellows
    • Research Support and Assignable Assets
      • Field Site Coordination
      • Letters of Support
      • Mobile Deployment Platforms
      • Permits and Permissions
      • AOP Flight Campaigns
      • Excess Samples
    • Community Forum

    Resources

  • Get Involved
    • Advisory Groups
    • Upcoming Events
    • Past Events
    • Community Engagement
    • Work Opportunities
      • Careers
      • Seasonal Fieldwork
      • Postdoctoral Fellows
      • Internships
        • Intern Alumni
    • Partners

    Get Involved

  • My Account
  • Search

Search

Learning Hub

  • Science Videos
  • Tutorials
  • Workshops & Courses
  • Teaching Modules
  • Faculty Mentoring Networks
  • Data Education Fellows

Breadcrumb

  1. Resources
  2. Learning Hub
  3. Tutorials

Tutorials

Image
Banner for tutorials

Looking to improve your data skills using tools like R or Python? Want to learn more about working with a specific NEON data product? NEON develops online tutorials to help you improve your research. These self-paced tutorials are designed for you to used as standalone help on a single topic or as a series to learn new techniques.

Code for all script based tutorials can be downloaded at the end of the tutorial. Original files can also be found on GitHub.

All material are freely available for you to use and reuse. We suggest the following citation:
[AUTHOR(S)]. Data Tutorial:[TUTORIAL NAME]. Accessed:[DATE OF ACCESS]. National Ecological Observatory Network, Battelle, Boulder, CO, USA. [URL]

Tutorials

Language/Tool
Start Tutorial

Time Series 03: Cleaning & Subsetting Time Series Data in R - NoData Values & Subset by Date

This tutorial explores how to deal with NoData values encountered in a time series dataset, in R. It also covers how to subset large data files by date and export the results to a csv (text format) file.
Series
8 part series
Start Tutorial

Time Series 04: Subset and Manipulate Time Series Data with dplyr

In this tutorial, we will use the group_by, summarize and mutate functions in the `dplyr` package to efficiently manipulate atmospheric data collected at the NEON Harvard Forest Field Site. We will use pipes to efficiently perform multiple tasks within a single chunk of code.
Series
8 part series
Start Tutorial

Time Series 05: Plot Time Series with ggplot2 in R

This tutorial uses ggplot2 to create customized plots of time series data. We will learn how to adjust x- and y-axis ticks using the scales package, how to add trend lines to a scatter plot and how to customize plot labels, colors and overall theme.
Series
8 part series
Start Tutorial

Time Series 06: Create Plots with Multiple Panels, Grouped by Time Using ggplot Facets

This tutorial covers how to plot subsetted time series data (e.g., plot by season) using facets() and ggplot2. It also covers how to plot multiple metrics in one display panel.
Series
8 part series
Start Tutorial

Time Series Culmination Activity: Plot using Facets & Plot NDVI with Time Series Data

This tutorial is a data integration wrap-up culmination activity for the spatio-temporal time series tutorials.
Start Tutorial

Unsupervised Spectral Classification in Python: Endmember Extraction

Learn to classify spectral data using Endmember Extraction, Spectral Information Divergence, and Spectral Angle Mapping.
Start Tutorial

Unsupervised Spectral Classification in Python: KMeans & PCA

Learn to classify spectral data using KMeans and Principal Components Analysis (PCA).
Start Tutorial

Use the neonUtilities Package to Access NEON Data

40 minutes
Use the neonUtilities R package to download data, and to convert downloaded data from zipped month-by-site files into a table with all data of interest. Temperature data are used as an example.
Series
8 part series
Start Tutorial

Using an API Token when Accessing NEON Data with neonUtilities

20 minutes
Get an API token tied to your NEON user account, and use it for faster download speeds when accessing NEON data via the neonUtilities package.
Start Tutorial

Using neonUtilities in Python

20 minutes
Use the neonUtilities R package in Python, via the rpy2 library.
Start Tutorial

Using the NEON API in R

1 - 1.5 hours
Tutorial for getting data from the NEON API, using R and the R package httr
Series
8 part series
Start Tutorial

Vector 00: Open and Plot Shapefiles in R - Getting Started with Point, Line and Polygon Vector Data

This spatial data tutorial explains the how to open and plot shapefiles containing point, line and polygon vector data in R.
Series
6 part series
Start Tutorial

Vector 01: Explore Shapefile Attributes & Plot Shapefile Objects by Attribute Value in R

This tutorial provides an overview of how to locate and query shapefile attributes as well as subset shapefiles by specific attribute values in R. It also covers plotting multiple shapefiles by attribute and building a custom plot legend.
Series
6 part series
Start Tutorial

Vector 02: Plot Multiple Shapefiles and Create Custom Legends in Base Plot in R

This tutorial provides an overview of how to create a a plot of multiple shapefiles using base R plot. It also explores adding a legend with custom symbols that match your plot colors and symbols.
Series
6 part series
Start Tutorial

Vector 03: When Vector Data Don't Line Up - Handling Spatial Projection & CRS in R

This tutorial will cover how to identify the CRS of a spatial vector object in R. It will also explore differences in units associated with different projections and how to reproject data using spTransform in R. Spatial data need to be in the same projection in order to successfully map and process them in non-gui tools such as R.
Series
6 part series
Start Tutorial

Vector 04: Convert from .csv to a Shapefile in R

This tutorial covers how to convert a .csv file that contains spatial coordinate information into a spatial object in R. We will then export the spatial object as a Shapefile for efficient import into R and other GUI GIS applications including QGIS and ArcGIS
Series
6 part series
Start Tutorial

Vector 05: Crop Raster Data and Extract Summary Pixels Values From Rasters in R

This tutorial covers how to modify (crop) a raster extent using the extent of a vector shapefile. It also covers extracting pixel values from defined locations stored in a spatial object.
Series
6 part series
Start Tutorial

Version Control with GitHub

This series teaches why version control is important and how to use a common version control tool, GitHub. GitHub also allows for collaboration within the environment.
Start Tutorial

What is a CHM, DSM and DTM? About Gridded, Raster LiDAR Data

0.25 - 0.5 Hours
Understand LiDAR data product formats and learn the basics of how a LiDAR data are processed.
Series
6 part series
Start Tutorial

Work with NEON OS & IS Data - Plant Phenology & Temperature

Learn to work with NEON plant phenology (Observational System) and single aspirated air temperature (Instrumented System) data products.
Start Tutorial

Work With NEON's Plant Phenology Data

Learn to work with NEON plant phenology observation data (NEON.DP1.10055).
Series
8 part series
Start Tutorial

Work with NEON's Single-Aspirated Air Temperature Data

This tutorial demonstrates how to work with NEON single-aspirated air temperature data. Specific tasks include conversion to POSIX date/time class, subsetting by date, and plotting the data.
Series
8 part series
Start Tutorial

Working With Raster Time Series Data in R

This series covers how to open, work with and plot with multi-band raster data and raster time series data in R using both plot and rasterVis levelPlot.
Start Tutorial

Working With Time Series Data Within a Nested HDF5 File in R

1.0 - 1.5 Hours
Explore, extract and visualize temporal temperature data collected from a NEON flux tower from multiple sites and sensors in R. Learn how to extract metadata and how to use nested loops and dplyr to perform more advanced queries and data manipulation.
Series
7 part series

Pagination

  • First page
  • Previous page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Current page 5
NEON Logo

Follow Us:

Join Our Newsletter

Get updates on events, opportunities, and how NEON is being used today.

Subscribe Now

Footer

  • My Account
  • About Us
  • Newsroom
  • Contact Us
  • Terms & Conditions

Copyright © Battelle, 2019-2020

The National Ecological Observatory Network is a major facility fully funded by the National Science Foundation.

Any opinions, findings and conclusions or recommendations expressed in this material do not necessarily reflect the views of the National Science Foundation.