Skip to content

Commit d9b4442

Browse files
Merge pull request #5 from gregory-halverson/main
README
2 parents e8fed0d + 27a22fa commit d9b4442

File tree

3 files changed

+28
-4
lines changed

3 files changed

+28
-4
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# VNP21A1D-002
2-
VIIRS/NPP Land Surface Temperature/Emissivity Daily L3 Global 1 km SIN Grid Day Search and Download Utility
1+
# VIIRS/NPP Land Surface Temperature/Emissivity Daily L3 Global 1 km SIN Grid Day Search and Download Utility
2+
3+
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).
4+
5+
[Gregory H. Halverson](https://github.com/gregory-halverson-jpl) (they/them)<br>
6+
[gregory.h.halverson@jpl.nasa.gov](mailto:gregory.h.halverson@jpl.nasa.gov)<br>
7+
NASA Jet Propulsion Laboratory 329G
8+
9+
## Installation
10+
11+
Install the `VNP21A1D-002` package with a dash in the name from PyPi using pip:
12+
13+
```
14+
pip install VNP21A1D-002
15+
```
16+
17+
## Usage
18+
19+
Import the `VNP21A1D_002` package with an underscore in the name:
20+
21+
```
22+
import VNP21A1D_002
23+
```
24+
25+
See the [example notebook](Searching%20VNP21A1D.002%20with%20earthaccess.ipynb) for usage.
26+

VNP21A1D_002/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

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

0 commit comments

Comments
 (0)