Tool Import TMS Image
The "Import TMS Image" tool imports a map image from a Tile Mapping Service (TMS) using the "Geospatial Data Abstraction Library" (GDAL) by Frank Warmerdam.
GDAL Version:3.1.2
References
- GDAL/OGR contributors (2019): GDAL/OGR Geospatial Data Abstraction software Library. A translator library for raster and vector geospatial data formats. Open Source Geospatial Foundation. Link.
- Author: O.Conrad (c) 2016
- Menu: File|Grid|Import
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Target System (*) | Grid, input, optional | TARGET | - | - |
Output | Target Map | Grid, output | TARGET_MAP | - | - |
Map (*) | Data Object Grid, output, optional | MAP | - | - |
Options | Grid system | Grid system | TARGET_GRIDSYSTEM | - | - |
Grid system | Grid system | TARGET_MAP_GRIDSYSTEM | - | - |
Server | Choice | SERVER | - | Available Choices: [0] Open Street Map [1] Google Map [2] Google Satellite [3] Google Hybrid [4] Google Terrain [5] Google Terrain, Streets and Water [6] ArcGIS MapServer Tiles [7] TopPlusOpen [8] user defined Default: 0 |
Block Size | Integer | BLOCKSIZE | - | Minimum: 32 Default: 256 |
Server | Text | SERVER_USER | - | Default: tile.openstreetmap.org/${z}/${x}/${y}.png |
Cache | Boolean | CACHE | Enable local disk cache. Allows for offline operation. | Default: 0 |
Cache Directory | File path | CACHE_DIR | If not specified the cache will be created in the current user's temporary directory. | - |
Gray Scale Image | Boolean | GRAYSCALE | - | Default: 0 |
West | Floating point | XMIN | - | Minimum: -20037508.340000 Maximum: 20037508.340000 Default: -20037508.340000 |
South | Floating point | YMIN | - | Minimum: -20037508.340000 Maximum: 20037508.340000 Default: -20037508.340000 |
East | Floating point | XMAX | - | Minimum: -20037508.340000 Maximum: 20037508.340000 Default: 20037508.340000 |
North | Floating point | YMAX | - | Minimum: -20037508.340000 Maximum: 20037508.340000 Default: 20037508.340000 |
Columns | Integer | NX | - | Minimum: 1 Default: 600 |
Rows | Integer | NY | - | Minimum: 1 Default: 600 |
(*) optional |
Command-line
Usage: saga_cmd io_gdal 9 [-TARGET <str>] [-TARGET_MAP <str>] [-MAP <str>] [-SERVER <str>] [-BLOCKSIZE <num>] [-SERVER_USER <str>] [-CACHE <str>] [-CACHE_DIR <str>] [-GRAYSCALE <str>] [-XMIN <double>] [-YMIN <double>] [-XMAX <double>] [-YMAX <double>] [-NX <num>] [-NY <num>]
-TARGET:<str> Target System
Grid, input, optional
-TARGET_MAP:<str> Target Map
Grid, output
-MAP:<str> Map
Data Object Grid, output, optional
-SERVER:<str> Server
Choice
Available Choices:
[0] Open Street Map
[1] Google Map
[2] Google Satellite
[3] Google Hybrid
[4] Google Terrain
[5] Google Terrain, Streets and Water
[6] ArcGIS MapServer Tiles
[7] TopPlusOpen
[8] user defined
Default: 0
-BLOCKSIZE:<num> Block Size
Integer
Minimum: 32
Default: 256
-SERVER_USER:<str> Server
Text
Default: tile.openstreetmap.org/${z}/${x}/${y}.png
-CACHE:<str> Cache
Boolean
Default: 0
-CACHE_DIR:<str> Cache Directory
File path
-GRAYSCALE:<str> Gray Scale Image
Boolean
Default: 0
-XMIN:<double> West
Floating point
Minimum: -20037508.340000
Maximum: 20037508.340000
Default: -20037508.340000
-YMIN:<double> South
Floating point
Minimum: -20037508.340000
Maximum: 20037508.340000
Default: -20037508.340000
-XMAX:<double> East
Floating point
Minimum: -20037508.340000
Maximum: 20037508.340000
Default: 20037508.340000
-YMAX:<double> North
Floating point
Minimum: -20037508.340000
Maximum: 20037508.340000
Default: 20037508.340000
-NX:<num> Columns
Integer
Minimum: 1
Default: 600
-NY:<num> Rows
Integer
Minimum: 1
Default: 600