Skip to content

ornldaac/modis_restservice_qc_filter_Python

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Access the MODIS web service and perform quality filtering using Python

Author: ORNL DAAC
Date: May 15, 2018
Contact for ORNL DAAC: uso@daac.ornl.gov

Keywords: MODIS, web service, Python, REST

Overview

The tutorial outlined in the jupyter notebook will explore using the Python to access MODIS Land Products through the new (May 2018) REST-based web service hosted by the ORNL DAAC. For a full description and usage examples of the web service, please visit the ORNL DAAC's MODIS site: https://modis.ornl.gov/data/modis_webservice.html

Using the MODIS Web Service users can:

  • Retrieve MODIS subsets through command line operations
  • Download and integrate subsets directly into client-side workflows
  • Download and visualize subsets with customized code ... and much more.

This tutorial will demonstrate how to do the following in Python:

  • dates and subset request examples
  • build a time series of MOD11A2 land surface temperature from multiple web service subset requests
  • perform quality control filtering based on multiple MODIS qc criteria

The same tutorial is provided in R in another ORNL DAAC repository.

Daytime LST for North Table Mountain Ecological Preserve 2001-2003

Source Data

Input data were accessed through the MODIS Web Service hosted at the ORNL DAAC. All necessary steps for accessing the web service using Python are outlined in the jupyter notebook.

Other methods for accessing data through the web service are described at the MODIS web page; https://modis.ornl.gov.

Prerequisites:

Python 2 or 3 Libraries: requests, json, datetime, pandas, numpy, matplotlib

Procedure

Access the the tutorial here:
Tutorial

About

Access data from the MODIS web service and perform quality filtering in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published