{"id":13948788,"url":"https://github.com/ropensci/riem","last_synced_at":"2025-09-05T01:49:19.756Z","repository":{"id":44552276,"uuid":"56859354","full_name":"ropensci/riem","owner":"ropensci","description":":airplane: :sunny: R package for accessing ASOS data via the Iowa Environment Mesonet :cloud: :airplane:","archived":false,"fork":false,"pushed_at":"2025-02-19T06:27:55.000Z","size":5020,"stargazers_count":45,"open_issues_count":2,"forks_count":15,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-09-02T12:02:24.764Z","etag":null,"topics":["airports","asos","iowa-environment-mesonet","metar","peer-reviewed","r","r-package","rstats","temperature","weather","weather-api"],"latest_commit_sha":null,"homepage":"https://docs.ropensci.org/riem","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ropensci.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null}},"created_at":"2016-04-22T14:00:06.000Z","updated_at":"2025-02-19T06:27:58.000Z","dependencies_parsed_at":"2024-04-22T00:50:18.551Z","dependency_job_id":"a53fa845-f2ea-4c37-a730-f6db7cf062b0","html_url":"https://github.com/ropensci/riem","commit_stats":{"total_commits":129,"total_committers":7,"mean_commits":"18.428571428571427","dds":"0.10077519379844957","last_synced_commit":"733287a11b90c79c4b6baea91290ffca977c8031"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ropensci/riem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Friem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Friem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Friem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Friem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ropensci","download_url":"https://codeload.github.com/ropensci/riem/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ropensci%2Friem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273444577,"owners_count":25107012,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["airports","asos","iowa-environment-mesonet","metar","peer-reviewed","r","r-package","rstats","temperature","weather","weather-api"],"created_at":"2024-08-08T05:01:30.963Z","updated_at":"2025-09-05T01:49:19.686Z","avatar_url":"https://github.com/ropensci.png","language":"R","funding_links":[],"categories":["Atmosphere"],"sub_categories":["Meteorological Observation and Forecast"],"readme":"riem\n====\n\u003c!-- badges: start --\u003e\n[![Project Status: Active – The project has reached a stable, usable\nstate and is being actively\ndeveloped.](http://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/)\n[![CRAN\\_Status\\_Badge](http://www.r-pkg.org/badges/version/riem)](https://cran.r-project.org/package=riem)\n[![codecov](https://app.codecov.io/gh/ropensci/riem/graph/badge.svg)](https://app.codecov.io/gh/ropensci/riem)\n[![](https://badges.ropensci.org/39_status.svg)](https://github.com/ropensci/software-review/issues/39)\n  [![R-CMD-check](https://github.com/ropensci/riem/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/riem/actions)\n  \u003c!-- badges: end --\u003e\n\n\nThis package allows to get weather data from ASOS stations (airports)\nvia the great website of the [Iowa Environment\nMesonet](https://mesonet.agron.iastate.edu/request/download.phtml?network=IN__ASOS).\n\nInstallation\n============\n\nInstall the package with:\n\n``` r\ninstall.packages(\"riem\")\n```\n\nOr install the development version using\n[devtools](https://github.com/r-lib/devtools) with:\n\n``` r\nlibrary(\"pak\")\npak::pak(\"ropensci/riem\")\n```\n\n# Documentation\n\nPlease refer to the [`pkgdown` website](https://docs.ropensci.org/riem/) to read docs, in particular the [reference](https://docs.ropensci.org/riem/reference/index.html) and the [vignettes](https://docs.ropensci.org/riem/articles/index.html).\n\n# Breaking changes in riem 1.0.0\n\nThe `latlon` argument of `riem_measures()` default to `FALSE`: \nyou need to explicitly set it to `TRUE` for the latitude and longitude of the station to be included in the output.\n\nThe `date_start` and `station` no longer have default values.\n\n# Use cases in the wild\n\nSubmit your [use cases](https://ropensci.org/usecases/)!\n\n* [@maelle](https://github.com/maelle/)'s [Where to live in the US](https://masalmon.eu/2017/11/16/wheretoliveus/)\n\n* [@Ryo-N7](https://github.com/Ryo-N7)'s [Where to live in Japan: XKCD-themed climate plots and maps!](https://ryo-n7.github.io/2017-11-22-japan-xkcd-weather-index/)\n\n* [@sharlagelfand](https://github.com/sharlagelfand)'s [Oh, the cold places I've lived](https://sharlagelfand.netlify.app/posts/oh-the-cold-places-ive-lived/)\n\n* In a course: [@byuidatascience](https://github.com/byuidatascience)'s [M335 Task 15: How is the weather?](https://byuistats.github.io/M335/backgrounds.html#task_15:_how_is_the_weather)\n\n* [@jhchou](https://github.com/jhchou) developed an R Shiny app that allows interactive analysis of 20+ years of hourly METAR data of flight conditions by time of day and month at multiple airports.  [Blog post](https://www.incidentalfindings.org/posts/2025-02-19_metar_analysis_2/)\n\nMeta\n----\n\n-   Please [report any issues or\n    bugs](https://github.com/ropensci/riem/issues).\n-   License: GPL\n-   Get citation information for `ropenaq` in R doing\n    `citation(package = 'riem')`\n-   Please note that this project is released with a [Contributor Code\n    of Conduct](https://ropensci.org/code-of-conduct/). By participating in this project you agree\n    to abide by its terms.\n\n[![ropensci\\_footer](https://ropensci.org//public_images/github_footer.png)](https://ropensci.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Friem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fropensci%2Friem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fropensci%2Friem/lists"}