Metadata-Version: 2.4
Name: VNP09GA-002
Version: 1.2.0
Summary: VIIRS/NPP Surface Reflectance Daily L2G Global 1 km and 500 m SIN Grid Search and Download Utility
Author-email: "Gregory H. Halverson" <gregory.h.halverson@jpl.nasa.gov>
Project-URL: Homepage, https://github.com/STARS-Data-Fusion/VNP09GA-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
Requires-Dist: sentinel-tiles
Requires-Dist: VIIRS-Tiled-Granules>=1.0.2
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 Surface Reflectance Daily L2G Global 1 km and 500 m SIN Grid Search and Download Utility

This tool uses the `earthaccess` library to search and download VNP09GA collection 2 surface reflectance 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 `VNP09GA-002` package with a dash in the name from PyPi using pip:

```
pip install VNP09GA-002
```

## Usage

Import the `VNP09GA_002` package with an underscore in the name:

```
import VNP09GA_002
```

See the [example notebook](Searching%20VNP09GA.002%20with%20earthaccess.ipynb) for usage.

## References

NASA Land Processes Distributed Active Archive Center (LP DAAC). 2021. VIIRS/NPP Surface Reflectance Daily L2G Global 1 km and 500 m SIN Grid V002. NASA EOSDIS Land Processes DAAC. doi:[10.5067/VIIRS/VNP09GA.002](https://doi.org/10.5067/VIIRS/VNP09GA.002).
