SAGA-GIS Tool Library Documentation (v9.2.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.
GDAL Version:3.6.2


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputTarget System (*)grid, input, optionalTARGET--
OutputTarget Mapgrid, outputTARGET_MAP--
Map (*)data object Grid, output, optionalMAP--
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] TopPlusOpen
[8] EMODnet Bathymetry WMTS service
[9] user defined
Default: 0
ServertextSERVER_USER-Default: tile.openstreetmap.org/${z}/${x}/${y}.png
EPSGinteger numberSERVER_EPSG-Default: 3857
Block Sizeinteger numberBLOCKSIZE-Minimum: 32
Default: 256
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 point numberXMIN-Minimum: -20037508.340000
Maximum: 20037508.340000
Default: -20037508.340000
Southfloating point numberYMIN-Minimum: -20037508.340000
Maximum: 20037508.340000
Default: -20037508.340000
Eastfloating point numberXMAX-Minimum: -20037508.340000
Maximum: 20037508.340000
Default: 20037508.340000
Northfloating point numberYMAX-Minimum: -20037508.340000
Maximum: 20037508.340000
Default: 20037508.340000
Columnsinteger numberNX-Minimum: 1
Default: 600
Rowsinteger numberNY-Minimum: 1
Default: 600
(*) optional

Command-line

Usage: saga_cmd io_gdal 9 [-TARGET <str>] [-TARGET_MAP <str>] [-MAP <str>] [-SERVER <str>] [-SERVER_USER <str>] [-SERVER_EPSG <num>] [-BLOCKSIZE <num>] [-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] EMODnet Bathymetry WMTS service
	[9] user defined
	Default: 0
  -SERVER_USER:<str>	Server
	text
	Default: tile.openstreetmap.org/${z}/${x}/${y}.png
  -SERVER_EPSG:<num>	EPSG
	integer number
	Default: 3857
  -BLOCKSIZE:<num>  	Block Size
	integer number
	Minimum: 32
	Default: 256
  -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 number
	Minimum: -20037508.340000
	Maximum: 20037508.340000
	Default: -20037508.340000
  -YMIN:<double>    	South
	floating point number
	Minimum: -20037508.340000
	Maximum: 20037508.340000
	Default: -20037508.340000
  -XMAX:<double>    	East
	floating point number
	Minimum: -20037508.340000
	Maximum: 20037508.340000
	Default: 20037508.340000
  -YMAX:<double>    	North
	floating point number
	Minimum: -20037508.340000
	Maximum: 20037508.340000
	Default: 20037508.340000
  -NX:<num>         	Columns
	integer number
	Minimum: 1
	Default: 600
  -NY:<num>         	Rows
	integer number
	Minimum: 1
	Default: 600