meteodata: meteodata

Description Usage Arguments Value Author(s)

Description

meteodata is the function to store raw weather information in a S3 object in order to performs the simulation.

Usage

1
2
3
4
5
6
7
meteodata(station_name = "Pisa San Giusto",
  network = "Aeronautica Militare", data_type = "Simulation",
  standard = "SYREP", data_provider = "IBIMET CNR", data_maintainer = "",
  data_licence = "", date_format = "YMD", lat = 43, lon = 11,
  elevation = 40, timeformat = "daily", sourcedata = NULL,
  field_delimiter = ",", timezone = "Europe/Rome", timeseries = NULL,
  CRS = "+proj=longlat +ellps=WGS84 +datum=WGS84 +no_defs")

Arguments

station_name

character name of station or location

network

character name or project or network which data corresponds.

data_type

character weather data class: forecast,observation, sensor micrometeorological data, physical parameter simulation

standard

character weather data standard class. Default is SYREP.

data_provider

character institution -Private data manager.

data_licence

character Licence of data.

date_format

character Format of the dates in raw data. Default is YYYY-MM-DD.

lat

numeric latitude coordinate.

lon

numeric longitude coordinate.

elevation

numeric Elevation corresponding to data collected. Default is 40.

timeformat

numeric Time period of data aggregation. Default is "Daily".

sourcedata

matrix or data.frame or ascii file of raw data. Frame must be daily with at least 6 fields. dates ( in YYYY-MM-DD format ),tmed,tmax,tmin,rhum prec.

field_delimiter

chararter field delimiter of file. Default is comma ",".

timezone

sring Timezone. Default is "Europe/Rome".

timeseries

object xts R Timeseries of data

CRS

character Projection of coordinates in proj4 format.

data_maintaner

character maintainer's name or contact or its contact .

Value

meteodata

Author(s)

Istituto di Biometeorologia Firenze Italy Alfonso crisci a.crisci@ibimet.cnr.it ASL 2 LUCCA Marco Selmi marco.selmi@uslnordovest.toscana.it


alfcrisci/rAedesSim documentation built on May 10, 2019, 8:59 a.m.