R/sagang_traveltimecalculation.R
sagang_traveltimecalculation.Rd
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()
)
source
- Destination Points. Path to a vector layer.
raster
- Land Cover. Path to a raster layer.
source
- Travel Times. Path to a vector layer.
field
- Land Cover ID. The name of an existing field. ; delimited list of existing field names.
field
- Travel Time. The name of an existing field. ; delimited list of existing field names.
rasterDestination
- Travel Time. Path for new raster layer.
source
- Travel Time Zones Classification. Path to a vector layer.
further parameters passed to qgisprocess::qgis_run_algorithm()
logical specifying if complete out of qgisprocess::qgis_run_algorithm()
should be used (TRUE
) or first output (most likely the main) should read (FALSE
). Default value is TRUE
.
logical specifying if parameter .quiet
for qgisprocess::qgis_run_algorithm()
Default value is TRUE
.
logical specifying if messages from qgisprocess::qgis_run_algorithm()
should be printed (TRUE
) or not (FALSE
). Default value is FALSE
.