Skip to content

Commit 2059738

Browse files
author
Médéric RIBREUX
committedFeb 28, 2016
Add r.tileset algorithm
1 parent b2209e4 commit 2059738

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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

0 commit comments

Comments
 (0)
Please sign in to comment.