A python package for retrieving AQI from EPA
Project description
aqiretrieve
Python package for AQI retrieval from EPA API
AQI Retrieve provides the data for the Air Quality Index of the United States from the AirNow. The data collected is at a County level.
Current air quality data for more than 500 cities across the U.S.
The dataset that is generated consists of the following columns:
- State
- County
- Date
- Ozone
- PM 2.5
- PM 10
Description for each of above item can be found here
Usage:
from aqiretrieve import getData
getData()
Since we retrieve data for each state, it requires quite some time depending on the provided date range.
This will create a .csv file with the aforementioned Columns
All we are doing here is getting the data from AirNow.gov and converting the same to a readable CSV file.
Complete credit for all the data goes to AirNow
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 aqiretrieve-0.0.3.tar.gz
.
File metadata
- Download URL: aqiretrieve-0.0.3.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dab70e1a7281c985f131268869d7d8a46bde63a60db66e90923b736aec3344ce |
|
MD5 | f537a8a858c910e8de743e5e9302ec23 |
|
BLAKE2b-256 | 4614638abefd7d497277ae188bfea2ab82a428143bd280d0a537183574633958 |
File details
Details for the file aqiretrieve-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: aqiretrieve-0.0.3-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.3.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02870197376a26de8fc5b8907eba13bb32ccd5a9ed487e79be381c27754260fd |
|
MD5 | c3f786c1d2165b20acd0c5aae712f752 |
|
BLAKE2b-256 | 0435df229029aa9fbc75bafd79eb4ccc009cd48c132740250b9729bb7deb5480 |