View source: R/sagang_geocoding.R
sagang_geocoding | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Geocoding (sagang:geocoding). —————- Arguments —————- LOCATIONS: Locations Argument type: vectorDestination Acceptable values: - Path for new vector layer ADDRESSES: Address List (optional) Argument type: source Acceptable values: - Path to a vector layer FIELD: Address Field Argument type: field Acceptable values: - The name of an existing field - ; delimited list of existing field names ADDRESS: Single Address Default value: Bundesstrasse 55, Hamburg, Germany Argument type: string Acceptable values: - String value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression PROVIDER: Service Provider Default value: 0 Argument type: enum Available values: - 0: (0) Nominatim (OpenStreetMap) - 1: (1) The Data Science Toolkit - 2: (2) Google - 3: (3) Bing - 4: (4) MapQuest Acceptable values: - Number of selected option, e.g. '1' - Comma separated list of options, e.g. '1,3' API_KEY: API Key Default value: Argument type: string Acceptable values: - String value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression METADATA: Store Metadata Default value: false Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_geocoding(
LOCATIONS = qgisprocess:::qgis_default_value(),
ADDRESSES = qgisprocess:::qgis_default_value(),
FIELD = qgisprocess:::qgis_default_value(),
ADDRESS = qgisprocess:::qgis_default_value(),
PROVIDER = qgisprocess:::qgis_default_value(),
API_KEY = qgisprocess:::qgis_default_value(),
METADATA = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
LOCATIONS |
|
ADDRESSES |
|
FIELD |
|
ADDRESS |
|
PROVIDER |
|
API_KEY |
|
METADATA |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
LOCATIONS - outputVector - Locations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.