https://github.com/USEPA/RAQSAPI
A R extension to Retrieve EPA Air Quality System Data via the AQS Data Mart API
https://github.com/USEPA/RAQSAPI
airmonitoring aqs datamart environmental-data-retrieval environmental-monitoring r03 rpackage rprogramming usepa
Last synced: 6 months ago
JSON representation
A R extension to Retrieve EPA Air Quality System Data via the AQS Data Mart API
- Host: GitHub
- URL: https://github.com/USEPA/RAQSAPI
- Owner: USEPA
- License: other
- Created: 2021-02-16T20:34:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T12:33:14.000Z (11 months ago)
- Last Synced: 2024-10-29T22:29:24.398Z (6 months ago)
- Topics: airmonitoring, aqs, datamart, environmental-data-retrieval, environmental-monitoring, r03, rpackage, rprogramming, usepa
- Language: R
- Homepage:
- Size: 4.06 MB
- Stars: 21
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
- open-sustainable-technology - RAQSAPI - Retrieve data from the United States Environmental Protection Agency's Air Quality Systems. (Natural Resources / Air Quality)
- awesome-air-quality - RAQSAPI - A R extension to Retrieve EPA Air Quality System Data via the AQS Data Mart API. (Software Libraries)
README
---
title: "Introduction to the RAQSAPI package"
author: Clinton Mccrowey, physical scientist - US EPA
abstract: RAQSAPI is a package for R that connects the R programming language
environment to the United States Environmental Protection Agency's Air Quality
System (AQS) Data Mart database for retrieval of ambient air pollution data.
output:
rmarkdown::github_document:
toc: true
rmarkdown::html_document: null
lang: en-US
bibliography: ./vignettes/AQSAPI.bib
csl: ./vignettes/acs-nano.csl
---
```{r SETUP, echo = FALSE, message = FALSE, warning = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
tidy.ops = list(width.cutoff = 80),
tidy = TRUE
)```
[](
https://www.repostatus.org/#active)
[](
https://github.com/USEPA/RAQSAPI/actions)
[](
https://CRAN.R-project.org/package=RAQSAPI)
[](
https://cran.r-project.org/package=RAQSAPI)
[](
https://lifecycle.r-lib.org/articles/stages.html)
[](
https://choosealicense.com/)
"[)`-yellowgreen.svg)](/commits/master)"
```{r child = "./vignettes/EPA_Disclaimer.Rmd", echo = FALSE, comment = NA}
``````{r child = "./vignettes/Intro.Rmd"}
``````{r child = "./vignettes/TimelinessofAQSData.Rmd"}
``````{r child = "./vignettes/InstallandSetup.Rmd", echo = FALSE, comment = NA}
``````{r child = "./vignettes/UsingRAQSAPI.Rmd"}
``````{r child = "./vignettes/RAQSAPIFunctions-Brief.Rmd"}
``````{r child = "./vignettes/pyaqsapi.Rmd"}
``````{r child = "./vignettes/Acknowledgements.Rmd"}
```# References