-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from gregory-halverson/main
README
- Loading branch information
Showing
3 changed files
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.0.1 | ||
1.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters