Skip to content

Accessing data through ORNL DAAC web services (MODIS, Daymet, SDAT)

License

Notifications You must be signed in to change notification settings

ornldaac/web_services_data_access

Repository files navigation

Accessing Data through ORNL DAAC Web Services

Exploring Forest Disturbance Caused by Bark Beetles at Fairview Curve, Rocky Mountain National Park

Author: ORNL DAAC
Date: April 21, 2019
Contact for ORNL DAAC: uso@daac.ornl.gov

Keywords: Web service, Python, Open Geospatial Consortium (OGC), REST API, MODIS, Daymet, Spatial Data Access Tool (SDAT)

Web Services at the ORNL DAAC

The ORNL DAAC (Oak Ridge National Laboratory Distributed Active Archive Center) for Biogeochemical Dynamics is a National Aeronautics and Space Administration (NASA) Earth Observing System Data and Information System (EOSDIS) data center managed by the Earth Science Data and Information System (ESDIS) Project.

The ORNL DAAC offers many tools and services for visualization and access to data, which will be demonstrated in this tutorial.

The Web services used in this tutorial include:

With both OGC WMS and WCS, you can customize maps for the data you need. For example, you can choose the spatial region, the data and map format (e.g., GeoTIFF for WCS; PNG for WMS), the coordinate reference system or projection, and the resolution.

Overview

In this tutorial, we will use several Web services to access and combine datasets near Fairview Curve at Rocky Mountain National Park in Colorado (latitude = 40.399391, longitude = -105.835901) to investigate tree mortality owing to bark beetle infestation from 2006-2010.

Image_Bark_Beetle_Farview_Curve

The photos above were taken in late summer in 2005 (left) and 2009 (right), and illustrate the effects of bark beetle infestation. One way to quantitatively access the impacts of bark beetles on tree mortality is to use a vegetation index, which indicated the health of vegetation.

Data Products

Data products used in theis tutorial include:

  • MOD13Q1: MODIS (Collection 6) 16 day Enhanced Vegetation Index (EVI) at 250 m spatial resolution.
    • Accessed through MODIS Web service
  • Daymet: Daily total precipitation and daily maximum/minimum temperature at 1 km spatial resolution.
    • Accessed through Daymet single pixel Web service
  • Tree Mortality from Bark Beetles: yearly total tree motality (in Mg C km2) at 1 km Resolution in the western USA for 2003-2012
    • Accessed through SDAT OGC WMS and WCS

Prerequisites

Python 2.7 or later and modules: numpy, pandas, matplotlib, urllib, zeep, owslib, datetime, modisViirsClient

Tutorial

Click the following link to access the Jupyter Notebook web_services_data_access.ipynb.

Releases

No releases published

Packages

No packages published