sw_weather_database: Weather data base structure

sw_weather_databaseR Documentation

Weather data base structure

Description

Weather data base structure

Arguments

dbFilePath

A character string. The file path of the weather database. This will be a file of type sqlite3. In-memory databases are not supported.

site_data

A data.frame. The site data with column names Longitude, Latitude, and Label.

Site_id

An integer value. The IDs/database key of the queried site.

site_id

An integer value. The IDs/database key of the queried site.

Site_ids

An integer vector. The IDs/database keys of the queried sites

site_ids

An integer vector. The IDs/database keys of the queried sites

Labels

A vector of character strings. The names/labels of queried sites.

Label

A character string. The name/label of the queried site.

site_labels

A vector of character string. The names/labels of queried sites.

site_label

A character string. The name/label of the queried site.

lat

A numeric vector or NULL. The latitude in decimal degrees of WGS84. Northern latitude are positive, sites on the southern hemisphere have negative values.

long

A numeric vector or NULL. The longitude in decimal degrees of WGS84. Eastern longitudes are positive, sites on the western hemisphere have negative values.

Scenario_ids

An integer vector. The IDs/database keys of the queried scenario.

scen_ids

An integer vector. The IDs/database keys of the queried scenario.

Scenario_id

An integer value The ID/database key of the queried scenario.

scenario_id

An integer value The ID/database key of the queried scenario.

Scenarios

A vector of character strings. The climate scenarios of which the first one is enforced to be scen_ambient.

scen_labels

A vector of character strings. The climate scenarios of which the first one is enforced to be scen_ambient.

Scenario

A character string. The name/label of a climate scenario.

scenario

A character string. The name/label of a climate scenario.

scen_ambient

A character string. The first/default climate scenario.

startYear

A numeric value. First calendar year of the weather data.

endYear

A numeric value. Last calendar year of the weather data.

ignore.case

A logical value.

verbose

A logical value.


Burke-Lauenroth-Lab/rSOILWAT2 documentation built on Dec. 9, 2023, 1:46 a.m.