Skip to content
This repository has been archived by the owner. It is now read-only.
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

install.packages("devtools")
devtools::install_github("rOpenGov/rwfs")
devtools::install_github("rOpenGov/fmi")

Contact

You are welcome to:

About

Finnish Meteorological Institute open data API R client

Resources

License

Packages

No packages published