Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T12:33:14.000Z (7 months ago)
- Last Synced: 2024-10-29T22:29:24.398Z (2 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)
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
)```
[![Project Status: Active – The project has reached a stable, usable state\
and is being actively developed.](
https://www.repostatus.org/badges/latest/active.svg)](
https://www.repostatus.org/#active)
[![R-CMD-check](
https://github.com/USEPA/RAQSAPI/workflows/R-CMD-check/badge.svg)](
https://github.com/USEPA/RAQSAPI/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/RAQSAPI)](
https://CRAN.R-project.org/package=RAQSAPI)
[![metacran downloads](https://cranlogs.r-pkg.org/badges/RAQSAPI)](
https://cran.r-project.org/package=RAQSAPI)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](
https://lifecycle.r-lib.org/articles/stages.html)
[![license](https://img.shields.io/badge/license-CC0-lightgrey.svg)](
https://choosealicense.com/)
"[![Last-changedate](https://img.shields.io/badge/last%20change-
`r gsub('-', '--', Sys.Date())`-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