Skip to content

Commit

Permalink
Merge pull request #5 from gregory-halverson/main
Browse files Browse the repository at this point in the history
README
  • Loading branch information
gregory-halverson authored Dec 5, 2024
2 parents e8fed0d + 27a22fa commit d9b4442
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
28 changes: 26 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,26 @@
# VNP21A1D-002
VIIRS/NPP Land Surface Temperature/Emissivity Daily L3 Global 1 km SIN Grid Day Search and Download Utility
# 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](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.

2 changes: 1 addition & 1 deletion VNP21A1D_002/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "VNP21A1D-002"
version = "1.0.1"
version = "1.0.2"
description = "VIIRS/NPP Land Surface Temperature/Emissivity Daily L3 Global 1 km SIN Grid Day Search and Download Utility"
readme = "README.md"
authors = [
Expand Down

0 comments on commit d9b4442

Please sign in to comment.