-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update meta.yml, spelling sphinxcontrib-spelling issues
- Loading branch information
1 parent
01a418b
commit 5a7e9a3
Showing
11 changed files
with
87 additions
and
59 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
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
Binary file not shown.
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
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ cedate | |
countycode | ||
dailydata | ||
dailysummary | ||
dataframe | ||
DataFrame | ||
Datamart | ||
durations | ||
|
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
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,49 +1,48 @@ | ||
@online{cleanairact, | ||
authors = "{US} {E}nvironmental {P}rotection {A}gency", | ||
title = "Overview of the {C}lean {A}ir {A}ct and {A}ir {P}ollution", | ||
month = "February", | ||
year = "2021", | ||
url = "https://www.epa.gov/clean-air-act-overview" | ||
authors = {US Environmental Protection Agency}, | ||
title = {Overview of the Clean Air Act and Air Pollution}, | ||
month = {February}, | ||
year = {2021}, | ||
url = {https://www.epa.gov/clean-air-act-overview} | ||
} | ||
|
||
@online{AboutAQSdata, | ||
authors = "{US} {EPA} {AQS} {D}ata{M}art Team", | ||
title = "About {AQS} Data", | ||
month = "May", | ||
year = "2019", | ||
url = "https://aqs.epa.gov/aqsweb/documents/about_aqs_data.html", | ||
note = "Version 1.1" | ||
authors = {US EPA AQS DataMart Team}, | ||
title = {About AQS Data}, | ||
month = {May}, | ||
year = {2019}, | ||
url = {https://aqs.epa.gov/aqsweb/documents/about_aqs_data.html}, | ||
note = {Version 1.1} | ||
} | ||
|
||
@online{website:GNUproject, | ||
authors = "{F}ree {S}oftware {F}oundation", | ||
title = "{GNU} Operating System", | ||
month = "February", | ||
year = "2020", | ||
url = "https://www.gnu.org" | ||
authors = {Free Software Foundation}, | ||
title = {GNU Operating System}, | ||
month = {February}, | ||
year = {2020}, | ||
url = {https://www.gnu.org} | ||
} | ||
|
||
@online{AQSDataMartWelcome, | ||
authors = "{US} {EPA} {AQS} {D}ata{M}art Team", | ||
title = "{AQS} {D}ata{M}art Welcome", | ||
month = "Aug", | ||
year = "2018", | ||
url = "https://aqs.epa.gov/aqsweb/documents/data_mart_welcome.html" | ||
authors = {US EPA AQS DataMart Team}, | ||
title = {AQS DataMart Welcome}, | ||
month = {Aug}, | ||
year = {2018}, | ||
url = {https://aqs.epa.gov/aqsweb/documents/data_mart_welcome.html} | ||
} | ||
|
||
@Misc{Rpackage:RAQSAPI, | ||
title = "A {R} extension to retrieve ambient air monitoring data from | ||
the {U}nited {S}tates {E}nvironmental {P}rotection {A}gency’s | ||
({US EPA}) {A}ir | ||
{Q}uality {S}ystem ({AQS}) {D}ata{M}art {API} {V}2 interface", | ||
author = "{C}linton {M}ccrowey", | ||
title = {A R extension to retrieve ambient air monitoring data from | ||
the United States Environmental Protection Agency's | ||
(US EPA) Air Quality System (AQS) DataMart API V2 interface}, | ||
author = {Clinton Mccrowey}, | ||
year = {2022}, | ||
url = {https://github.com/USEPA/RAQSAPI}, | ||
} | ||
|
||
@online{pandas_DataFrame, | ||
title = "pandas.{D}ataFrame", | ||
month = "January", | ||
year = "2024", | ||
url = "https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html" | ||
title = {pandas DataFrame}, | ||
month = {January}, | ||
year = {2024}, | ||
url = {https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html} | ||
} |
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,48 +1,75 @@ | ||
{% set version = '2.0.3' %} | ||
{% set name = "pyaqsapi" %} | ||
{% set version = '0.1a1.dev1' %} | ||
|
||
{% set posix = 'm2-' if win else '' %} | ||
{% set native = 'm2w64-' if win else '' %} | ||
|
||
package: | ||
name: pyaqsapi | ||
version: 1.0.BETA | ||
name: {{ name }} | ||
version: {{ version }} | ||
|
||
source: | ||
fn: pyaqsapi-1.0.tar.gz | ||
fn: dist/pyaqsapi-1.0b0.tar.gz | ||
|
||
build: | ||
noarch: python | ||
number: 0 | ||
script: python -m pip install --no-deps --ignore-installed . | ||
script: python -m pip install --no-deps --ignore-installed sphinxcontrib-bibtex. | ||
|
||
requirements: | ||
host: | ||
- conda | ||
- conda-build | ||
- python | ||
- python >=3.8 | ||
- pep517 | ||
- sphinx | ||
- sphinx >=5.0 | ||
- sphinx_rtd_theme | ||
- sphinxcontrib-napoleon | ||
- sphinxcontrib-apidoc | ||
- sphinxcontrib-bibtex | ||
- toml | ||
- wheel | ||
- pip | ||
- setuptools >=42 | ||
- codecov | ||
- toml | ||
- build | ||
|
||
run: | ||
- python | ||
- python > = 3.8 | ||
- keyring | ||
- pandas | ||
- requests | ||
- wheel | ||
- pip | ||
- certifi | ||
- datetime | ||
- cryptography | ||
- numpydoc | ||
|
||
test: | ||
- python | ||
test: | ||
imports: | ||
- pyaqsapi | ||
commands: | ||
- pip check | ||
requires: | ||
- python > = 3.8 | ||
- pytest | ||
- pip | ||
- sphinxcontrib-spelling | ||
- tox | ||
- pytest-black | ||
- codecov | ||
about: | ||
home:"https://github.com/USEPA/pyaqsapi" | ||
license: LICENSE.rst | ||
summary: "Retrieve air monitoring data and associated metadata from the \ | ||
US Environmental Protection Agency's Air Quality System \ | ||
service using functions." | ||
license: MIT | ||
license_family: MIT | ||
license_file: LICENSE.rst | ||
summary: "Retrieve Ambient Air Monitoring data from US EPA AQS DataMart" | ||
description: | | ||
Retrieve air monitoring data and associated metadata from the | ||
US Environmental Protection Agency's Air Quality System (AQS) | ||
DataMart API service using python functions. | ||
extra: | ||
recipe-maintainers: | ||
#GITHUB ID of the maintainer of pyaqsapi | ||
- MCCROWEYCLINTON-EPA |
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