View source: R/meteotrentino_smet_dataset.R
meteotrentino_smet_dataset | R Documentation |
Create MeteoTrentino Weather Dataset from a directory of SMET files downloaded by the Trentino Open Data Portal
meteotrentino_smet_dataset( data_dir = system.file("smet_extdata/meteotrentino", package = "SuSnowDB"), smet_files = NULL, crs = 4326, country_name = "Italy", country_code_iso_3166_1 = "IT", country_code_iso_3166_2 = "IT-TN", location_source = meteotrentino_defaults("location_source"), location_url = meteotrentino_defaults("location_url"), measurement_types = meteotrentino_defaults("location_url"), use_limitations = meteotrentino_defaults("use_limitations"), location_description = meteotrentino_defaults("location_description"), ... )
data_dir |
directory containing original CHMI and DWD snow data |
smet_files |
SMET files used contained in the |
crs |
Coordinate refence system. Default is 4326 (epsg). |
country_name, country_code_iso_3166_1, country_code_iso_3166_2, location_source, use_limitations, location_description |
attributes for |
location_url |
attribute for |
measurement_types |
CSV file containing table with measuremet type attributes . See |
... |
further arguments |
data_dir <- system.file("snow_extdata",package="SuSnowDB") ## Not run: out <- meteotrentino_smet_dataset(smet_files=c("T0175","T0179")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.