AG真人百家乐官方网站

Skip to main content
NSF NEON, Operated by Battelle

Main navigation

  • AG真人百家乐官方网站 Us
    • Overview
      • Spatial and Temporal Design
      • History
    • Vision and Management
    • Advisory Groups
      • Science, Technology & Education Advisory Committee
      • Technical Working Groups (TWGs)
    • FAQ
    • Contact Us
      • Contact NEON Biorepository
      • Field Offices
    • User Accounts
    • Staff
    • Code of Conduct

    AG真人百家乐官方网站 Us

  • Data & Samples
    • Data Portal
      • Spatial Data & Maps
    • Data Themes
      • Biogeochemistry
      • Ecohydrology
      • Land Cover and Processes
      • Organisms, Populations, and Communities
    • Samples & Specimens
      • Discover and Use NEON Samples
        • Sample Types
        • Sample Repositories
        • Megapit and Distributed Initial Characterization Soil Archives
      • Sample Processing
      • Sample Quality
    • Collection Methods
      • Protocols & Standardized Methods
      • Airborne Remote Sensing
        • Flight Box Design
        • Flight Schedules and Coverage
        • Daily Flight Reports
          • AOP Flight Report Sign Up
        • 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
            • Soil Descriptions
        • Optimizing the Observational Sampling Designs
    • Data Notifications
    • Data Guidelines and Policies
      • Acknowledging and Citing NEON
      • Publishing Research Outputs
      • Usage Policies
    • Data Management
      • Data Availability
      • Data Formats and Conventions
      • Data Processing
      • Data Quality
      • Data Product Bundles
      • Data Product Revisions and Releases
        • Release 2021
        • Release 2022
        • Release 2023
        • Release 2024
        • Release-2025
      • NEON and Google
      • Externally Hosted Data

    Data & Samples

  • Field Sites
    • AG真人百家乐官方网站 Field Sites and Domains
    • Explore Field Sites

    Field Sites

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

    Impact

  • Resources
    • Getting Started with NEON Data & Resources
    • Documents and Communication Resources
      • Papers & Publications
      • Outreach Materials
    • Code Hub
      • Code Resources Guidelines
      • Code Resources Submission
    • Learning Hub
      • Science Videos
      • Tutorials
      • Workshops & Courses
      • Teaching Modules
    • Research Support Services
      • Field Site Coordination
      • Letters of Support
      • Mobile Deployment Platforms
      • Permits and Permissions
      • AOP Flight Campaigns
      • Research Support FAQs
      • Research Support Projects
    • Funding Opportunities

    Resources

  • Get Involved
    • Advisory Groups
      • Science, Technology & Education Advisory Committee
      • Technical Working Groups
    • Upcoming Events
    • NEON Ambassador Program
      • Exploring NEON-Derived Data Products Workshop Series
    • Research and Collaborations
      • Environmental Data Science Innovation and Inclusion Lab
      • Collaboration with DOE BER User Facilities and Programs
      • EFI-NEON Ecological Forecasting Challenge
      • NEON Great Lakes User Group
      • NEON Science Summit
      • NCAR-NEON-Community Collaborations
        • NCAR-NEON Community Steering Committee
    • Community Engagement
      • How Community Feedback Impacts NEON Operations
    • Science Seminars and Data Skills Webinars
      • Past Years
    • Work Opportunities
      • Careers
      • Seasonal Fieldwork
      • Internships
        • Intern Alumni
    • Partners

    Get Involved

  • My Account
  • Search

Search

Learning Hub

  • Science Videos
  • Tutorials
  • Workshops & Courses
  • Teaching Modules

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 most script based tutorials can be downloaded at the end of the tutorial. Source files can also be found on . If you are interested in contributing a tutorial to this collection, please reach out using the Contact Us form, and we can guide you through the process of submitting resources to the GitHub repository.

All materials are freely available for you to use and reuse. We suggest the following citation for tutorials: 鈥╗AUTHOR(S), NEON (National Ecological Observatory Network)]. Data Tutorial: [TUTORIAL NAME]. [URL] (accessed [DATE OF ACCESS]). See Citation Guidelines for examples, and for guidance in citing data and code.

Tutorials

Start Tutorial

The Importance of Reproducible Science

1.0 Hour
This page outlines the tools and resources that you will need to complete the Data Institute activities.
Start Tutorial

The Relationship Between Raster Resolution, Spatial Extent & Number of Pixels

1 hour
Learn about the key attributes needed to work with raster data in non-GUI programs. Examples in R.
Start Tutorial

Time Series 00: Intro to Time Series Data in R - Managing Date/Time Formats

30 minutes
This tutorial will demonstrate how to import a time series dataset stored
Start Tutorial

Time Series 01: Why Metadata Are Important: How to Work with Metadata in Text & EML Format

30 minutes
This tutorial covers what metadata are, and why we need to work with metadata. It covers the 3 most common metadata formats: text file format, web page format and Ecological Metadata Language (EML).
Start Tutorial

Time Series 02: Dealing With Dates & Times in R - as.Date, POSIXct, POSIXlt

30 minutes
This tutorial explores working with date and time classes in R. We will
Start Tutorial

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

30 minutes
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.
Start Tutorial

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

30 minutes
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.
Start Tutorial

Time Series 05: Plot Time Series with ggplot2 in R

30 minutes
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.
Start Tutorial

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

30 minutes
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.
Start Tutorial

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

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

Understanding Releases and Provisional Data

40 minutes
Access, work with, and navigate data from NEON data releases and provisional data.
Start Tutorial

Unsupervised Spectral Classification in Python: KMeans & PCA

1 hour
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.
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

0.5 hour
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
Start Tutorial

Using the neonOS Package to Check for Duplicates and Join Tables

40 minutes
Use the functions in the neonOS package to process NEON observational data: check for duplicate data records and join data tables.
Start Tutorial

Using the neonstore Package to Download and Store NEON Data

40 minutes
Download data using the neonstore package to maintain a reproducible local archive for your analyses, and stack from the local data using the stackFromStore() function in neonUtilities.
Start Tutorial

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

30 minutes
This spatial data tutorial explains the how to open and plot shapefiles containing point, line and polygon vector data in R.
Start Tutorial

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

30 minutes
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.
Start Tutorial

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

30 minutes
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.
Start Tutorial

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

30 minutes
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.
Start Tutorial

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

45 minutes
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
Start Tutorial

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

1 hour
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.
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.
Series
7 part series
Start Tutorial

Visualize Elevation Changes Caused by the 2013 Colorado Floods using NEON LiDAR Data in R

1 hour
This tutorial uses Digital Terrain Models derived from
Start Tutorial

What is a CHM, DSM and DTM? AG真人百家乐官方网站 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.
Start Tutorial

Wildfire Change Exploration Using AOP Reflectance and Canopy Height Data in GEE

45 minutes
Explore pre- and post- wildfire imagery at GRSM, looking at differences in canopy height and Normalize Burn Ratio
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.
Series
3 part series
Start Tutorial

Work With NEON's Plant Phenology Data

1 hour
Learn to work with NEON plant phenology observation data (NEON.DP1.10055).

Pagination

  • First page
  • Previous page
  • …
  • Page 2
  • Page 3
  • Page 4
  • Current page 5
  • Page 6
  • Next page
  • Last page
NSF NEON, Operated by Battelle

Follow Us:

Join Our Newsletter

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

Subscribe Now

Footer

  • AG真人百家乐官方网站 Us
  • Newsroom
  • Contact Us
  • Terms & Conditions
  • Careers
  • Code of Conduct

Copyright © Battelle, 2025

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

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