Geocoding
- Author: O.Conrad (c) 2018
- Menu: File | Web Services
Description
Geocoding of addresses using geocoding services.
References
- The Data Science Toolkit
- MapQuest Developer, Geocoding API
- Google Maps Platform, Geocoding API
- Bing Maps Rest Services, Find a Location by Address
- Nominatim at OpenStreetMap Wiki
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 |
Command Line
Usage: saga_cmd io_webservices 0 [-LOCATIONS] [-ADDRESSES ] [-FIELD ] [-ADDRESS ] [-PROVIDER ] [-API_KEY ] [-METADATA ] -LOCATIONS: Locations shapes, output -ADDRESSES: Address List table, input, optional -FIELD: Address Field table field -ADDRESS: Single Address text Default: Bundesstrasse 55, Hamburg, Germany -PROVIDER: Service Provider choice Available Choices: [0] Nominatim (OpenStreetMap) [1] The Data Science Toolkit [2] Google [3] Bing [4] MapQuest Default: 0 -API_KEY: API Key text -METADATA: Store Metadata boolean Default: 0