A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

openairmaps

Combine the robust analytical methods found in openair with the highly capable leaflet package.
https://github.com/davidcarslaw/openairmaps

Keywords

openair package r

Last synced: 24 days ago
JSON representation

Acceptance Criteria

Repository metadata

πŸ—ΊοΈ Open source tools to create maps of air pollution data

README.md

openairmaps

open source tools to create maps of air pollution data

R-CMD-check
CRAN status
metacran downloads

github
website
book

openairmaps combines the robust analytical methods found in openair with a range of dynamic and static mapping capability. Core functionality includes visualising UK AQ networks (networkMap()), putting "polar directional markers" on maps (e.g., polarMap()) and overlaying HYSPLIT trajectories on maps (e.g., trajMap()), all using the {leaflet} package. Static equivalents of most functions are also available for insertion into traditional reports and academic articles.

Part of the openair toolkit

openair |
worldmet |
openairmaps |
deweather

πŸ’‘ Core Features

openairmaps has developed at pace to align openair with R's modern geospatial ecosystem.

  • Network visualisation of many UK-based monitoring networks through networkMap(), all of which can also be searched using searchNetwork().

  • Directional analysis maps to place openair::polarPlot() and other "polar coordinate" plots on maps.

  • Trajectory analysis maps (such as trajMap() and trajLevelMap()) for interactive implementations of the openair::trajPlot() family.

  • Flexible map conditioning aligned with the openair type option to easily condition maps by season, day of the week, and so on.

  • Map building utilities such as building popups for interactive maps, formatting common pollutant names and units, and converting UK postcodes to lat/lng coordinates.

πŸ“– Documentation

All openairmaps functions are fully documented; access documentation using R in your IDE of choice.

?openairmaps::polarMap

Documentation is also hosted online on the package website.

website

A guide to the openair toolkit can be found in the online book, which contains lots of code snippets, demonstrations of functionality, and ideas for the application of openair's various functions.

book

πŸ—ƒοΈ Installation

openairmaps can be installed from CRAN with:

install.packages("openairmaps")

You can also install the development version of openairmaps from GitHub using {pak}:

# install.packages("pak")
pak::pak("openair-project/openairmaps")

πŸ›οΈ openairmaps is primarily maintained by Jack Davison.

πŸ“ƒ openairmaps is licensed under the MIT License.

πŸ§‘β€πŸ’» Contributions are welcome from the wider community. See the contributing guide and code of conduct for more information.


Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 4 months ago

Total Commits: 438
Total Committers: 12
Avg Commits per committer: 36.5
Development Distribution Score (DDS): 0.103

Commits in past year: 133
Committers in past year: 1
Avg Commits per committer in past year: 133.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Jack Davison d****d@g****m 393
davidcarslaw d****w@y****k 33
Hao Wu h****u@r****m 3
runner r****r@M****l 1
runner r****r@M****l 1
runner r****r@M****l 1
runner r****r@M****l 1
runner r****r@M****l 1
runner r****r@M****l 1
runner r****r@M****l 1
runner r****r@M****l 1
Hao Wu h****w@o****m 1

Committer domains:


Issue and Pull Request metadata

Last synced: 4 months ago

Total issues: 54
Total pull requests: 27
Average time to close issues: about 1 month
Average time to close pull requests: 5 days
Total issue authors: 11
Total pull request authors: 2
Average comments per issue: 1.43
Average comments per pull request: 0.19
Merged pull request: 24
Bot issues: 0
Bot pull requests: 0

Past year issues: 16
Past year pull requests: 11
Past year average time to close issues: about 1 month
Past year average time to close pull requests: 12 days
Past year issue authors: 5
Past year pull request authors: 1
Past year average comments per issue: 0.88
Past year average comments per pull request: 0.09
Past year merged pull request: 9
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/davidcarslaw/openairmaps

Top Issue Authors

  • jack-davison (37)
  • pmosn (4)
  • mooibroekd (4)
  • gokulbalagopal (2)
  • jack-davison-ricardo (1)
  • Roset999 (1)
  • marcelooyaneder (1)
  • mjholm4242 (1)
  • jenright-git (1)
  • Jair-89 (1)
  • rickpeltier (1)

Top Pull Request Authors

  • jack-davison (26)
  • MohoWu (1)

Top Issue Labels

  • enhancement (33)
  • leaflet πŸ—Ί (22)
  • bug (10)
  • ggmap πŸ“Š (10)
  • question (7)
  • networks πŸ“Œ (7)
  • map:trajectories 🌐 (3)
  • trajectories 🌐 (2)
  • ggspatial πŸ“Š (2)
  • map:polar 🧭 (1)
  • map:charts πŸ“Š (1)

Top Pull Request Labels

  • enhancement (4)
  • leaflet πŸ—Ί (2)
  • ggmap πŸ“Š (1)
  • networks πŸ“Œ (1)
  • map:charts πŸ“Š (1)

Package metadata

cran.r-project.org: openairmaps

Create Maps of Air Pollution Data

  • Homepage: https://davidcarslaw.github.io/openairmaps/
  • Documentation: http://cran.r-project.org/web/packages/openairmaps/openairmaps.pdf
  • Licenses: GPL (β‰₯ 3)
  • Latest release: 0.9.1 (published 5 months ago)
  • Last Synced: 2025-03-18T00:18:05.761Z (about 1 month ago)
  • Versions: 10
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 815 Last month
  • Rankings:
    • Forks count: 10.051%
    • Stargazers count: 13.78%
    • Average: 22.566%
    • Downloads: 23.75%
    • Dependent packages count: 29.797%
    • Dependent repos count: 35.455%
  • Maintainers (1)

Dependencies

DESCRIPTION cran
  • R >= 3.2.0 depends
  • dplyr * imports
  • ggmap * imports
  • ggplot2 * imports
  • leaflet * imports
  • magrittr * imports
  • openair * imports
  • purrr * imports
  • worldmet * suggests
.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v3 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/checkout v3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite

Score: 12.485157870756437