mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
15 lines
1.2 KiB
Plaintext
15 lines
1.2 KiB
Plaintext
r.tileset
|
|
Produces tilings of the source projection for use in the destination region and projection.
|
|
Raster (r.*)
|
|
QgsProcessingParameterString|sourceproj|Source projection|None|True|False
|
|
QgsProcessingParameterString|sourcescale|Conversion factor from units to meters in source projection|1|False|True
|
|
QgsProcessingParameterString|destproj|Destination projection|None|True|False
|
|
QgsProcessingParameterString|destscale|Conversion factor from units to meters in destination projection|1|False|True
|
|
QgsProcessingParameterNumber|maxcols|Maximum number of columns for a tile in the source projection|1|QgsProcessingParameterNumber.Double|True|False|1024|None
|
|
QgsProcessingParameterNumber|maxrows|Maximum number of rows for a tile in the source projection|1|QgsProcessingParameterNumber.Double|True|False|1024|None
|
|
QgsProcessingParameterNumber|overlap|Number of cells tiles should overlap in each direction|0|QgsProcessingParameterNumber.Double|True|False|0|None
|
|
QgsProcessingParameterString|separator|Output field separator|None|False|True
|
|
*QgsProcessingParameterBoolean|-g|Produces shell script output|False
|
|
*QgsProcessingParameterBoolean|-w|Produces web map server query string output|False
|
|
OutputFile|output|Tileset
|