Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 835 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 835 Bytes

VIIRS/NPP Land Surface Temperature/Emissivity Daily L3 Global 1 km SIN Grid Day Search and Download Utility

This tool uses the earthaccess library to search and download VNP21A1D collection 2 surface temperature remote sensing data products from the Visible Infrared Imaging Radiometer Suite (VIIRS).

Gregory H. Halverson (they/them)
gregory.h.halverson@jpl.nasa.gov
NASA Jet Propulsion Laboratory 329G

Installation

Install the VNP21A1D-002 package with a dash in the name from PyPi using pip:

pip install VNP21A1D-002

Usage

Import the VNP21A1D_002 package with an underscore in the name:

import VNP21A1D_002

See the example notebook for usage.