Skip to content

alisonboyer/netCDF_data_in_R

Repository files navigation

How to open and work with NetCDF data in R

Date: March 26, 2018
Contact for ORNL DAAC: [email protected]

Keywords: R, netCDF

Overview

In this tutorial we will open some geospatial data that is stored in a netCDF file. We will select the variable and time range of interest, and we will export the data to a GeoTIFF so that we can continue the analysis in R or other geospatial software.

Arctic Growing Season NDVI, 1982

Source Data

Guay, K.C., P.S.A. Beck, and S.J. Goetz. 2015. Long-Term Arctic Growing Season NDVI Trends from GIMMS 3g, 1982-2012. ORNL DAAC, Oak Ridge, Tennessee, USA. https://doi.org/10.3334/ORNLDAAC/1275

Specifically, we will use the file “gimms3g_ndvi_1982-2012.nc4”. Download the data here https://daac.ornl.gov/daacdata/global_vegetation/GIMMS3g_NDVI_Trends/data/gimms3g_ndvi_1982-2012.nc4 before beginning the tutorial.

Prerequisites

R v3.4 or later. Required packages:

  • ncdf4 -- for netcdf manipulation
  • raster -- for raster manipulation
  • rgdal -- for geospatial analysis
  • ggplot2 -- for plotting

Procedure

Access the tutorial here: Tutorial

About

How to open and work with NetCDF data in R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published