Metadata-Version: 2.4
Name: VNP21A1D-002
Version: 1.2.1
Summary: VIIRS/NPP Land Surface Temperature/Emissivity Daily L3 Global 1 km SIN Grid Day Search and Download Utility
Author-email: "Gregory H. Halverson" <gregory.h.halverson@jpl.nasa.gov>
Project-URL: Homepage, https://github.com/ET-Toolbox/VNP21A1D-002
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colored-logging
Requires-Dist: earthaccess
Requires-Dist: modland>=1.1.0
Requires-Dist: python-dateutil
Requires-Dist: rasters>=1.6.0
Requires-Dist: sentinel-tiles
Requires-Dist: VIIRS-Tiled-Granules>=1.1.1
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: jupyter; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

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

[![CI](https://github.com/ET-Toolbox/VNP21A1D-002/actions/workflows/ci.yml/badge.svg)](https://github.com/ET-Toolbox/VNP21A1D-002/actions/workflows/ci.yml)

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](https://github.com/gregory-halverson-jpl) (they/them)<br>
[gregory.h.halverson@jpl.nasa.gov](mailto:gregory.h.halverson@jpl.nasa.gov)<br>
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](Searching%20VNP21A1D.002%20with%20earthaccess.ipynb) for usage.

