MeteoDataTrentino: Get Real-Time Meteorological Data in Trentino, Alps, Italy

Introduction to MeteoDataTrentino R package

The weather and snow data are provided by the stations of the Meteorological Service of the Province of Trento (www.meteotrentino.it) as Open Data through the following Open Data portal . The downloaded can be coerced as SMET objects and imported within an R environment

Download and Installation

From the R console, MeteoDataTrentino can be installed directly from Github making use of devtools package the following commands:

library(devtools)

install_github("ecor/RSMET")

install_github("ecor/MeteoDataTrentino")

Smart Tutorial

Once installed, type on the R console:

library(MeteoDataTrentino)

to load the package, then play with "help" commands to see the functions and follow their example (always updated):

help(package="MeteoDataTrentino",help_type="html")

Then, you can browse the package content and the R functions. You can also see the single function documentation page:

help(getMetaDataTrentino,help_type="html") help(getMeteoDataTrentino,help_type="html")

Authors and Contributors

This package is authored by Emanuele Cordano (LinkedIn / Github). Any comments / questions / collaboration of any kind are very welcomed, just send an email.

Support or Contact

Having trouble with MeteoDataTrentino and documentation does not help you? Check on the contact form of Rendena100.eu or contact the package maintainer.