{"id":13949087,"url":"https://github.com/USEPA/RAQSAPI","last_synced_at":"2025-07-20T11:30:45.949Z","repository":{"id":46066752,"uuid":"339523973","full_name":"USEPA/RAQSAPI","owner":"USEPA","description":"A R extension to Retrieve EPA Air Quality System Data via the AQS Data Mart API","archived":false,"fork":false,"pushed_at":"2025-07-09T18:18:07.000Z","size":4370,"stargazers_count":24,"open_issues_count":1,"forks_count":7,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-07-15T07:29:46.663Z","etag":null,"topics":["airmonitoring","aqs","datamart","environmental-data-retrieval","environmental-monitoring","r03","rpackage","rprogramming","usepa"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/USEPA.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null}},"created_at":"2021-02-16T20:34:45.000Z","updated_at":"2025-07-09T18:18:11.000Z","dependencies_parsed_at":"2024-01-12T04:52:51.321Z","dependency_job_id":"2a9671fe-f019-4e43-abdd-f907d73cd318","html_url":"https://github.com/USEPA/RAQSAPI","commit_stats":{"total_commits":150,"total_committers":2,"mean_commits":75.0,"dds":0.00666666666666671,"last_synced_commit":"3df1ef766c0e9765d9cd0e64add304243b8eff0f"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/USEPA/RAQSAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USEPA%2FRAQSAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USEPA%2FRAQSAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USEPA%2FRAQSAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USEPA%2FRAQSAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/USEPA","download_url":"https://codeload.github.com/USEPA/RAQSAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/USEPA%2FRAQSAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265486968,"owners_count":23774797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["airmonitoring","aqs","datamart","environmental-data-retrieval","environmental-monitoring","r03","rpackage","rprogramming","usepa"],"created_at":"2024-08-08T05:01:37.920Z","updated_at":"2025-07-20T11:30:45.944Z","avatar_url":"https://github.com/USEPA.png","language":"R","funding_links":[],"categories":["Software Libraries","Natural Resources"],"sub_categories":["Air Quality"],"readme":"---\ntitle: \"Introduction to the RAQSAPI package\"\nauthor: Clinton Mccrowey, physical scientist - US EPA  \nabstract: RAQSAPI is a package for R that connects the R programming language\n  environment to the United States Environmental Protection Agency's Air Quality\n  System (AQS) Data Mart database for retrieval of ambient air pollution data.\noutput:\n  rmarkdown::github_document:\n    toc: true\n  rmarkdown::html_document: null\nlang: en-US\nbibliography: ./vignettes/AQSAPI.bib\ncsl: ./vignettes/acs-nano.csl\n---\n```{r SETUP, echo = FALSE, message = FALSE, warning = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  tidy.ops = list(width.cutoff = 80),\n  tidy = TRUE\n)\n\n```\n\u003cimg src=\"./vignettes/figures/RAQSAPIhexsticker.png\" alt=\"RAQSAPI hexsticker\" align=\"right\" width=\"150\" height=\"150\"\u003e\n\n\u003c!-- badges: start --\u003e\n  [![Project Status: Active – The project has reached a stable, usable state\\\n      and is being actively developed.](\n      https://www.repostatus.org/badges/latest/active.svg)](\n      https://www.repostatus.org/#active)\n  [![R-CMD-check](\n  https://github.com/USEPA/RAQSAPI/workflows/R-CMD-check/badge.svg)](\n  https://github.com/USEPA/RAQSAPI/actions)\n  [![CRAN status](https://www.r-pkg.org/badges/version/RAQSAPI)](\n  https://CRAN.R-project.org/package=RAQSAPI)\n  [![metacran downloads](https://cranlogs.r-pkg.org/badges/RAQSAPI)](\n                         https://cran.r-project.org/package=RAQSAPI)\n  [![lifecycle](https://img.shields.io/badge/lifecycle-maturing-blue.svg)](\n  https://lifecycle.r-lib.org/articles/stages.html)\n  [![license](https://img.shields.io/badge/license-MIT-green)](\n  https://choosealicense.com/licenses/mit/)\n  [![Last-changedate](https://img.shields.io/badge/last%20change-\n  `r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](/commits/master)\n  \u003c!-- badges: end --\u003e\n\n```{r child = \"./vignettes/EPA_Disclaimer.Rmd\", echo = FALSE, comment = NA}\n```\n\n```{r child = \"./vignettes/Intro.Rmd\"}\n```\n\n```{r child = \"./vignettes/TimelinessofAQSData.Rmd\"}\n```\n\n```{r child = \"./vignettes/InstallandSetup.Rmd\", echo = FALSE, comment = NA}\n```\n\n```{r child = \"./vignettes/UsingRAQSAPI.Rmd\"}\n```\n\n```{r child = \"./vignettes/RAQSAPIFunctions-Brief.Rmd\"}\n```\n\n```{r child = \"./vignettes/pyaqsapi.Rmd\"}\n```\n\n```{r child = \"./vignettes/Acknowledgements.Rmd\"}\n```\n\n# References\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUSEPA%2FRAQSAPI","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FUSEPA%2FRAQSAPI","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FUSEPA%2FRAQSAPI/lists"}