View source: R/grass_i_evapo_time.R
grass_i_evapo_time | R Documentation |
QGIS Algorithm provided by GRASS i.evapo.time (grass:i.evapo.time). Computes temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s).
grass_i_evapo_time(
eta = qgisprocess:::qgis_default_value(),
eta_doy = qgisprocess:::qgis_default_value(),
eto = qgisprocess:::qgis_default_value(),
eto_doy_min = qgisprocess:::qgis_default_value(),
start_period = qgisprocess:::qgis_default_value(),
end_period = qgisprocess:::qgis_default_value(),
output = qgisprocess:::qgis_default_value(),
GRASS_REGION_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_REGION_CELLSIZE_PARAMETER = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_OPT = qgisprocess:::qgis_default_value(),
GRASS_RASTER_FORMAT_META = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
eta |
|
eta_doy |
|
eto |
|
eto_doy_min |
|
start_period |
|
end_period |
|
output |
|
GRASS_REGION_PARAMETER |
|
GRASS_REGION_CELLSIZE_PARAMETER |
|
GRASS_RASTER_FORMAT_OPT |
|
GRASS_RASTER_FORMAT_META |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
output - outputRaster - Temporal integration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.