README.md

Finnish Meteorological Institute (FMI) open data API client for R

Build Status AppVeyor Status Join the chat at https://gitter.im/rOpenGov/fmi codecov Watch on GitHub Star on GitHub Follow

THIS PACKAGE HAS BEEN REPLACE BY fmi2 AND WILL NOT BE UPDATED OR MAINTAINED ANYMORE.

This rOpenGov R package (fmi) provides a client to access Finnish Meteorological Institute (Ilmatieteenlaitos) open data.

Usage

For usage, check the tutorial page. Also check these examples of getting FMI lightning data and gridded observation (raster) data.

Installation

fmi relies on rwfs package for interfacing with the FMI WFS (Web Feature Service) API. rwfs in turn relies on sf package for the actual geospatial operations. Neither fmi nor rwfs are yet on CRAN, but you can install them directly from GitHub using devtools:

{r, eval=FALSE} install.packages("devtools") devtools::install_github("rOpenGov/rwfs") devtools::install_github("rOpenGov/fmi")

Contact

You are welcome to:



rOpenGov/fmi documentation built on Sept. 11, 2019, 11:29 a.m.