View source: R/sagang_traveltimecalculation.R
sagang_traveltimecalculation | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Travel time calculation (sagang:traveltimecalculation). —————- Arguments —————- DESTINATIONS: Destination Points Argument type: source Acceptable values: - Path to a vector layer LANDCOVER: Land Cover Argument type: raster Acceptable values: - Path to a raster layer LANDCOVER_TO_TRAVELTIME: Travel Times Argument type: source Acceptable values: - Path to a vector layer FIELD_LANDCOVER: Land Cover ID Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names FIELD_TRAVELTIME: Travel Time Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names TRAVELTIME_MINUTES: Travel Time Argument type: rasterDestination Acceptable values: - Path for new raster layer TRAVELTIME_LUT: Travel Time Zones Classification (optional) Argument type: source Acceptable values: - Path to a vector layer
sagang_traveltimecalculation(
DESTINATIONS = qgisprocess:::qgis_default_value(),
LANDCOVER = qgisprocess:::qgis_default_value(),
LANDCOVER_TO_TRAVELTIME = qgisprocess:::qgis_default_value(),
FIELD_LANDCOVER = qgisprocess:::qgis_default_value(),
FIELD_TRAVELTIME = qgisprocess:::qgis_default_value(),
TRAVELTIME_MINUTES = qgisprocess:::qgis_default_value(),
TRAVELTIME_LUT = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
DESTINATIONS |
|
LANDCOVER |
|
LANDCOVER_TO_TRAVELTIME |
|
FIELD_LANDCOVER |
|
FIELD_TRAVELTIME |
|
TRAVELTIME_MINUTES |
|
TRAVELTIME_LUT |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
TRAVELTIME_MINUTES - outputRaster - Travel Time
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.