1
|
Algorithm r.blend.combine - Blends color components of two raster maps by a given ratio and export into a unique raster. starting...
|
2
|
g.proj -c proj4="+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
|
3
|
r.in.gdal input=/home/me/some path/input.vrt output=tmp14725505976613 --overwrite -o
|
4
|
r.in.gdal input=/home/me/some path/input.vrt output=tmp14725505976614 --overwrite -o
|
5
|
g.region -a n=6004660.43002 s=5916071.27811 e=589319.585921 w=454181.083265 res=0.999900132121
|
6
|
r.blend -c first=tmp14725505976614 second=tmp14725505976614 percent="50" output=outputd55279a08d2f435592089285e26c4b3b --overwrite
|
7
|
r.out.gdal -t createopt="TFW=YES,COMPRESS=LZW" input=outputd55279a08d2f435592089285e26c4b3b output="/tmp/processing734b47517cfb48078378d67b082e1d3d/2c454e5c936e4171aada5c8ba76eda04/output.tif" --overwrite
|
8
|
Starting GRASS GIS...
|
9
|
Executing '/home/me/.qgis2//processing/grass7_batch_job.sh' ...
|
10
|
Default region was updated to the new projection, but if you have multiple mapsets `g.region -d` should be run in each to update the region from the default
|
11
|
Projection information updated
|
12
|
|
13
|
Description:
|
14
|
Imports raster data into a GRASS raster map using GDAL library.
|
15
|
|
16
|
Keywords:
|
17
|
raster, import
|
18
|
|
19
|
Usage:
|
20
|
r.in.gdal [-ojeflkcp] input=name output=name [band=value[,value,...]]
|
21
|
[memory=value] [target=name] [title=phrase] [offset=value]
|
22
|
[location=name] [table=file] [--overwrite] [--help] [--verbose]
|
23
|
[--quiet] [--ui]
|
24
|
|
25
|
Flags:
|
26
|
-o Override projection (use location's projection)
|
27
|
-j Perform projection check only and exit
|
28
|
-e Extend region extents based on new dataset
|
29
|
Also updates the default region if in the PERMANENT mapset
|
30
|
-f List supported formats and exit
|
31
|
-l Force Lat/Lon maps to fit into geographic coordinates (90N,S; 180E,W)
|
32
|
-k Keep band numbers instead of using band color names
|
33
|
-c Create the location specified by the "location" parameter and exit. Do not import the raster file.
|
34
|
-p Print number of bands and exit
|
35
|
--o Allow output files to overwrite existing files
|
36
|
--h Print usage summary
|
37
|
--v Verbose module output
|
38
|
--q Quiet module output
|
39
|
--ui Force launching GUI dialog
|
40
|
|
41
|
Parameters:
|
42
|
input Name of raster file to be imported
|
43
|
output Name for output raster map
|
44
|
band Band(s) to select (default is all bands)
|
45
|
memory Maximum memory to be used (in MB)
|
46
|
Cache size for raster rows
|
47
|
options: 0-2047
|
48
|
default: 300
|
49
|
target Name of GCPs target location
|
50
|
Name of location to create or to read projection from for GCPs transformation
|
51
|
title Title for resultant raster map
|
52
|
offset The offset will be added to the band number while output raster map name creation
|
53
|
default: 0
|
54
|
location Name for new location to create
|
55
|
table File prefix for raster attribute tables
|
56
|
The band number and ".csv" will be appended to the file prefix
|
57
|
|
58
|
ERROR: Sorry is not a valid option
|
59
|
|
60
|
Description:
|
61
|
Imports raster data into a GRASS raster map using GDAL library.
|
62
|
|
63
|
Keywords:
|
64
|
raster, import
|
65
|
|
66
|
Usage:
|
67
|
r.in.gdal [-ojeflkcp] input=name output=name [band=value[,value,...]]
|
68
|
[memory=value] [target=name] [title=phrase] [offset=value]
|
69
|
[location=name] [table=file] [--overwrite] [--help] [--verbose]
|
70
|
[--quiet] [--ui]
|
71
|
|
72
|
Flags:
|
73
|
-o Override projection (use location's projection)
|
74
|
-j Perform projection check only and exit
|
75
|
-e Extend region extents based on new dataset
|
76
|
Also updates the default region if in the PERMANENT mapset
|
77
|
-f List supported formats and exit
|
78
|
-l Force Lat/Lon maps to fit into geographic coordinates (90N,S; 180E,W)
|
79
|
-k Keep band numbers instead of using band color names
|
80
|
-c Create the location specified by the "location" parameter and exit. Do not import the raster file.
|
81
|
-p Print number of bands and exit
|
82
|
--o Allow output files to overwrite existing files
|
83
|
--h Print usage summary
|
84
|
--v Verbose module output
|
85
|
--q Quiet module output
|
86
|
--ui Force launching GUI dialog
|
87
|
|
88
|
Parameters:
|
89
|
input Name of raster file to be imported
|
90
|
output Name for output raster map
|
91
|
band Band(s) to select (default is all bands)
|
92
|
memory Maximum memory to be used (in MB)
|
93
|
Cache size for raster rows
|
94
|
options: 0-2047
|
95
|
default: 300
|
96
|
target Name of GCPs target location
|
97
|
Name of location to create or to read projection from for GCPs transformation
|
98
|
title Title for resultant raster map
|
99
|
offset The offset will be added to the band number while output raster map name creation
|
100
|
default: 0
|
101
|
location Name for new location to create
|
102
|
table File prefix for raster attribute tables
|
103
|
The band number and ".csv" will be appended to the file prefix
|
104
|
|
105
|
ERROR: Sorry is not a valid option
|
106
|
Calculating the three component maps...
|
107
|
Invalid map
|
108
|
Invalid map
|
109
|
Invalid map
|
110
|
Parse error
|
111
|
ERROR: parse error
|
112
|
ERROR: An error occurred while running r.mapcalc
|
113
|
ERROR: Raster map or group not found
|
114
|
Execution of '/home/me/.qgis2//processing/grass7_batch_job.sh' finished.
|
115
|
Cleaning up temporary files...
|
116
|
Starting GRASS GIS...
|
117
|
Executing '/home/me/.qgis2//processing/grass7_batch_job.sh' ...
|
118
|
ERROR: Raster map or group not found
|
119
|
Execution of '/home/me/.qgis2//processing/grass7_batch_job.sh' finished.
|
120
|
Cleaning up temporary files...
|
121
|
Converting outputs
|
122
|
Loading resulting layers
|
123
|
|
124
|
The following layers were not correctly generated.
|
125
|
Blended
|
126
|
You can check the log messages to find more information about the execution of the algorithm
|