File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
python/plugins/processing/algs/grass7/description Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ r.tileset
2
+ Produces tilings of the source projection for use in the destination region and projection.
3
+ Raster (r.*)
4
+ ParameterString|sourceproj|Source projection|None|True|False
5
+ ParameterString|sourcescale|Conversion factor from units to meters in source projection|1|False|True
6
+ ParameterString|destproj|Destination projection|None|True|False
7
+ ParameterString|destscale|Conversion factor from units to meters in destination projection|1|False|True
8
+ ParameterNumber|maxcols|Maximum number of columns for a tile in the source projection|1|None|1024|True
9
+ ParameterNumber|maxrows|Maximum number of rows for a tile in the source projection|1|None|1024|True
10
+ ParameterNumber|overlap|Number of cells tiles should overlap in each direction|0|None|0|True
11
+ ParameterString|separator|Output field separator|None|False|True
12
+ *ParameterBoolean|-g|Produces shell script output|False
13
+ *ParameterBoolean|-w|Produces web map server query string output|False
14
+ OutputFile|output|Tileset
You can’t perform that action at this time.
0 commit comments