Tool Geocoding
Geocoding of addresses using geocoding services.
References
- Author: O.Conrad (c) 2018
- Menu: File|Web Services
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Address List (*) | Table, input, optional | ADDRESSES | - | - |
Output | Locations | Shapes, output | LOCATIONS | - | - |
Options | Address Field | Table field | FIELD | - | - |
Single Address | Text | ADDRESS | - | Default: Bundesstrasse 55, Hamburg, Germany |
Service Provider | Choice | PROVIDER | - | Available Choices: [0] Nominatim (OpenStreetMap) [1] The Data Science Toolkit [2] Google [3] Bing [4] MapQuest Default: 0 |
API Key | Text | API_KEY | - | - |
Store Metadata | Boolean | METADATA | - | Default: 0 |
(*) optional |
Command-line
Usage: saga_cmd io_webservices 0 [-LOCATIONS <str>] [-ADDRESSES <str>] [-FIELD <str>] [-ADDRESS <str>] [-PROVIDER <str>] [-API_KEY <str>] [-METADATA <str>]
-LOCATIONS:<str> Locations
Shapes, output
-ADDRESSES:<str> Address List
Table, input, optional
-FIELD:<str> Address Field
Table field
-ADDRESS:<str> Single Address
Text
Default: Bundesstrasse 55, Hamburg, Germany
-PROVIDER:<str> Service Provider
Choice
Available Choices:
[0] Nominatim (OpenStreetMap)
[1] The Data Science Toolkit
[2] Google
[3] Bing
[4] MapQuest
Default: 0
-API_KEY:<str> API Key
Text
-METADATA:<str> Store Metadata
Boolean
Default: 0