Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 961 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 961 Bytes

Visible Infrared Imaging Radiometer Suite (VIIRS) Sinusoidal Tile Product Search and Download Utility

This tool uses the earthaccess library to search and download tiled 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

Evan W. Davis (he/him)
evan.w.davis@jpl.nasa.gov
NASA Jet Propulsion Laboratory 397K

Installation

Install the VIIRS-Tiled-Granules package with dashes in the name from PyPi using pip:

pip install VIIRS-Tiled-Granules

Usage

Import the VIIRS_tiled_granules package with underscores in the name:

import VIIRS_tiled_granules

See the example notebook for usage.