Skip to content

Commit 8efb37c

Browse files
authored
doc: remove GIS from several raster tools' documentation (#5684)
* clean up GRASS GIS notes for r.series * clean up GRASS GIS notes for r.in.pdal * clean up GRASS GIS notes for r.in.xyz remove GIS * clean up GRASS GIS notes for r.mapcalc remove GIS * clean up GRASS GIS notes for r.mfilter remove GIS * clean up GRASS GIS notes for r.neighbors remove GIS * clean up main.c for r.out.gdal change GRASS GIS to GRASS for metadata written to file * clean up r.out.png change GRASS GIS to GRASS for documentation * clean up r.out.vtk change GRASS GIS to GRASS in output file metadata * clean up r.patch change GRASS GIS to GRASS for documentation * clean up r.proj change GRASS GIS to GRASS for documentation * clean up r.resamp.filter change GRASS GIS to GRASS for documentation
1 parent d4ea836 commit 8efb37c

25 files changed

+33
-33
lines changed

raster/r.in.pdal/grasslidarfilter.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extern "C" {
3636
#pragma clang diagnostic pop
3737
#endif
3838

39-
/* All GRASS GIS filters which are similar across multiple modules
39+
/* All GRASS filters which are similar across multiple modules
4040
* put together as one PDAL Stage class.
4141
*/
4242
class GrassLidarFilter : public pdal::Filter, public pdal::Streamable {

raster/r.in.pdal/r.in.pdal.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h3>Binning</h3>
2727
The main difference between <em>r.in.pdal</em> and
2828
<em><a href="v.in.pdal.html">v.in.pdal</a></em> is that
2929
<em>r.in.pdal</em> creates a raster instead of just importing the
30-
points into GRASS GIS. However, <em>r.in.pdal</em> does not merely
30+
points into GRASS. However, <em>r.in.pdal</em> does not merely
3131
rasterizes the points from the point cloud. <em>r.in.pdal</em>
3232
uses binning to derive values for individual raster cells,
3333
so the value of a cell is typically an aggregation of values
@@ -41,7 +41,7 @@ <h3>Binning</h3>
4141
points which fall into one raster cell, i.e. bin. The number of points
4242
per cell (bin) indicates the density of points in the point cloud.
4343
The cell (bin) is always square or rectangular in case of
44-
<em>r.in.pdal</em> because the result is GRASS GIS 2D raster.
44+
<em>r.in.pdal</em> because the result is GRASS 2D raster.
4545
The result of binning where the number of point per cell is counted
4646
is sometimes called 2D (two dimensional) histogram because
4747
a histogram is used in univariate statistics (in one dimension)
@@ -180,7 +180,7 @@ <h3>Filtering and selection</h3>
180180
</pre></div>
181181

182182
See <em><a href="g.region.html">g.region</a></em> for details about
183-
computation region handling in GRASS GIS.
183+
computation region handling in GRASS.
184184

185185
<p>
186186
The <b>zrange</b> parameter may be used for filtering the input data by

raster/r.in.pdal/r.in.pdal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ example raw LiDAR or sidescan sonar swath data.
2222

2323
The main difference between *r.in.pdal* and *[v.in.pdal](v.in.pdal.md)*
2424
is that *r.in.pdal* creates a raster instead of just importing the
25-
points into GRASS GIS. However, *r.in.pdal* does not merely rasterizes
25+
points into GRASS. However, *r.in.pdal* does not merely rasterizes
2626
the points from the point cloud. *r.in.pdal* uses binning to derive
2727
values for individual raster cells, so the value of a cell is typically
2828
an aggregation of values of individual points falling into one cell. In
@@ -34,7 +34,7 @@ In the basic case, binning is a method which counts the number of points
3434
which fall into one raster cell, i.e. bin. The number of points per cell
3535
(bin) indicates the density of points in the point cloud. The cell (bin)
3636
is always square or rectangular in case of *r.in.pdal* because the
37-
result is GRASS GIS 2D raster. The result of binning where the number of
37+
result is GRASS 2D raster. The result of binning where the number of
3838
point per cell is counted is sometimes called 2D (two dimensional)
3939
histogram because a histogram is used in univariate statistics (in one
4040
dimension) to count the number samples falling into a given bin.
@@ -171,7 +171,7 @@ g.region s=s-0.000001
171171
```
172172

173173
See *[g.region](g.region.md)* for details about computation region
174-
handling in GRASS GIS.
174+
handling in GRASS.
175175

176176
The **zrange** parameter may be used for filtering the input data by
177177
vertical extent. Example uses include filtering out extreme outliers and

raster/r.in.xyz/r.in.xyz.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h2>SEE ALSO</h2>
334334
- The UNIX pipe viewer utility
335335

336336
<p>
337-
Overview: <a href="https://grasswiki.osgeo.org/wiki/Interpolation">Interpolation and Resampling</a> in GRASS GIS
337+
Overview: <a href="https://grasswiki.osgeo.org/wiki/Interpolation">Interpolation and Resampling</a> in GRASS
338338

339339
<h2>AUTHORS</h2>
340340

raster/r.in.xyz/r.in.xyz.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ Development Team.
300300
utility
301301

302302
Overview: [Interpolation and
303-
Resampling](https://grasswiki.osgeo.org/wiki/Interpolation) in GRASS GIS
303+
Resampling](https://grasswiki.osgeo.org/wiki/Interpolation) in GRASS
304304

305305
## AUTHORS
306306

raster/r.mapcalc/r.mapcalc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ <h3>Backwards compatibility</h3>
594594
foo = 1
595595
EOF
596596
</pre></div>
597-
But unless you need compatibility with previous GRASS GIS versions, use <code>file=</code>
597+
But unless you need compatibility with previous GRASS versions, use <code>file=</code>
598598
explicitly, as stated above.
599599
<p>
600600
When the map name contains uppercase letter(s) or a dot which are not

raster/r.mapcalc/r.mapcalc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ foo = 1
666666
EOF
667667
```
668668
669-
But unless you need compatibility with previous GRASS GIS versions, use
669+
But unless you need compatibility with previous GRASS versions, use
670670
`file=` explicitly, as stated above.
671671
672672
When the map name contains uppercase letter(s) or a dot which are not

raster/r.mapcalc/r3.mapcalc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ <h3>Backwards compatibility</h3>
420420
foo = 1
421421
EOF
422422
</pre></div>
423-
But unless you need compatibility with previous GRASS GIS versions, use <code>file=</code>
423+
But unless you need compatibility with previous GRASS versions, use <code>file=</code>
424424
explicitly, as stated above.
425425
<p>
426426
When the map name contains uppercase letter(s) or a dot which are not

raster/r.mapcalc/r3.mapcalc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ foo = 1
484484
EOF
485485
```
486486
487-
But unless you need compatibility with previous GRASS GIS versions, use
487+
But unless you need compatibility with previous GRASS versions, use
488488
`file=` explicitly, as stated above.
489489
490490
When the map name contains uppercase letter(s) or a dot which are not

raster/r.mfilter/r.mfilter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3>PERFORMANCE</h3>
147147
</div>
148148
<p> Note that parallelization is implemented only for the parallel filter,
149149
not the sequential one.
150-
To take advantage of the parallelization, GRASS GIS
150+
To take advantage of the parallelization, GRASS
151151
needs to compiled with OpenMP enabled.
152152

153153
<h2>NOTES</h2>

raster/r.neighbors/r.neighbors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ <h3>Performance</h3>
437437
</div>
438438

439439
<p>To reduce the memory requirements to minimum, set option <b>memory</b> to zero.
440-
To take advantage of the parallelization, GRASS GIS
440+
To take advantage of the parallelization, GRASS
441441
needs to be compiled with OpenMP enabled.
442442

443443
<h2>EXAMPLES</h2>

raster/r.neighbors/r.neighbors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ raster. See benchmark scripts in source code. (Intel Core i9-10940X CPU
393393
@ 3.30GHz x 28)*
394394

395395
To reduce the memory requirements to minimum, set option **memory** to
396-
zero. To take advantage of the parallelization, GRASS GIS needs to be
396+
zero. To take advantage of the parallelization, GRASS needs to be
397397
compiled with OpenMP enabled.
398398

399399
## EXAMPLES

raster/r.out.gdal/main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ int main(int argc, char *argv[])
707707
char *pszValue;
708708

709709
pszKey = "TIFFTAG_SOFTWARE";
710-
G_asprintf(&pszValue, "GRASS GIS %s with GDAL %d.%d.%d",
710+
G_asprintf(&pszValue, "GRASS %s with GDAL %d.%d.%d",
711711
GRASS_VERSION_NUMBER, GDAL_VERSION_MAJOR, GDAL_VERSION_MINOR,
712712
GDAL_VERSION_REV);
713713
GDALSetMetadataItem(hCurrDS, pszKey, pszValue, NULL);
@@ -718,7 +718,7 @@ int main(int argc, char *argv[])
718718
char *pszValue;
719719

720720
pszKey = "SOFTWARE";
721-
G_asprintf(&pszValue, "GRASS GIS %s with GDAL %d.%d.%d",
721+
G_asprintf(&pszValue, "GRASS %s with GDAL %d.%d.%d",
722722
GRASS_VERSION_NUMBER, GDAL_VERSION_MAJOR, GDAL_VERSION_MINOR,
723723
GDAL_VERSION_REV);
724724
GDALSetMetadataItem(hCurrDS, pszKey, pszValue, NULL);

raster/r.out.png/r.out.png.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<h2>DESCRIPTION</h2>
22

3-
<em>r.out.png</em> exports a GRASS GIS raster map in non-georeferenced
3+
<em>r.out.png</em> exports a GRASS raster map in non-georeferenced
44
Portable Network Graphics (PNG) image format, respecting the current
55
region resolution and bounds.
66

raster/r.out.png/r.out.png.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## DESCRIPTION
22

3-
*r.out.png* exports a GRASS GIS raster map in non-georeferenced Portable
3+
*r.out.png* exports a GRASS raster map in non-georeferenced Portable
44
Network Graphics (PNG) image format, respecting the current region
55
resolution and bounds.
66

raster/r.out.vtk/writeascii.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ void write_vtk_normal_header(FILE *fp, struct Cell_head region,
7474
/*Simple vtk ASCII header */
7575
fprintf(fp, "# vtk DataFile Version 3.0\n");
7676
/* The header line describes the data. */
77-
fprintf(fp, "GRASS GIS %i Export\n", GRASS_VERSION_MAJOR);
77+
fprintf(fp, "GRASS %i Export\n", GRASS_VERSION_MAJOR);
7878
fprintf(fp, "ASCII\n");
7979
fprintf(fp, "DATASET STRUCTURED_POINTS\n"); /*We are using the structured
8080
point dataset. */
@@ -105,7 +105,7 @@ void write_vtk_structured_elevation_header(FILE *fp, struct Cell_head region)
105105

106106
/*Simple vtk ASCII header */
107107
fprintf(fp, "# vtk DataFile Version 3.0\n");
108-
fprintf(fp, "GRASS GIS %i Export\n", GRASS_VERSION_MAJOR);
108+
fprintf(fp, "GRASS %i Export\n", GRASS_VERSION_MAJOR);
109109
fprintf(fp, "ASCII\n");
110110
fprintf(fp, "DATASET STRUCTURED_GRID\n"); /*We are using the structured grid
111111
dataset. */
@@ -123,7 +123,7 @@ void write_vtk_polygonal_elevation_header(FILE *fp, struct Cell_head region)
123123

124124
/*Simple vtk ASCII header */
125125
fprintf(fp, "# vtk DataFile Version 3.0\n");
126-
fprintf(fp, "GRASS GIS %i Export\n", GRASS_VERSION_MAJOR);
126+
fprintf(fp, "GRASS %i Export\n", GRASS_VERSION_MAJOR);
127127
fprintf(fp, "ASCII\n");
128128
fprintf(fp, "DATASET POLYDATA\n"); /*We are using polydataset. */
129129
fprintf(fp, "POINTS %i float\n", region.cols * region.rows);

raster/r.patch/r.patch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h3>PERFORMANCE</h3>
175175
(Intel Core i9-10940X CPU @ 3.30GHz x 28) </i>
176176
</div>
177177
<p>To reduce the memory requirements to minimum, set option <b>memory</b> to zero.
178-
To take advantage of the parallelization, GRASS GIS
178+
To take advantage of the parallelization, GRASS
179179
needs to compiled with OpenMP enabled.
180180

181181
<h2>EXAMPLES</h2>

raster/r.patch/r.patch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ memory size for 5000x5000 raster. See benchmark scripts in source code.
153153
(Intel Core i9-10940X CPU @ 3.30GHz x 28)*
154154
155155
To reduce the memory requirements to minimum, set option **memory** to
156-
zero. To take advantage of the parallelization, GRASS GIS needs to
156+
zero. To take advantage of the parallelization, GRASS needs to
157157
compiled with OpenMP enabled.
158158
159159
## EXAMPLES

raster/r.proj/r.proj.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h4>Map projections</h4>
5959
points at intermediate locations relative to the source grid are
6060
estimated.
6161

62-
<h4>Reprojecting vector maps within the GRASS GIS</h4>
62+
<h4>Reprojecting vector maps within GRASS</h4>
6363
<!-- move this into v.proj.html !! -->
6464
GIS data capture, import and transfer often requires a reprojection
6565
step, since the source or client will frequently be in a different

raster/r.proj/r.proj.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ sample points in another projection. Thus, the conversion of raster maps
5656
involves an interpolation step in which the values of points at
5757
intermediate locations relative to the source grid are estimated.
5858

59-
#### Reprojecting vector maps within the GRASS GIS
59+
#### Reprojecting vector maps within GRASS
6060

6161
GIS data capture, import and transfer often requires a reprojection
6262
step, since the source or client will frequently be in a different CRS
@@ -71,7 +71,7 @@ used to process simple lists using a one-line command. The *m.proj*
7171
module provides a handy front end to `cs2cs`.
7272

7373
Vector maps is generally more complex, as parts of the data stored in
74-
the files will describe topology, and not just coordinates. In GRASS GIS
74+
the files will describe topology, and not just coordinates. In GRASS,
7575
the *[v.proj](v.proj.md)* module is provided to reproject vector maps,
7676
transferring topology and attributes as well as node coordinates. This
7777
program uses the CRS definition and parameters which are stored in the

raster/r.resamp.filter/r.resamp.filter.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h3>PERFORMANCE</h3>
119119
number of cells. See benchmark script in the source code.</i>
120120
</div>
121121
<p>To reduce the memory requirements to minimum, set option <b>memory</b> to zero.
122-
To take advantage of the parallelization, GRASS GIS
122+
To take advantage of the parallelization, GRASS
123123
needs to compiled with OpenMP enabled.
124124

125125

raster/r.resamp.filter/r.resamp.filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ By specifying the number of parallel processes with **nprocs** option,
100100
See benchmark script in the source code.*
101101

102102
To reduce the memory requirements to minimum, set option **memory** to
103-
zero. To take advantage of the parallelization, GRASS GIS needs to
103+
zero. To take advantage of the parallelization, GRASS needs to
104104
compiled with OpenMP enabled.
105105

106106
## SEE ALSO

raster/r.series/graphics_for_description.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Graphics for Description of r.series\n",
88
"\n",
9-
"Requires _d.explanation.plot_ (GRASS GIS addon), _pngquant_, _optipng_ and ImageMagic _mogrify_."
9+
"Requires _d.explanation.plot_ (GRASS addon), _pngquant_, _optipng_ and ImageMagic _mogrify_."
1010
]
1111
},
1212
{

raster/r.series/r.series.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ <h3>Performance</h3>
163163
</div>
164164

165165
<p>To reduce the memory requirements to minimum, set option <b>memory</b> to zero.
166-
To take advantage of the parallelization, GRASS GIS
166+
To take advantage of the parallelization, GRASS
167167
needs to compiled with OpenMP enabled.
168168

169169
<h2>EXAMPLES</h2>

raster/r.series/r.series.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ memory size for 10000x10000 raster. See benchmark scripts in source
159159
code. (Intel Core i9-10940X CPU @ 3.30GHz x 28)*
160160

161161
To reduce the memory requirements to minimum, set option **memory** to
162-
zero. To take advantage of the parallelization, GRASS GIS needs to
162+
zero. To take advantage of the parallelization, GRASS needs to
163163
compiled with OpenMP enabled.
164164

165165
## EXAMPLES

0 commit comments

Comments
 (0)