README.md

## **worldmet** ### open source tools to access NOAA Integrated Surface Database (ISD) meteorological observations [![R-CMD-check](https://github.com/davidcarslaw/worldmet/workflows/R-CMD-check/badge.svg)](https://github.com/davidcarslaw/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/davidcarslaw/worldmet) [![website](https://img.shields.io/badge/DOCS-website-black)](https://davidcarslaw.github.io/worldmet) [![book](https://img.shields.io/badge/DOCS-book-black)](https://bookdown.org/david_carslaw/openair/)

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://davidcarslaw.github.io/openair) | [![worldmet](https://img.shields.io/badge/worldmet-26547C?style=flat-square)](https://davidcarslaw.github.io/worldmet) | [![openairmaps](https://img.shields.io/badge/openairmaps-FFD166?style=flat-square)](https://davidcarslaw.github.io/openairmaps) | [![deweather](https://img.shields.io/badge/deweather-EF476F?style=flat-square)](https://davidcarslaw.github.io/deweather)

💡 Core Features

worldmet has a small handful of core functionality.

📖 Documentation

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

?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:

install.packages("worldmet")

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

# install.packages("pak")
pak::pak("davidcarslaw/worldmet")

🏛️ worldmet is primarily maintained by David Carslaw.

📃 worldmet is licensed under the GNU General Public License.

🧑‍💻 Contributions are welcome from the wider community. See the contributing guide and code of conduct for more information.



davidcarslaw/worldmet documentation built on Aug. 11, 2024, 1:55 p.m.