SAGA-GIS Tool Library Documentation (v6.3.0)

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. For more information have a look at the GDAL homepage:
http://www.gdal.org

GDAL Version:1.11.4

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTarget System (*)Grid (optional input)TARGET--
OutputTarget MapGrid (output)TARGET_MAP--
Map (*)Data Object Grid (optional output)MAP--
OptionsGrid systemGrid systemTARGET_GRIDSYSTEM--
Grid systemGrid systemTARGET_MAP_GRIDSYSTEM--
ServerChoiceSERVER-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] user defined
Default: 0
Block SizeIntegerBLOCKSIZE-Minimum: 32
Default: 256
ServerTextSERVER_USER-Default: tile.openstreetmap.org/${z}/${x}/${y}.png
CacheBooleanCACHEEnable local disk cache. Allows for offline operation.Default: 0
Cache DirectoryFile pathCACHE_DIRIf not specified the cache will be created in the current user's temporary directory.-
Gray Scale ImageBooleanGRAYSCALE-Default: 0
WestFloating pointXMIN-Minimum: -20037508.340000
Maximum: 20037508.340000
Default: -20037508.340000
SouthFloating pointYMIN-Minimum: -20037508.340000
Maximum: 20037508.340000
Default: -20037508.340000
EastFloating pointXMAX-Minimum: -20037508.340000
Maximum: 20037508.340000
Default: 20037508.340000
NorthFloating pointYMAX-Minimum: -20037508.340000
Maximum: 20037508.340000
Default: 20037508.340000
ColumnsIntegerNX-Minimum: 1
Default: 600
RowsIntegerNY-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 (optional input)
  -TARGET_MAP:<str> 	Target Map
	Grid (output)
  -MAP:<str>        	Map
	Data Object Grid (optional output)
  -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] 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