Download wildfire data from NASA satellites
Project description
Download wildfire data from NASA satellites
Installation
$ pipenv install nasa_wildfires
Command-line usage
Usage: nasawildfires [OPTIONS] COMMAND [ARGS]... A command-line interface for downloading wildfire data from NASA satellites. Returns GeoJSON. Options: --help Show this message and exit. Commands: modis Hotspots detected by the MODIS satellite in a recent 24-hour period viirs Hotspots detected by the VIRRS satellite in a recent 24-hour period
Download a GeoJSON of hotspots detected by the MODIS satellite in a recent 24-hour period.
$ nasa_wildfires modis
Download a GeoJSON of hotspots detected by the VIIRS satellite in a recent 24-hour period.
$ nasa_wildfires viirs
Python usage
Import the library.
>>> import nasa_wildfires
Download a GeoJSON of hotspots detected by the MODIS satellite in a recent 24-hour period. Returns GeoJSON.
>>> data = nasa_wildfires.get_modis()
Download a GeoJSON of hotspots detected by the VIIRS satellite in a recent 24-hour period. Returns GeoJSON.
>>> data = nasa_wildfires.get_modis()
Contributing
Install dependencies for development.
$ pipenv install --dev
Run tests.:
$ make test
Shipping new version to PyPI.
$ make ship
Developing the CLI
The command-line interface is implemented using Click and setuptools. To install it locally for development inside your virtual environment, run the following installation command, as prescribed by the Click documentation.
$ pip install --editable .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nasa-wildfires-0.0.1.tar.gz
.
File metadata
- Download URL: nasa-wildfires-0.0.1.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
cbe10fef440a35a6929cf8e04bceff0b984aaae9ccde902d13a668dbe149402f
|
|
MD5 |
911febc397933215482586e957453130
|
|
BLAKE2b-256 |
e44337bafb8ebf01b655633a981672250ec2965b5b7aef4d062a953f2e112fbe
|
File details
Details for the file nasa_wildfires-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: nasa_wildfires-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
74c19320c63cb20037508969ec92b4fd9d50c55e13d8770e63d92866a7a341b2
|
|
MD5 |
abe426022b609b89decf278fa16d50b3
|
|
BLAKE2b-256 |
5647bad3e582fa2293055882dd399c2ed5966494b7d7023443b5009f082e20d3
|