worldmet
🍃 Open source tools to access NOAA Integrated Surface Database (ISD) surface meteorological observations
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
Keywords from Contributors
Repository
🍃 Open source tools to access NOAA Integrated Surface Database (ISD) surface meteorological observations
Basic Info
- Host: GitHub
- Owner: openair-project
- License: other
- Language: R
- Default Branch: main
- Homepage: http://openair-project.github.io/worldmet/
- Size: 22.1 MB
Statistics
- Stars: 60
- Watchers: 6
- Forks: 19
- Open Issues: 2
- Releases: 3
Topics
Metadata Files
README.md
## **worldmet**
### open source tools to access NOAA Integrated Surface Database (ISD) meteorological observations
[](https://github.com/openair-project/worldmet/actions)
[](https://CRAN.R-project.org/package=worldmet)
[](https://cran.r-project.org/package=worldmet)
[](https://github.com/openair-project/worldmet) [](https://openair-project.github.io/worldmet/) [](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.
💡 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.
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.
🗃️ 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
- Repositories: 1
- Profile: https://github.com/openair-project
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
Top Committers
| Name | 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
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)
- Homepage: https://openair-project.github.io/worldmet/
- Documentation: http://cran.r-project.org/web/packages/worldmet/worldmet.pdf
- License: MIT + file LICENSE
-
Latest release: 0.10.1
published 6 months ago
Rankings
Maintainers (1)
Dependencies
- 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
- 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
- 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