Skip to content
This repository has been archived by the owner on Mar 29, 2018. It is now read-only.

alisonboyer/daac_tutorial_work-1

Repository files navigation

How to open and work with NetCDF data in R

Author: Alison Boyer
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”" from this dataset.

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

R tutorial work for ORNL DAAC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published