worldmet

🍃 Open source tools to access NOAA Integrated Surface Database (ISD) surface meteorological observations

https://github.com/openair-project/worldmet

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    2 of 5 committers (40.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.6%) to scientific vocabulary

Keywords

meteorology openair package r

Keywords from Contributors

air-quality air-quality-data
Last synced: 6 months ago · JSON representation

Repository

🍃 Open source tools to access NOAA Integrated Surface Database (ISD) surface meteorological observations

Basic Info
Statistics
  • Stars: 60
  • Watchers: 6
  • Forks: 19
  • Open Issues: 2
  • Releases: 3
Topics
meteorology openair package r
Created over 10 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Code of conduct

README.md

## **worldmet** ### open source tools to access NOAA Integrated Surface Database (ISD) meteorological observations [![R-CMD-check](https://github.com/openair-project/worldmet/workflows/R-CMD-check/badge.svg)](https://github.com/openair-project/worldmet/actions) [![CRAN status](https://www.r-pkg.org/badges/version/worldmet)](https://CRAN.R-project.org/package=worldmet) [![metacran downloads](https://cranlogs.r-pkg.org/badges/grand-total/worldmet)](https://cran.r-project.org/package=worldmet)
[![github](https://img.shields.io/badge/CODE-github-black?logo=github)](https://github.com/openair-project/worldmet) [![website](https://img.shields.io/badge/DOCS-website-black)](https://openair-project.github.io/worldmet/) [![book](https://img.shields.io/badge/DOCS-book-black)](https://openair-project.github.io/book/)

worldmet provides an easy way to access data from the NOAA Integrated Surface Database (ISD). The ISD contains detailed surface meteorological data from around the world for over 35,000 locations. See also the map. The package outputs (typically hourly meteorological data) work very well with the openair package.

*Part of the openair toolkit* [![openair](https://img.shields.io/badge/openair_core-06D6A0?style=flat-square)](https://openair-project.github.io/openair/) | [![worldmet](https://img.shields.io/badge/worldmet-26547C?style=flat-square)](https://openair-project.github.io/worldmet/) | [![openairmaps](https://img.shields.io/badge/openairmaps-FFD166?style=flat-square)](https://openair-project.github.io/openairmaps/) | [![deweather](https://img.shields.io/badge/deweather-EF476F?style=flat-square)](https://openair-project.github.io/deweather/)


💡 Core Features

worldmet has a small handful of core functionality.

  • Access ISD metadata using getMeta().

  • Import ISD monitoring data using importNOAA(), with options to improve performance with parallel processing. Data is in a format ready to use with, for example, openair::windRose().

  • Write files in ADMS format using exportADMS().


📖 Documentation

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

r ?worldmet::importNOAA

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

worldmet can be installed from CRAN with:

r install.packages("worldmet")

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

``` r

install.packages("pak")

pak::pak("openair-project/worldmet") ```


🏛️ worldmet is primarily maintained by David Carslaw.

📃 worldmet 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

  • Name: The Openair Project
  • Login: openair-project
  • Kind: organization

Open Source Tools for Air Quality Data Analysis

GitHub Events

Total
  • Create event: 8
  • Issues event: 3
  • Release event: 3
  • Watch event: 5
  • Delete event: 5
  • Issue comment event: 9
  • Push event: 49
  • Pull request event: 9
  • Fork event: 1
Last Year
  • Create event: 8
  • Issues event: 3
  • Release event: 3
  • Watch event: 5
  • Delete event: 5
  • Issue comment event: 9
  • Push event: 49
  • Pull request event: 9
  • Fork event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 229
  • Total Committers: 5
  • Avg Commits per committer: 45.8
  • Development Distribution Score (DDS): 0.424
Past Year
  • Commits: 44
  • Committers: 2
  • Avg Commits per committer: 22.0
  • Development Distribution Score (DDS): 0.045
Top Committers
Name Email Commits
davidcarslaw d****w@y****k 132
Jack Davison d****d@g****m 56
DCCKC d****w@k****k 39
Jonathan Callahan j****n@g****m 1
Jayson Prentice j****e@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 29
  • Total pull requests: 14
  • Average time to close issues: 5 months
  • Average time to close pull requests: about 2 months
  • Total issue authors: 21
  • Total pull request authors: 3
  • Average comments per issue: 2.07
  • Average comments per pull request: 0.5
  • Merged pull requests: 10
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 6
  • Average time to close issues: 3 months
  • Average time to close pull requests: 3 months
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 1.0
  • Average comments per pull request: 0.17
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • lkuiucsb (4)
  • noguese (2)
  • BlaiseKelly (2)
  • mvarewyck (2)
  • smkraus (1)
  • jack-davison (1)
  • jmcord (1)
  • fipoucat (1)
  • beifeiyu (1)
  • Vincent-Poitras (1)
  • ostarusev (1)
  • purelandWH (1)
  • conrusby (1)
  • djg46 (1)
  • hhh4382 (1)
Pull Request Authors
  • jack-davison (14)
  • jonathancallahan (1)
  • JaysonAP (1)
Top Labels
Issue Labels
Pull Request Labels
enhancement (3)

Packages

  • Total packages: 1
  • Total downloads:
    • cran 973 last-month
  • Total docker downloads: 34
  • Total dependent packages: 3
  • Total dependent repositories: 5
  • Total versions: 17
  • Total maintainers: 1
cran.r-project.org: worldmet

Import Surface Meteorological Data from NOAA Integrated Surface Database (ISD)

  • Versions: 17
  • Dependent Packages: 3
  • Dependent Repositories: 5
  • Downloads: 973 Last month
  • Docker Downloads: 34
Rankings
Forks count: 4.1%
Stargazers count: 6.8%
Dependent packages count: 10.9%
Average: 11.9%
Dependent repos count: 13.0%
Downloads: 16.2%
Docker downloads count: 20.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/check-standard.yaml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/upload-artifact main composite
  • r-lib/actions/setup-pandoc v1 composite
  • r-lib/actions/setup-r v1 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
DESCRIPTION cran
  • R >= 3.2.0 depends
  • doParallel * imports
  • dplyr * imports
  • foreach * imports
  • leaflet * imports
  • magrittr * imports
  • openair * imports
  • parallel * imports
  • purrr >= 1.0.0 imports
  • readr * imports
  • tibble * imports
  • tidyr * imports
  • knitr * suggests
  • rmarkdown * suggests