Download air quality index data from AirNow
Project description
Download air quality index data from AirNow
Installation
pipenv install air_quality_index
Command-line usage
Usage: airqualityindex [OPTIONS] COMMAND [ARGS]...
A command-line interface for downloading wildfire data from NASA
satellites.
Returns GeoJSON.
Options:
--help Show this message and exit.
Commands:
air-quality Download a GeoJSON of air quality index from AirNow
Download a GeoJSON of air quality index from AirNow.
airqualityindex air-quality
Python usage
Import the library.
>>> import air_quality_index
Download a GeoJSON of air quality index from AirNow. Returns GeoJSON.
>>> data = air_quality_index.get_air_quality()
Contributing
In order to use this package, you'll need to obtain an API key from AirNow and set it as a variable in your environment as AIRNOW_KEYS. More than one key can be supplied by comma delimiting the string.
export AIRNOW_KEYS='YOURKEYS,GOHERE'
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
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file air-quality-index-0.1.0.tar.gz.
File metadata
- Download URL: air-quality-index-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d0e5123e2b769875936ff7cb7c5c5297da4696f172e8fad2fdafc2ba86b454e
|
|
| MD5 |
7b03ecc9f9d9cdbd79bda73ebc73be69
|
|
| BLAKE2b-256 |
311fa7d1d95c98ce57eaafe5fd498f14d3afe96a5979c0d64c9096bdd1f20996
|
File details
Details for the file air_quality_index-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: air_quality_index-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5d5e5a155e575febd28f84c3f0faaea0acdd5b6d5a85c55782adb0a167a0c59
|
|
| MD5 |
da5ae3e64e50eabc73e67226e67ca70d
|
|
| BLAKE2b-256 |
5d7e0ca4db1e592e51ef9905fc57058329eb9e3d0a3924c7ecd909a7f500bddc
|