SAGA 9.13.0 | Tool Documentation

Import TMS Image

Author(s) O.Conrad (c) 2016
Library IDio_gdal
Tool ID 9
Version 1.0
Menu File | Grid | Import

Description

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.12.4

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

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridgrid, inputTARGET--
OutputMapgrid, outputTARGET_MAP--
OptionsTarget DefinitionchoiceTARGET_DEF-Available Choices: [0] grid [1] user defined Default: 0
Grid Systemgrid systemTARGET_SYSTEM--
Westfloating point numberTARGET_XMIN-Minimum: -20037508.340000 Maximum: 20037508.340000 Default: -20037508.340000
Eastfloating point numberTARGET_XMAX-Minimum: -20037508.340000 Maximum: 20037508.340000 Default: 20037508.340000
Southfloating point numberTARGET_YMIN-Minimum: -20037508.340000 Maximum: 20037508.340000 Default: -20037508.340000
Northfloating point numberTARGET_YMAX-Minimum: -20037508.340000 Maximum: 20037508.340000 Default: 20037508.340000
Columnsinteger numberTARGET_NX-Minimum: 1 Default: 600
Rowsinteger numberTARGET_NY-Minimum: 1 Default: 600
Coordinate System DefinitiontextCRS_STRINGSupported formats comprise PROJ and WKT strings, object codes (e.g. "EPSG:4326").-
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
Directoryfile pathCACHE_DIRIf not specified the cache will be created in the current user's temporary directory.-
Gray Scale ImagebooleanGRAYSCALE-Default: 0

Command Line


Usage: saga_cmd io_gdal 9 [-TARGET_DEF ] [-TARGET ] [-TARGET_MAP ] [-TARGET_XMIN ] [-TARGET_XMAX ] [-TARGET_YMIN ] [-TARGET_YMAX ] [-TARGET_NX ] [-TARGET_NY ] [-CRS_STRING ] [-SERVER ] [-SERVER_USER ] [-SERVER_EPSG ] [-BLOCKSIZE ] [-CACHE ] [-CACHE_DIR ] [-GRAYSCALE ]
  -TARGET_DEF:       Target Definition
	choice
	Available Choices:
	[0] grid
	[1] user defined
	Default: 0
  -TARGET:           Grid
	grid, input
  -TARGET_MAP:       Map
	grid, output
  -TARGET_XMIN:   West
	floating point number
	Minimum: -20037508.340000
	Maximum: 20037508.340000
	Default: -20037508.340000
  -TARGET_XMAX:   East
	floating point number
	Minimum: -20037508.340000
	Maximum: 20037508.340000
	Default: 20037508.340000
  -TARGET_YMIN:   South
	floating point number
	Minimum: -20037508.340000
	Maximum: 20037508.340000
	Default: -20037508.340000
  -TARGET_YMAX:   North
	floating point number
	Minimum: -20037508.340000
	Maximum: 20037508.340000
	Default: 20037508.340000
  -TARGET_NX:        Columns
	integer number
	Minimum: 1
	Default: 600
  -TARGET_NY:        Rows
	integer number
	Minimum: 1
	Default: 600
  -CRS_STRING:       Coordinate System Definition
	text
  -SERVER:
                          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:      Server
	text
	Default: tile.openstreetmap.org/${z}/${x}/${y}.png
  -SERVER_EPSG:      EPSG
	integer number
	Default: 3857
  -BLOCKSIZE:        Block Size
	integer number
	Minimum: 32
	Default: 256
  -CACHE:            Cache
	boolean
	Default: 0
  -CACHE_DIR:        Directory
	file path
  -GRAYSCALE:        Gray Scale Image
	boolean
	Default: 0