From 01b94285778bc19d5106f5a8062c5b94eff6d44f Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 26 Oct 2024 08:46:03 -0400
Subject: [PATCH 1/3] CI(deps): Update actions/setup-python action to v5.3.0
(#1232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/additional_checks.yml | 2 +-
.github/workflows/black.yml | 2 +-
.github/workflows/ci.yml | 2 +-
.github/workflows/flake8.yml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/additional_checks.yml b/.github/workflows/additional_checks.yml
index 3c4fb2d649..08211bf2f4 100644
--- a/.github/workflows/additional_checks.yml
+++ b/.github/workflows/additional_checks.yml
@@ -45,7 +45,7 @@ jobs:
exclude: mswindows .*\.bat .*/testsuite/data/.*
- name: Set up Python
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml
index 2d729716b8..cddfed507c 100644
--- a/.github/workflows/black.yml
+++ b/.github/workflows/black.yml
@@ -34,7 +34,7 @@ jobs:
with:
persist-credentials: false
- name: Set up Python
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "pip"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 18a55703aa..355307cb68 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
sudo apt-get install -y --no-install-recommends --no-install-suggests
- name: Set up Python ${{ matrix.python-version }} as default Python
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ matrix.python-version }}
diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml
index e016bc1edc..5c71dcf6c0 100644
--- a/.github/workflows/flake8.yml
+++ b/.github/workflows/flake8.yml
@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up Python
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
+ uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
From f543c2e96b7ef3f5875cfc7d252dfb113829a69a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 26 Oct 2024 08:48:00 -0400
Subject: [PATCH 2/3] CI(deps): Update actions/checkout action to v4.2.2
(#1229)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/additional_checks.yml | 2 +-
.github/workflows/black.yml | 2 +-
.github/workflows/ci.yml | 4 ++--
.github/workflows/clang-format-check.yml | 2 +-
.github/workflows/flake8.yml | 2 +-
.github/workflows/super-linter.yml | 2 +-
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/additional_checks.yml b/.github/workflows/additional_checks.yml
index 08211bf2f4..7e30c9cef0 100644
--- a/.github/workflows/additional_checks.yml
+++ b/.github/workflows/additional_checks.yml
@@ -26,7 +26,7 @@ jobs:
steps:
- name: Checkout repository contents
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 31
diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml
index cddfed507c..e4ffe12182 100644
--- a/.github/workflows/black.yml
+++ b/.github/workflows/black.yml
@@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Set up Python
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 355307cb68..16797b0c7f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -38,14 +38,14 @@ jobs:
steps:
- name: Checkout core
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: OSGeo/grass
ref: ${{ matrix.grass-version }}
path: grass
- name: Checkout addons
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
path: grass-addons
diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml
index b991cde77d..fe7282d27a 100644
--- a/.github/workflows/clang-format-check.yml
+++ b/.github/workflows/clang-format-check.yml
@@ -15,7 +15,7 @@ jobs:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- uses: DoozyX/clang-format-lint-action@c71d0bf4e21876ebec3e5647491186f8797fde31 # v0.18.2
diff --git a/.github/workflows/flake8.yml b/.github/workflows/flake8.yml
index 5c71dcf6c0..ba65457b82 100644
--- a/.github/workflows/flake8.yml
+++ b/.github/workflows/flake8.yml
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml
index 42267522e0..cf18dfbf7b 100644
--- a/.github/workflows/super-linter.yml
+++ b/.github/workflows/super-linter.yml
@@ -26,7 +26,7 @@ jobs:
# To report GitHub Actions status checks
statuses: write
steps:
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
From f00067506253c89598cffadc3c7fa07cff7233fd Mon Sep 17 00:00:00 2001
From: Markus Neteler
-Add this to your ~/.grass.bashrc file:
-
By default the temporary file will be stored in $MAPSET/.tmp/ and cleared
at the end of the session. You can put it somewhere else with the
tempfile option. For example, when working remotely with
PuTTY (ssh without tunnelled X) + Apache:
-
- See also related wiki page.
+See also related wiki page.
The module allows to setting up connection to csw by uri and search metadata using advanced filter.
@@ -9,7 +9,7 @@
- See also related wiki page.
+ See also related wiki page.
The metadata editor includes a graphical interface for converting metadata
@@ -12,7 +12,7 @@
- See also related wiki page.
+ See also related wiki page.
@@ -11,7 +11,7 @@
- See also related wiki page.
+ See also related wiki page.
@@ -18,12 +18,12 @@
- See also related wiki page.
+ See also related wiki page.
@@ -11,7 +11,7 @@
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
- See also related wiki page.
+ See also related wiki page.
Chemin, Y., 2012.
A Distributed Benchmarking Framework for Actual ET Models,
in: Irmak, A. (Ed.), Evapotranspiration - Remote Sensing and Modeling. InTech.
-(PDF)
+(PDF)
Chemin, Y., 2012.
A Distributed Benchmarking Framework for Actual ET Models,
in: Irmak, A. (Ed.), Evapotranspiration - Remote Sensing and Modeling. InTech.
-(PDF)
+(PDF)
diff --git a/src/imagery/i.in.probav/i.in.probav.html b/src/imagery/i.in.probav/i.in.probav.html
index 2b744687c8..4fd55c086d 100644
--- a/src/imagery/i.in.probav/i.in.probav.html
+++ b/src/imagery/i.in.probav/i.in.probav.html
@@ -22,7 +22,7 @@ where: the The pixel value 61440 is selected automatically to build a cloud mask. At the moment, only a single pixel value may be requested from the Quality Assessment band. For details, refer to [http://landsat.usgs.gov/L8QualityAssessmentBand.php USGS' webpage for Landsat8 Quality Assessment Band] The pixel value 61440 is selected automatically to build a cloud mask. At the moment, only a single pixel value may be requested from the Quality Assessment band. For details, refer to [https://landsat.usgs.gov/L8QualityAssessmentBand.php USGS' webpage for Landsat8 Quality Assessment Band] A small window size n (N = n * n, see equation (1a)) cannot ensure a high correlation between two bands' temperatures due to the instrument noise. In contrast, the size cannot be too large because the variations in the surface and atmospheric conditions become larger as the size increases.
To be able to download data the user needs to obtain user and
diff --git a/src/imagery/i.modis/i.modis.html b/src/imagery/i.modis/i.modis.html
index 15a3ec7455..873e334c7b 100644
--- a/src/imagery/i.modis/i.modis.html
+++ b/src/imagery/i.modis/i.modis.html
@@ -26,7 +26,7 @@
diff --git a/src/imagery/i.pysptools.unmix/i.pysptools.unmix.html b/src/imagery/i.pysptools.unmix/i.pysptools.unmix.html
index 8e2a3b3ba4..047382efe0 100644
--- a/src/imagery/i.pysptools.unmix/i.pysptools.unmix.html
+++ b/src/imagery/i.pysptools.unmix/i.pysptools.unmix.html
@@ -115,7 +115,7 @@
Information about classification in
+"https://grass.osgeo.org/wiki/Image_classification">classification in
GRASS GIS is also available on the wiki.
diff --git a/src/imagery/i.sentinel/i.sentinel.import/i.sentinel.import.html b/src/imagery/i.sentinel/i.sentinel.import/i.sentinel.import.html
index b2db7bb3f5..9d65f94515 100644
--- a/src/imagery/i.sentinel/i.sentinel.import/i.sentinel.import.html
+++ b/src/imagery/i.sentinel/i.sentinel.import/i.sentinel.import.html
@@ -306,6 +306,6 @@
diff --git a/src/raster/r.basin/r.basin.html b/src/raster/r.basin/r.basin.html
index ef55910a23..69ab379110 100644
--- a/src/raster/r.basin/r.basin.html
+++ b/src/raster/r.basin/r.basin.html
@@ -203,7 +203,7 @@ In Italian: Di Leo M., Di Stefano M., Claps P., Sole A.
— Caratterizzazione morfometrica del bacino idrografico in
GRASS GIS (Morphometric characterization of the catchment in GRASS
-GIS environment), Geomatics Workbooks,
+GIS environment), Geomatics Workbooks,
n. 9 (2010)
-Hints for large raster data processing
+Hints for large raster data processing
diff --git a/src/raster/r.out.kde/r.out.kde.html b/src/raster/r.out.kde/r.out.kde.html
index 6c46867e7b..b9b6722ee8 100644
--- a/src/raster/r.out.kde/r.out.kde.html
+++ b/src/raster/r.out.kde/r.out.kde.html
@@ -44,4 +44,4 @@ DESCRIPTION
wximgview, and wxpyimgview programs a bit simpler to start up.
+Add this to your ~/.grass.bashrc file:
+
+
if [ `echo "$GRASS_VERSION" | cut -f1 -d.` -eq 7 ] ; then
alias d.mon='eval `d.mon.py -b`'
fi
-
+
+
+
alias d.mon='eval `d.mon.py -b handler=none tempfile=/var/www/grassmap.png`'
-
+SEE ALSO
AUTHOR
-Vaclav Petras, NCSU GeoForAll Lab
+Vaclav Petras, NCSU GeoForAll Lab
diff --git a/src/general/g.isis3mt/g.isis3mt.html b/src/general/g.isis3mt/g.isis3mt.html
index 7ece6b0f12..8753ac525d 100644
--- a/src/general/g.isis3mt/g.isis3mt.html
+++ b/src/general/g.isis3mt/g.isis3mt.html
@@ -5,9 +5,9 @@ DESCRIPTION
NOTE
-The ISIS3 user should use matchmap=yes in cam2map
+The ISIS3 user should use matchmap=yes in cam2mapi.
AUTHORS
-Alessandro Frigeri, INA, Ispra, Italy
+Alessandro Frigeri, INA, Ispra, Italy
Added to GRASS 7 by Yann Chemin
diff --git a/src/general/g.proj.identify/g.proj.identify.html b/src/general/g.proj.identify/g.proj.identify.html
index a4a88ded02..2f087f65ff 100644
--- a/src/general/g.proj.identify/g.proj.identify.html
+++ b/src/general/g.proj.identify/g.proj.identify.html
@@ -22,14 +22,14 @@ SEE ALSO
g.proj,
-m.proj,
+m.proj,
r.proj,
v.proj
AUTHORS
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
-during Google
-Summer of Code 2015 (mentors: Martin Landa)
+during Google
+Summer of Code 2015 (mentor: Martin Landa)
diff --git a/src/gui/wxpython/wx.metadata/db.csw.run/db.csw.run.html b/src/gui/wxpython/wx.metadata/db.csw.run/db.csw.run.html
index d0922b5c16..fd5a8364b5 100644
--- a/src/gui/wxpython/wx.metadata/db.csw.run/db.csw.run.html
+++ b/src/gui/wxpython/wx.metadata/db.csw.run/db.csw.run.html
@@ -1,8 +1,11 @@
DESCRIPTION
-...
+db.csw.run is designed to interact with Catalog Service for the Web (CSW)
+servers for metadata management purposes. It is implemented as a WSGI wrapper
+for pycsw and the module for starting the server on localhost.
NOTES
+
...
SEE ALSO
@@ -17,12 +20,12 @@ SEE ALSO
AUTHORS
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
-during Google
+during Google
Summer of Code 2014 (mentors: Margherita Di Leo, Martin Landa)
diff --git a/src/gui/wxpython/wx.metadata/g.gui.cswbrowser/g.gui.cswbrowser.html b/src/gui/wxpython/wx.metadata/g.gui.cswbrowser/g.gui.cswbrowser.html
index 5feab0c936..1239e4edf8 100644
--- a/src/gui/wxpython/wx.metadata/g.gui.cswbrowser/g.gui.cswbrowser.html
+++ b/src/gui/wxpython/wx.metadata/g.gui.cswbrowser/g.gui.cswbrowser.html
@@ -1,7 +1,7 @@
DESCRIPTION
g.gui.cswbrowser supports searching and browsing metadata catalogs based on
-Catalogue Service (CSW) standard .
+Catalogue Service (CSW) standard .
DESCRIPTION
NOTES
For dependencies and installation instructions see the dedicated
-wiki page.
+wiki page.
Setting up connection
@@ -36,11 +36,11 @@ Bounding box
This filter allows to use basic or advance keyword filtering. In the simple case user can define
- single keywords or multiple keywords with button "+". Logic operator between keywords is AND(&&).
+ single keywords or multiple keywords with button "+". Logic operator between keywords is AND(&&).
Second, advanced is based on OGC list of expressions which means that can be set filtr with logic
relations between keywords or sets of keywords. Dialog for settings kewords text string is under
"Advanced" checkbox. Syntax of constraints is based on python list syntax. Each keywords must be
- in braces<'>or<">.
+ in braces <'> or <">.
@@ -78,12 +78,12 @@
SEE ALSO
AUTHORS
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
-during Google
- Summer of Code 2015 (mentors: Martin Landa)
+during Google
+ Summer of Code 2015 (mentor: Martin Landa)
diff --git a/src/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.html b/src/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.html
index 25661f4775..127925dc3f 100644
--- a/src/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.html
+++ b/src/gui/wxpython/wx.metadata/g.gui.metadata/g.gui.metadata.html
@@ -1,7 +1,7 @@
DESCRIPTION
g.gui.metadata supports advanced tools for metadata management according
-to ISO 19115.
+to ISO 19115.
DESCRIPTION
NOTES
For dependencies and installation instructions see the dedicated
-wiki page.
+wiki page.
Naming of metadata files and storage
@@ -117,12 +117,12 @@ SEE ALSO
AUTHORS
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
-during Google
- Summer of Code 2014 (mentors: Margherita Di Leo, Martin Landa)
+during Google
+ Summer of Code 2014 (mentor: Margherita Di Leo, Martin Landa)
diff --git a/src/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.html b/src/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.html
index aab2334de2..126b2f8acc 100644
--- a/src/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.html
+++ b/src/gui/wxpython/wx.metadata/r.info.iso/r.info.iso.html
@@ -1,7 +1,7 @@
DESCRIPTION
r.info.iso creates metadata of raster maps according
-to ISO
+to ISO
19115.
DESCRIPTION
NOTES
For dependencies and installation instructions see
-wiki page.
+wiki page.
Naming of metadata files and storage
@@ -64,12 +64,12 @@ SEE ALSO
AUTHORS
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
-during Google
+during Google
Summer of Code 2014 (mentors: Margherita Di Leo, Martin Landa)
diff --git a/src/gui/wxpython/wx.metadata/t.info.iso/t.info.iso.html b/src/gui/wxpython/wx.metadata/t.info.iso/t.info.iso.html
index 5b3c044423..f4b4229508 100644
--- a/src/gui/wxpython/wx.metadata/t.info.iso/t.info.iso.html
+++ b/src/gui/wxpython/wx.metadata/t.info.iso/t.info.iso.html
@@ -1,7 +1,7 @@
DESCRIPTION
t.info.iso creates metadata of temporal maps according
-to ISO
+to ISO
19115.
SEE ALSO
AUTHORS
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
-during Google
+during Google
Summer of Code 2014 (mentors: Margherita Di Leo, Martin Landa)
diff --git a/src/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.html b/src/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.html
index 428b75dec4..aac610f085 100644
--- a/src/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.html
+++ b/src/gui/wxpython/wx.metadata/v.info.iso/v.info.iso.html
@@ -1,7 +1,7 @@
DESCRIPTION
v.info.iso creates metadata of vector maps according
-to ISO
+to ISO
19115.
DESCRIPTION
NOTES
For dependencies and installation instructions see
-wiki page.
+wiki page.
Naming of metadata files and storage
@@ -65,12 +65,12 @@ SEE ALSO
AUTHORS
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
-during Google
+during Google
Summer of Code 2014 (mentors: Margherita Di Leo, Martin Landa)
diff --git a/src/gui/wxpython/wx.mwprecip/g.gui.mwprecip.html b/src/gui/wxpython/wx.mwprecip/g.gui.mwprecip.html
index 7a8d894c96..b76ed30ab9 100644
--- a/src/gui/wxpython/wx.mwprecip/g.gui.mwprecip.html
+++ b/src/gui/wxpython/wx.mwprecip/g.gui.mwprecip.html
@@ -7,4 +7,4 @@ NOTES
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
diff --git a/src/hadoop/hd/hd.db.connect/hd.db.connect.html b/src/hadoop/hd/hd.db.connect/hd.db.connect.html
index 254c1ece29..f96b83f9c8 100644
--- a/src/hadoop/hd/hd.db.connect/hd.db.connect.html
+++ b/src/hadoop/hd/hd.db.connect/hd.db.connect.html
@@ -67,11 +67,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.esri2vector/hd.esri2vector.html b/src/hadoop/hd/hd.esri2vector/hd.esri2vector.html
index fa43ba3d58..88daab9767 100644
--- a/src/hadoop/hd/hd.esri2vector/hd.esri2vector.html
+++ b/src/hadoop/hd/hd.esri2vector/hd.esri2vector.html
@@ -35,11 +35,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hdfs.in.fs/hd.hdfs.in.fs.html b/src/hadoop/hd/hd.hdfs.in.fs/hd.hdfs.in.fs.html
index 018b35119f..ef0c82b443 100644
--- a/src/hadoop/hd/hd.hdfs.in.fs/hd.hdfs.in.fs.html
+++ b/src/hadoop/hd/hd.hdfs.in.fs/hd.hdfs.in.fs.html
@@ -27,11 +27,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hdfs.in.vector/hd.hdfs.in.vector.html b/src/hadoop/hd/hd.hdfs.in.vector/hd.hdfs.in.vector.html
index dd00d7b9e9..4507023a6f 100644
--- a/src/hadoop/hd/hd.hdfs.in.vector/hd.hdfs.in.vector.html
+++ b/src/hadoop/hd/hd.hdfs.in.vector/hd.hdfs.in.vector.html
@@ -50,11 +50,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hdfs.info/hd.hdfs.info.html b/src/hadoop/hd/hd.hdfs.info/hd.hdfs.info.html
index 75c600dc11..d15b1cf6db 100644
--- a/src/hadoop/hd/hd.hdfs.info/hd.hdfs.info.html
+++ b/src/hadoop/hd/hd.hdfs.info/hd.hdfs.info.html
@@ -25,11 +25,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hdfs.out.vector/hd.hdfs.out.vector.html b/src/hadoop/hd/hd.hdfs.out.vector/hd.hdfs.out.vector.html
index e2df548dcd..421a3fe410 100644
--- a/src/hadoop/hd/hd.hdfs.out.vector/hd.hdfs.out.vector.html
+++ b/src/hadoop/hd/hd.hdfs.out.vector/hd.hdfs.out.vector.html
@@ -41,11 +41,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hive.csv.table/hd.hive.csv.table.html b/src/hadoop/hd/hd.hive.csv.table/hd.hive.csv.table.html
index f1aeb9e3c2..2a7c91da72 100644
--- a/src/hadoop/hd/hd.hive.csv.table/hd.hive.csv.table.html
+++ b/src/hadoop/hd/hd.hive.csv.table/hd.hive.csv.table.html
@@ -41,11 +41,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hive.execute/hd.hive.execute.html b/src/hadoop/hd/hd.hive.execute/hd.hive.execute.html
index 194926ca89..f4d7eaf5c8 100644
--- a/src/hadoop/hd/hd.hive.execute/hd.hive.execute.html
+++ b/src/hadoop/hd/hd.hive.execute/hd.hive.execute.html
@@ -35,11 +35,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hive.info/hd.hive.info.html b/src/hadoop/hd/hd.hive.info/hd.hive.info.html
index 756e3b66d3..1ffb202f0d 100644
--- a/src/hadoop/hd/hd.hive.info/hd.hive.info.html
+++ b/src/hadoop/hd/hd.hive.info/hd.hive.info.html
@@ -22,11 +22,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hive.json.table/hd.hive.json.table.html b/src/hadoop/hd/hd.hive.json.table/hd.hive.json.table.html
index 1847fb3fe4..37c0b4c11c 100644
--- a/src/hadoop/hd/hd.hive.json.table/hd.hive.json.table.html
+++ b/src/hadoop/hd/hd.hive.json.table/hd.hive.json.table.html
@@ -39,11 +39,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hive.load/hd.hive.load.html b/src/hadoop/hd/hd.hive.load/hd.hive.load.html
index 906287d7b9..d2ac1bcb0c 100644
--- a/src/hadoop/hd/hd.hive.load/hd.hive.load.html
+++ b/src/hadoop/hd/hd.hive.load/hd.hive.load.html
@@ -37,11 +37,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/hadoop/hd/hd.hive.select/hd.hive.select.html b/src/hadoop/hd/hd.hive.select/hd.hive.select.html
index a356e8ceb5..cc07d560a1 100644
--- a/src/hadoop/hd/hd.hive.select/hd.hive.select.html
+++ b/src/hadoop/hd/hd.hive.select/hd.hive.select.html
@@ -32,11 +32,11 @@ SEE ALSO
AUTHOR
-Matej Krejci, OSGeoREL
+Matej Krejci, OSGeoREL
at the Czech Technical University in Prague, developed
during master thesis project 2016 (mentor: Martin Landa)
diff --git a/src/imagery/i.eb.z0m/i.eb.z0m.html b/src/imagery/i.eb.z0m/i.eb.z0m.html
index 57e882e9bd..8d8f4ea1da 100644
--- a/src/imagery/i.eb.z0m/i.eb.z0m.html
+++ b/src/imagery/i.eb.z0m/i.eb.z0m.html
@@ -34,12 +34,12 @@ REFERENCES
densities and moisture indicators in composite terrain; a remote
sensing approach under clear skies in mediterranean climates. PhD
thesis, Wageningen Agricultural Univ., The Netherland, 271 pp.
-(PDF)REFERENCES
densities and moisture indicators in composite terrain; a remote
sensing approach under clear skies in mediterranean climates. PhD
thesis, Wageningen Agricultural Univ., The Netherland, 271 pp.
-(PDF)
+(PDF)
AUTHOR
diff --git a/src/imagery/i.evapo.senay/i.evapo.senay.html b/src/imagery/i.evapo.senay/i.evapo.senay.html
index aefb2f8963..571d942983 100644
--- a/src/imagery/i.evapo.senay/i.evapo.senay.html
+++ b/src/imagery/i.evapo.senay/i.evapo.senay.html
@@ -50,7 +50,7 @@ REFERENCES
AUTHOR
diff --git a/src/imagery/i.evapo.zk/i.evapo.zk.html b/src/imagery/i.evapo.zk/i.evapo.zk.html
index 70ea7ecf64..2904e9b8cc 100644
--- a/src/imagery/i.evapo.zk/i.evapo.zk.html
+++ b/src/imagery/i.evapo.zk/i.evapo.zk.html
@@ -98,7 +98,7 @@ REFERENCES
Chemin, Y., 2012.
A Distributed Benchmarking Framework for Actual ET Models,
in: Irmak, A. (Ed.), Evapotranspiration - Remote Sensing and Modeling. InTech.
-(PDF)
+(PDF)
AUTHOR
diff --git a/src/imagery/i.gcp/i.gcp.html b/src/imagery/i.gcp/i.gcp.html
index d8a84db8ac..a1738204a3 100644
--- a/src/imagery/i.gcp/i.gcp.html
+++ b/src/imagery/i.gcp/i.gcp.html
@@ -74,7 +74,7 @@ EXAMPLES
SEE ALSO
The GRASS 4
-Image
+Image
Processing manual
Before Import
When working with Proba-V NDVI, it it necessary to fix the range of the map because
it exceeds the -180°..+180° range with entire world extent.
You can shift the map slightly into the right position using
-gdal_translate.
+gdal_translate.
This example in Global datasets may help you.
EXAMPLE
diff --git a/src/imagery/i.landsat8.swlst/i.landsat8.swlst.html b/src/imagery/i.landsat8.swlst/i.landsat8.swlst.html
index 0426163a52..a4b5a08b7d 100644
--- a/src/imagery/i.landsat8.swlst/i.landsat8.swlst.html
+++ b/src/imagery/i.landsat8.swlst/i.landsat8.swlst.html
@@ -46,7 +46,7 @@ Details
diff --git a/src/raster/r.change.info/r.change.info.html b/src/raster/r.change.info/r.change.info.html
index f3d883a69d..0da2ec53ac 100644
--- a/src/raster/r.change.info/r.change.info.html
+++ b/src/raster/r.change.info/r.change.info.html
@@ -214,11 +214,11 @@ Ti
and Tj
are Top of Atmosphere brightness temperatures measured in channels i
(~11.0 microns) and j
(~12.0 µm), respectively
-EXAMPLES
landcover=
the name of the FROM-GLC map that covers the extent of the Landsat8 scene under processingn
flag will set zero digital number values, which may represent NoData in the original bands, to NULL. This option is probably unnecessary for smaller regions in which there are no NoData pixels present.window
is an important option. It defines the size of the spatial window querying for column water vapor values. Small window sizes introduce a spatial discontinuation effect in the final LST image. Larger window sizes lead to more accurate results, at the cost of performance. However, too large window sizes should be avoided as they would include large variations of land and atmospheric conditions. In [2] it is stated:
DESCRIPTION
NOTES
-The i.modis modules need the pyModis
+The i.modis modules need the pyModis
library. Please install it beforehand.
DESCRIPTION
The i.modis suite is a toolset to import MODIS (Moderate
Resolution Imaging Spectroradiometer, flown on the two NASA spacecrafts
Terra and Aqua) satellite data into GRASS GIS. It uses the
-pyModis library and additionally
+pyModis library and additionally
either the GDAL library or the
MODIS Reprojection Tool (MRT)
software to convert, mosaic and process MODIS data.
@@ -316,7 +316,7 @@ MODIS Land Water Mask
NOTES
-The i.modis modules need the pyModis
+The i.modis modules need the pyModis
library. Please install it beforehand.
SEE ALSO
@@ -330,8 +330,8 @@ SEE ALSO
diff --git a/src/imagery/i.modis/i.modis.import/i.modis.import.html b/src/imagery/i.modis/i.modis.import/i.modis.import.html
index ebbab2047a..1a97cb74e8 100644
--- a/src/imagery/i.modis/i.modis.import/i.modis.import.html
+++ b/src/imagery/i.modis/i.modis.import/i.modis.import.html
@@ -6,7 +6,7 @@ DESCRIPTION
NOTES
-The i.modis modules need the pyModis
+The i.modis modules need the pyModis
library. Please install it beforehand.
SEE ALSO
AUTHORS
-Stefan Blumentrath,
+Stefan Blumentrath,
Norwegian Institute for Nature Research (NINA), Oslo, Norway
-Zofie Cimburova,
+Zofie Cimburova,
Norwegian Institute for Nature Research (NINA), Oslo, Norway
diff --git a/src/imagery/i.segment.gsoc/i.segment.gsoc.html b/src/imagery/i.segment.gsoc/i.segment.gsoc.html
index 0e6723dd0a..e7eaae29fc 100644
--- a/src/imagery/i.segment.gsoc/i.segment.gsoc.html
+++ b/src/imagery/i.segment.gsoc/i.segment.gsoc.html
@@ -201,11 +201,11 @@ REFERENCES
This project was first developed during GSoC 2012. Project
documentation, Image Segmentation references, and other information
is at the
+"https://grass.osgeo.org/wiki/GRASS_GSoC_2012_Image_Segmentation">
project wiki.
SEE ALSO
diff --git a/src/imagery/i.segment.uspo/i.segment.uspo.html b/src/imagery/i.segment.uspo/i.segment.uspo.html
index fea847702a..2ca85a9050 100644
--- a/src/imagery/i.segment.uspo/i.segment.uspo.html
+++ b/src/imagery/i.segment.uspo/i.segment.uspo.html
@@ -101,16 +101,16 @@ REFERENCES
G. M. Espindola , G. Camara , I. A. Reis , L. S. Bins , A. M. Monteiroi (2006),
Parameter selection for region-growing image segmentation algorithms using
spatial autocorrelation, International Journal of Remote Sensing, Vol. 27, Iss.
-14, pp. 3035-3040,
- http://dx.doi.org/10.1080%2f01431160600617194
+14, pp. 3035-3040,
+ https://doi.org/10.1080%2f01431160600617194
B. A. Johnson, M. Bragais, I. Endo, D. B. Magcale-Macandog, P. B. M. Macandog (2015),
Image Segmentation Parameter Optimization Considering Within- and
Between-Segment Heterogeneity at Multiple Scale Levels: Test Case for Mapping
Residential Areas Using Landsat Imagery, ISPRS International Journal of
-Geo-Information, 4(4), pp. 2292-2305,
- http://dx.doi.org/10.3390/ijgi4042292
+Geo-Information, 4(4), pp. 2292-2305,
+ https://doi.org/10.3390/ijgi4042292
SEE ALSO
diff --git a/src/imagery/i.segment.uspo/i.segment.uspo.py b/src/imagery/i.segment.uspo/i.segment.uspo.py
index 9efc5db33e..06707e69ec 100644
--- a/src/imagery/i.segment.uspo/i.segment.uspo.py
+++ b/src/imagery/i.segment.uspo/i.segment.uspo.py
@@ -19,14 +19,14 @@
# (2006),
# Parameter selection for region-growing image segmentation algorithms using
# spatial autocorrelation, International Journal of Remote Sensing, Vol. 27, Iss.
-# 14, pp. 3035-3040, http://dx.doi.org/10.1080%2f01431160600617194
+# 14, pp. 3035-3040, https://doi.org/10.1080%2f01431160600617194
#
# B. A. Johnson, M. Bragais, I. Endo, D. B. Magcale-Macandog, P. B. M. Macandog
# (2015),
# Image Segmentation Parameter Optimization Considering Within- and
# Between-Segment Heterogeneity at Multiple Scale Levels: Test Case for Mapping
# Residential Areas Using Landsat Imagery, ISPRS International Journal of
-# Geo-Information, 4(4), pp. 2292-2305, http://dx.doi.org/10.3390/ijgi4042292
+# Geo-Information, 4(4), pp. 2292-2305, https://doi.org/10.3390/ijgi4042292
#############################################################################
# %Module
diff --git a/src/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.html b/src/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.html
index 579f27bd4b..627ae1f3ae 100644
--- a/src/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.html
+++ b/src/imagery/i.sentinel/i.sentinel.download/i.sentinel.download.html
@@ -327,7 +327,7 @@ SEE ALSO
AUTHORS
-Martin Landa, GeoForAll
+Martin Landa, GeoForAll
Lab, CTU in Prague, Czech Republic with support
of OpenGeoLabs company
diff --git a/src/imagery/i.sentinel/i.sentinel.html b/src/imagery/i.sentinel/i.sentinel.html
index 4bba0e4c2a..02a60798ac 100644
--- a/src/imagery/i.sentinel/i.sentinel.html
+++ b/src/imagery/i.sentinel/i.sentinel.html
@@ -50,7 +50,7 @@ REQUIREMENTS
AUTHORS
-Martin Landa, GeoForAll Lab,
+Martin Landa, GeoForAll Lab,
CTU in Prague, Czech Republic with support
of OpenGeoLabs company
SEE ALSO
AUTHORS
-Martin Landa, GeoForAll
+Martin Landa, GeoForAll
Lab, CTU in Prague, Czech Republic with support
of OpenGeoLabs company
diff --git a/src/imagery/i.variance/i.variance.py b/src/imagery/i.variance/i.variance.py
index 4280caa627..91fe9b7263 100755
--- a/src/imagery/i.variance/i.variance.py
+++ b/src/imagery/i.variance/i.variance.py
@@ -15,7 +15,7 @@
#############################################################################
# Curtis E. Woodcock, Alan H. Strahler, The factor of scale in remote sensing,
# Remote Sensing of Environment, Volume 21, Issue 3, April 1987, Pages 311-332,
-# ISSN 0034-4257, http://dx.doi.org/10.1016/0034-4257(87)90015-0.
+# ISSN 0034-4257, https://doi.org/10.1016/0034-4257(87)90015-0.
#
#############################################################################
diff --git a/src/imagery/i.wi/awei.c b/src/imagery/i.wi/awei.c
index 4e7f4f0f34..4d451c1f3d 100644
--- a/src/imagery/i.wi/awei.c
+++ b/src/imagery/i.wi/awei.c
@@ -6,7 +6,7 @@
* Feyisa, G.L., Meilby, H., Fensholt, R., & Proud, S.R. (2014). Automated Water
Extraction Index: A new technique for surface water mapping using Landsat
imagery. Remote Sensing of Environment, 140, 23–35.
-http://dx.doi.org/10.1016/j.rse.2013.08.029.
+https://doi.org/10.1016/j.rse.2013.08.029.
* Landsat TM/ETM+ : 4 × (b2 - b5 ) - (0.25 × b4 + 2.75 × b5 )
*/
double awei_noshadow(double greenchan, double nirchan, double chan5chan)
@@ -20,7 +20,7 @@ double awei_noshadow(double greenchan, double nirchan, double chan5chan)
* Feyisa, G.L., Meilby, H., Fensholt, R., & Proud, S.R. (2014). Automated Water
Extraction Index: A new technique for surface water mapping using Landsat
imagery. Remote Sensing of Environment, 140, 23–35.
-http://dx.doi.org/10.1016/j.rse.2013.08.029.
+https://doi.org/10.1016/j.rse.2013.08.029.
* Landsat TM/ETM+ : b1 + 2.5 × b2 - 1.5 × (b4 + b5 ) - 0.25 × b7
*/
double awei_shadow(double bluechan, double greenchan, double nirchan,
diff --git a/src/imagery/i.wi/i.wi.html b/src/imagery/i.wi/i.wi.html
index ee7276f639..1057bb96a6 100644
--- a/src/imagery/i.wi/i.wi.html
+++ b/src/imagery/i.wi/i.wi.html
@@ -32,7 +32,7 @@ REFERENCES
Feyisa, G.L., Meilby, H., Fensholt, R., Proud, S.R. (2014).
Automated Water Extraction Index: A new technique for surface water mapping using Landsat imagery.
- Remote Sensing of Environment, 140, 23-35. http://dx.doi.org/10.1016/j.rse.2013.08.029.
a kind of Normalized Difference Water Index
@@ -43,12 +43,12 @@ REFERENCES
McFeeters, S.K. (1996).
The use of the Normalized Difference Water Index (NDWI) in the delineation of open water features.
- International Journal of Remote Sensing, 17, 1425-1432. http://dx.doi.org/10.1080/01431169608948714.
Xu, H. (2006).
Modification of normalised difference water index (NDWI) to enhance open water features in remotely sensed imagery.
- International Journal of Remote Sensing, 27, 3025-3033. http://dx.doi.org/10.1080/01431160600589179.
Crist, E.P. (1985).
@@ -58,7 +58,7 @@ REFERENCES
Fisher, A., Flood, N., Danaher, T. (2016).
Comparing Landsat water index methods for automated water classification in eastern Australia.
- Remote Sensing of Environment, 175, 167-182. ISSN 0034-4257, http://dx.doi.org/10.1016/j.rse.2015.12.055.SEE ALSO
diff --git a/src/imagery/i.wi/ndwi.c b/src/imagery/i.wi/ndwi.c
index 2da968dd68..0fa33126c1 100644
--- a/src/imagery/i.wi/ndwi.c
+++ b/src/imagery/i.wi/ndwi.c
@@ -5,7 +5,7 @@
/* Normalized Difference Water Index (NDWI McFeeters)
* McFeeters, S.K. (1996). The use of the Normalized Difference Water Index
(NDWI) in the delineation of open water features. International Journal of
-Remote Sensing, 17, 1425–1432. http://dx.doi.org/10.1080/01431169608948714.
+Remote Sensing, 17, 1425–1432. https://doi.org/10.1080/01431169608948714.
* Landsat TM/ETM+ : (b2-b4)/(b2+b4) (green-NIR)/(green+NIR)
*/
double ndwi_mcfeeters(double greenchan, double nirchan)
@@ -24,7 +24,7 @@ double ndwi_mcfeeters(double greenchan, double nirchan)
/* Normalized Difference Water Index (NDWI Xu)
* Xu, H. (2006). Modification of normalised difference water index (NDWI) to
enhance open water features in remotely sensed imagery. International Journal of
-Remote Sensing, 27, 3025–3033. http://dx.doi.org/10.1080/01431160600589179.
+Remote Sensing, 27, 3025–3033. https://doi.org/10.1080/01431160600589179.
* Landsat TM/ETM+ : (b2-b5)/(b2+b5) (green-MIR)/(green+MIR)
*/
double ndwi_xu(double greenchan, double chan5chan)
diff --git a/src/imagery/i.wi/wi.c b/src/imagery/i.wi/wi.c
index 2b1771486c..de4d9b33ee 100644
--- a/src/imagery/i.wi/wi.c
+++ b/src/imagery/i.wi/wi.c
@@ -6,7 +6,7 @@
* Adrian Fisher, Neil Flood, Tim Danaher, Comparing Landsat water index methods
* for automated water classification in eastern Australia, Remote Sensing of
* Environment, Volume 175, 15 March 2016, Pages 167-182, ISSN 0034-4257,
- * http://dx.doi.org/10.1016/j.rse.2015.12.055. Landsat TM/ETM+ : 1.7204 + 171
+ * https://doi.org/10.1016/j.rse.2015.12.055. Landsat TM/ETM+ : 1.7204 + 171
* b2 + 3 b3 - 70 b4 - 45 b5 - 71 b7
*/
double wi(double greenchan, double redchan, double nirchan, double chan5chan,
diff --git a/src/misc/m.gcp.filter/m.gcp.filter.html b/src/misc/m.gcp.filter/m.gcp.filter.html
index 3898f937e7..93d836cff9 100644
--- a/src/misc/m.gcp.filter/m.gcp.filter.html
+++ b/src/misc/m.gcp.filter/m.gcp.filter.html
@@ -70,7 +70,7 @@ NOTES
SEE ALSO
-m.transform,
+m.transform,
i.rectify
diff --git a/src/misc/m.printws/m.printws.html b/src/misc/m.printws/m.printws.html
index 596789ab18..63b615d1bd 100644
--- a/src/misc/m.printws/m.printws.html
+++ b/src/misc/m.printws/m.printws.html
@@ -251,9 +251,9 @@ SEE ALSO
d.legend.vect,
g.gui,
- ps.map is an alternative option,
+ ps.map is an alternative option,
d.labels,
- ImageMagick
+ ImageMagick
REFERENCES
REFERENCES
AUTHOR
diff --git a/src/raster/r.clip/r.clip.html b/src/raster/r.clip/r.clip.html
index c98c05dd57..54f139e034 100644
--- a/src/raster/r.clip/r.clip.html
+++ b/src/raster/r.clip/r.clip.html
@@ -193,4 +193,4 @@ SEE ALSO
AUTHOR
-Vaclav Petras, NCSU GeoForAll Lab
+Vaclav Petras, NCSU GeoForAll Lab
diff --git a/src/raster/r.colors.cubehelix/r.colors.cubehelix.html b/src/raster/r.colors.cubehelix/r.colors.cubehelix.html
index b063ff2955..56c1cb06f5 100644
--- a/src/raster/r.colors.cubehelix/r.colors.cubehelix.html
+++ b/src/raster/r.colors.cubehelix/r.colors.cubehelix.html
@@ -123,4 +123,4 @@ SEE ALSO
AUTHOR
-Vaclav Petras, NCSU OSGeoREL
+Vaclav Petras, NCSU GeoForAll Lab
diff --git a/src/raster/r.colors.matplotlib/r.colors.matplotlib.html b/src/raster/r.colors.matplotlib/r.colors.matplotlib.html
index f8adbe9968..88d0790b54 100644
--- a/src/raster/r.colors.matplotlib/r.colors.matplotlib.html
+++ b/src/raster/r.colors.matplotlib/r.colors.matplotlib.html
@@ -201,4 +201,4 @@ SEE ALSO
AUTHOR
-Vaclav Petras, NCSU OSGeoREL
+Vaclav Petras, NCSU GeoForAll Lab
diff --git a/src/raster/r.connectivity/r.connectivity.distance/r.connectivity.distance.html b/src/raster/r.connectivity/r.connectivity.distance/r.connectivity.distance.html
index b9b8675545..064f8c99b9 100644
--- a/src/raster/r.connectivity/r.connectivity.distance/r.connectivity.distance.html
+++ b/src/raster/r.connectivity/r.connectivity.distance/r.connectivity.distance.html
@@ -249,8 +249,8 @@ REFERENCE
Verneområdenes funksjon som økologisk nettverk og toleranse
for klimaendringer. NINA Rapport 888: 126 pp. Norsk institutt for
naturforskning (NINA), Trondheim.
-
- http://www.nina.no/archive/nina/PppBasePdf/rapport/2012/888.pdf
+
+ https://www.nina.no/archive/nina/PppBasePdf/rapport/2012/888.pdf
SEE ALSO
diff --git a/src/raster/r.connectivity/r.connectivity.html b/src/raster/r.connectivity/r.connectivity.html
index d9b6cfc9d3..894830d462 100644
--- a/src/raster/r.connectivity/r.connectivity.html
+++ b/src/raster/r.connectivity/r.connectivity.html
@@ -60,8 +60,8 @@ REFERENCE
Verneområdenes funksjon som økologisk nettverk og toleranse
for klimaendringer. NINA Rapport 888: 126 pp. Norsk institutt for
naturforskning (NINA), Trondheim.
-
- http://www.nina.no/archive/nina/PppBasePdf/rapport/2012/888.pdf
+
+ https://www.nina.no/archive/nina/PppBasePdf/rapport/2012/888.pdf
SEE ALSO
diff --git a/src/raster/r.connectivity/r.connectivity.network/r.connectivity.network.html b/src/raster/r.connectivity/r.connectivity.network/r.connectivity.network.html
index 596e9b0f20..543bbe2203 100644
--- a/src/raster/r.connectivity/r.connectivity.network/r.connectivity.network.html
+++ b/src/raster/r.connectivity/r.connectivity.network/r.connectivity.network.html
@@ -403,12 +403,12 @@ REFERENCE
REFERENCE
REFERENCE
Verneområdenes funksjon som økologisk nettverk og toleranse
for klimaendringer. NINA Rapport 888: 126 pp. Norsk institutt for
naturforskning (NINA), Trondheim.
-
- http://www.nina.no/archive/nina/PppBasePdf/rapport/2012/888.pdfREQUIREMENTS
REFERENCES
SEE ALSO
diff --git a/src/raster/r.divergence/r.divergence.html b/src/raster/r.divergence/r.divergence.html
index ee83e2b0fb..5e23de50a4 100644
--- a/src/raster/r.divergence/r.divergence.html
+++ b/src/raster/r.divergence/r.divergence.html
@@ -49,5 +49,5 @@ SEE ALSO
AUTHORS
-Anna Petrasova, NCSU OSGeoREL
-Helena Mitasova, NCSU OSGeoREL
+Anna Petrasova, NCSU GeoForAll Lab
+Helena Mitasova, NCSU GeoForAll Lab
diff --git a/src/raster/r.futures/r.futures.calib/r.futures.calib.html b/src/raster/r.futures/r.futures.calib/r.futures.calib.html
index 624ca26b73..b5cb27d359 100644
--- a/src/raster/r.futures/r.futures.calib/r.futures.calib.html
+++ b/src/raster/r.futures/r.futures.calib/r.futures.calib.html
@@ -119,12 +119,12 @@ REFERENCES
REFERENCES
REFERENCES
REFERENCES
REFERENCES
REFERENCES
REFERENCES
diff --git a/src/raster/r.futures/r.futures.potential/r.futures.potential.html b/src/raster/r.futures/r.futures.potential/r.futures.potential.html
index afbc5828d4..3239ea4294 100644
--- a/src/raster/r.futures/r.futures.potential/r.futures.potential.html
+++ b/src/raster/r.futures/r.futures.potential/r.futures.potential.html
@@ -62,12 +62,12 @@ REFERENCES
REFERENCES
REFERENCES
REFERENCES
REFERENCES
0133410587.
REFERENCES
SEE ALSO
-http://geoinformatics.wp.st-andrews.ac.uk/gwr/
+https://geoinformatics.wp.st-andrews.ac.uk/gwr/
http://gwr.nuim.ie/
diff --git a/src/raster/r.hants/r.hants.html b/src/raster/r.hants/r.hants.html
index 6b22974ba0..7745e48266 100644
--- a/src/raster/r.hants/r.hants.html
+++ b/src/raster/r.hants/r.hants.html
@@ -233,7 +233,7 @@ REFERENCES
Roerink, G. J., Menenti, M. and Verhoef, W., 2000. Reconstructing
cloudfree NDVI composites using Fourier analysis of time series.
International Journal of Remote Sensing, 21 (9), 1911-1917.
-DOI: 10.1080/014311600209814
+DOI: 10.1080/014311600209814
AUTHOR
diff --git a/src/raster/r.hazard.flood/r.hazard.flood.html b/src/raster/r.hazard.flood/r.hazard.flood.html
index 560d9c58d7..ba112cf112 100644
--- a/src/raster/r.hazard.flood/r.hazard.flood.html
+++ b/src/raster/r.hazard.flood/r.hazard.flood.html
@@ -64,7 +64,7 @@ CITE AS
Di Leo M., Manfreda S., Fiorentino M., An automated procedure for
the detection of flood prone areas: r.hazard.flood, Geomatics Workbooks
n.10, 2011.
-(PDF)
+(PDF)
REFERENCES
diff --git a/src/raster/r.hydro.flatten/r.hydro.flatten.html b/src/raster/r.hydro.flatten/r.hydro.flatten.html
index e737be2704..f43a043c1b 100644
--- a/src/raster/r.hydro.flatten/r.hydro.flatten.html
+++ b/src/raster/r.hydro.flatten/r.hydro.flatten.html
@@ -74,9 +74,8 @@ SEE ALSO
r.in.pdal,
r.in.usgs,
-r.fillnulls
-
+r.fillnulls
AUTHOR
-Anna Petrasova, NCSU GeoForAll Lab
+Anna Petrasova, NCSU GeoForAll Lab
diff --git a/src/raster/r.hydrodem/r.hydrodem.html b/src/raster/r.hydrodem/r.hydrodem.html
index 83ee088bb6..2b0c561400 100644
--- a/src/raster/r.hydrodem/r.hydrodem.html
+++ b/src/raster/r.hydrodem/r.hydrodem.html
@@ -65,7 +65,7 @@ REFERENCES
Lindsay, J. B., and Creed, I. F. 2005. Removal of artifact depressions
from digital elevation models: towards a minimum impact approach.
Hydrological Processes 19, 3113-3126.
-DOI: 10.1002/hyp.5835
+DOI: 10.1002/hyp.5835
SEE ALSO
diff --git a/src/raster/r.hypso/r.hypso.html b/src/raster/r.hypso/r.hypso.html
index 0caec2f0e6..c653ac3567 100644
--- a/src/raster/r.hypso/r.hypso.html
+++ b/src/raster/r.hypso/r.hypso.html
@@ -45,7 +45,7 @@ REFERENCES
AUTHORS
diff --git a/src/raster/r.jpdf/r.jpdf.html b/src/raster/r.jpdf/r.jpdf.html
index 704f8e82a4..04765e54e4 100644
--- a/src/raster/r.jpdf/r.jpdf.html
+++ b/src/raster/r.jpdf/r.jpdf.html
@@ -42,7 +42,7 @@ SEE ALSO
r.univar
AUTHOR
diff --git a/src/raster/r.maxent.lambdas/r.maxent.lambdas.html b/src/raster/r.maxent.lambdas/r.maxent.lambdas.html
index e435fd535a..8ff950b4a3 100644
--- a/src/raster/r.maxent.lambdas/r.maxent.lambdas.html
+++ b/src/raster/r.maxent.lambdas/r.maxent.lambdas.html
@@ -93,4 +93,4 @@ SEE ALSO
AUTHOR
Stefan Blumentrath, Norwegian Institute for Nature Research (NINA),
-http://www.nina.no
+https://www.nina.no
diff --git a/src/raster/r.mblend/r.mblend.html b/src/raster/r.mblend/r.mblend.html
index 3d5f20bafe..8c56704b2a 100644
--- a/src/raster/r.mblend/r.mblend.html
+++ b/src/raster/r.mblend/r.mblend.html
@@ -55,7 +55,7 @@ REFERENCES
L.M. de Sousa, J.P. Leitão, Improvements to DEM Merging with r.mblend. In Proceedings of the 4th International Conference on Geographical Information Systems Theory, Applications and Management - Volume 1: GISTAM, March 2018, pages 42-49. ISBN 978-989-758-294-3 DOI: 10.5220/0006672500420049.
-J.P. Leitão, D. Prodanovic, C. Maksimovic, Improving merge methods for grid-based digital elevation models, Computers & Geosciences, Volume 88, March 2016, Pages 115-131, ISSN 0098-3004, DOI: 10.1016/j.cageo.2016.01.001.
+J.P. Leitão, D. Prodanovic, C. Maksimovic, Improving merge methods for grid-based digital elevation models, Computers & Geosciences, Volume 88, March 2016, Pages 115-131, ISSN 0098-3004, DOI: 10.1016/j.cageo.2016.01.001.
AUTHORS
diff --git a/src/raster/r.mess/r.mess.html b/src/raster/r.mess/r.mess.html
index 886b7b2981..9afad826f4 100644
--- a/src/raster/r.mess/r.mess.html
+++ b/src/raster/r.mess/r.mess.html
@@ -87,7 +87,7 @@ Example 2
In the second example, conditions in the entire region are compared to
those in the region's protected areas (ppa), which thus serves as the
reference/sample area. See van Breugel et
+href="https://doi.org/10.1371/journal.pone.0121444">van Breugel et
al.(2015) [3] for an example of how this can be useful.
SEE ALSO
AUTHOR
-Anna Petrasova, NCSU GeoForAll lab
+Anna Petrasova, NCSU GeoForAll Lab
diff --git a/src/raster/r.out.maxent_swd/r.out.maxent_swd.html b/src/raster/r.out.maxent_swd/r.out.maxent_swd.html
index ffc8af871b..d5a1daa5e3 100644
--- a/src/raster/r.out.maxent_swd/r.out.maxent_swd.html
+++ b/src/raster/r.out.maxent_swd/r.out.maxent_swd.html
@@ -51,4 +51,4 @@ SEE ALSO
AUTHOR
Stefan Blumentrath, Norwegian Institute for Nature Research (NINA),
-http://www.nina.no
+https://www.nina.no
diff --git a/src/raster/r.patch.smooth/r.patch.smooth.html b/src/raster/r.patch.smooth/r.patch.smooth.html
index d09a24bce2..6c691a8312 100644
--- a/src/raster/r.patch.smooth/r.patch.smooth.html
+++ b/src/raster/r.patch.smooth/r.patch.smooth.html
@@ -63,4 +63,4 @@ REFERENCES
AUTHOR
-Anna Petrasova, NCSU OSGeoREL
+Anna Petrasova, NCSU GeoForAll Lab
diff --git a/src/raster/r.pops.spread/r.pops.spread.html b/src/raster/r.pops.spread/r.pops.spread.html
index 612f1d6ff9..81d94cc3be 100644
--- a/src/raster/r.pops.spread/r.pops.spread.html
+++ b/src/raster/r.pops.spread/r.pops.spread.html
@@ -256,4 +256,4 @@ AUTHORS
Francesco Tonini*
-* Center for Geospatial Analytics, NC State University
+* Center for Geospatial Analytics, NC State University
diff --git a/src/raster/r.roughness.vector/r.roughness.vector.html b/src/raster/r.roughness.vector/r.roughness.vector.html
index 0086a3a0a0..fd486154e1 100644
--- a/src/raster/r.roughness.vector/r.roughness.vector.html
+++ b/src/raster/r.roughness.vector/r.roughness.vector.html
@@ -71,13 +71,13 @@ REFERENCES
McKean, J. & Roering, J., 2004. Objective landslide detection
and surface morphology mapping using high-resolution airborne laser
altimetry. Geomorphology, 57:331-351.
-http://dx.doi.org/10.1016/S0169-555X(03)00164-8.
+https://doi.org/10.1016/S0169-555X(03)00164-8.
Grohmann, C.H., Smith, M.J. & Riccomini, C., 2011. Multiscale Analysis
of Topographic Surface Roughness in the Midland Valley, Scotland.
Geoscience and Remote Sensing, IEEE Transactions on, 49:1200-1213.
-http://dx.doi.org/10.1109/TGRS.2010.2053546
+https://doi.org/10.1109/TGRS.2010.2053546
-Temporal data processing Wiki +Temporal data processing Wiki
The hoz_inclination map identifies the cells that fall on the horizon and records additional data derived from the input viewshed map. If that map was computed with -r.viewshed then +r.viewshed then the hoz_inclination map will record either the inclination (r.viewshed default), simply '1' meaning that the cell was visible (r.viewshed -b flag), or the elevation @@ -158,7 +158,7 @@
-See also the tutorial: http://grass.OSGeo.org/wiki/R.stream.* +See also the tutorial: https://grass.OSGeo.org/wiki/R.stream.*
See -also r.streams.* +also r.streams.* modules wiki page.
See -also r.streams.* +also r.streams.* modules wiki page.
See -also r.streams.* +also r.streams.* modules wiki page.
See -also r.streams.* +also r.streams.* modules wiki page.
See -also r.streams.* +also r.streams.* modules wiki page.
See -also r.streams.* +also r.streams.* modules wiki page.
@@ -62,7 +62,7 @@
@@ -29,7 +29,7 @@Using SciKit-Learn as backend, text as output
Using SciKit-Learn as backend, map as output
In this example t.rast.kappa is using -SciKit-Learn metrics +SciKit-Learn metrics library as backend, the output is a map with the kappa values calculated for each pixel. The splittingday option is required to split the space time raster dataset in two groups and analyze them; the two groups must have the same number of maps, otherwise and error will be reported. diff --git a/src/temporal/t.rast.line/t.rast.line.html b/src/temporal/t.rast.line/t.rast.line.html index 30d719520e..e02ff71d11 100644 --- a/src/temporal/t.rast.line/t.rast.line.html +++ b/src/temporal/t.rast.line/t.rast.line.html @@ -83,7 +83,7 @@EXAMPLE
First step is to create temporal datasets tempmean and precip_sum for the rainfall and temperature time series respectively, as described in this +href="https://ncsu-geoforall-lab.github.io/grass-temporal-workshop">this tutorial. These will serve as input for the examples below. The landclass_96 raster layer in the PERMANENT mapset of the NC project (location) will be used as zonal map. diff --git a/src/temporal/t.rast.patch/t.rast.patch.html b/src/temporal/t.rast.patch/t.rast.patch.html index 52dcefedb0..eda04be42a 100644 --- a/src/temporal/t.rast.patch/t.rast.patch.html +++ b/src/temporal/t.rast.patch/t.rast.patch.html @@ -62,7 +62,7 @@SEE ALSO
t.merge-Temporal data processing Wiki +Temporal data processing Wiki
AUTHOR
diff --git a/src/vector/v.build.pg/v.build.pg.html b/src/vector/v.build.pg/v.build.pg.html index 849cc2843a..fe1d7406a4 100644 --- a/src/vector/v.build.pg/v.build.pg.html +++ b/src/vector/v.build.pg/v.build.pg.html @@ -6,7 +6,7 @@DESCRIPTION
NOTES
Note -that PostGIS +that PostGIS Topology extension is currently under development. v.build.pg requires PostGIS 2.0.0+. @@ -16,11 +16,11 @@NOTES
v.build.pg calls PostGIS functions:
-
diff --git a/src/vector/v.class.ml/v.class.ml.html b/src/vector/v.class.ml/v.class.ml.html index d8ef6ec6c0..e03afb1a79 100644 --- a/src/vector/v.class.ml/v.class.ml.html +++ b/src/vector/v.class.ml/v.class.ml.html @@ -5,7 +5,7 @@- CreateTopology() +
- CreateTopology() to create topology schema in the database,
-- AddTopoGeometryColumn() +
- AddTopoGeometryColumn() to add a topogeometry column to an existing feature table, and
-- toTopoGeom() +
- toTopoGeom() to create a new topo geometry from the simple feature geometry.
DESCRIPTION
The module uses different machine-learning libraries available for python at the moment uses: -scikit-learn (package name may be +scikit-learn (package name may be "python-scikit-learn") and MLPY, but should be possible to @@ -25,7 +25,7 @@Flags:
training index to a numpy binary files.
The decomposition parameter is a string with scaler methods that will be apply to pre-process the data. The main decomposition methods available are: -PCA, -KernelPCA, -ProbabilisticPCA, -RandomizedPCA, -FastICA, -TruncatedSVD. +PCA, +KernelPCA, +ProbabilisticPCA, +RandomizedPCA, +FastICA, +TruncatedSVD. Each of this methods could take several parameters. Use "|" as separator between the decomposition method name and its options, using the "," to separate the options. For examples imagine that we want to decompose using diff --git a/src/vector/v.class.mlR/v.class.mlR.html b/src/vector/v.class.mlR/v.class.mlR.html index d2ad883ad5..bc4cd1eb8d 100644 --- a/src/vector/v.class.mlR/v.class.mlR.html +++ b/src/vector/v.class.mlR/v.class.mlR.html @@ -184,7 +184,7 @@
v.clean.ogr imports vector data from files and database -connections supported by the OGR library +connections supported by the OGR library into a temporary location. Only one input layer is imported.
Polygons in the input layer are automatically cleaned during impport. @@ -20,14 +20,14 @@
diff --git a/src/vector/v.db.pyupdate/v.db.pyupdate.html b/src/vector/v.db.pyupdate/v.db.pyupdate.html index ef8394ff40..3b068f5578 100644 --- a/src/vector/v.db.pyupdate/v.db.pyupdate.html +++ b/src/vector/v.db.pyupdate/v.db.pyupdate.html @@ -177,31 +177,31 @@
-The species distribution data downloaded from GBIF +The species distribution data downloaded from GBIF hast to be unzipped before importing the csv file.
-v.in.gbif saves the data to an intermediate GDAL -VRT - Virtual Datasource +v.in.gbif saves the data to an intermediate GDAL +VRT - Virtual Datasource which will be imported by v.in.ogr. The VRT data set can be copied to a user defined directory by -c flag and used in any GDAL aware software. As some column names in the original data set are similar to SQL reserverd key words, +href="https://www.postgresql.org/docs/devel/static/sql-keywords-appendix.html">SQL reserverd key words, the columns will renamed with the prefix g_.
diff --git a/src/vector/v.in.geopaparazzi/v.in.geopaparazzi.html b/src/vector/v.in.geopaparazzi/v.in.geopaparazzi.html index e09a7716f5..99d1bb7c86 100644 --- a/src/vector/v.in.geopaparazzi/v.in.geopaparazzi.html +++ b/src/vector/v.in.geopaparazzi/v.in.geopaparazzi.html @@ -21,7 +21,7 @@Geopaparazzi Tables schema diff --git a/src/vector/v.in.gps/v.in.gps.html b/src/vector/v.in.gps/v.in.gps.html index 3c5e4dfeab..3781d5b6fd 100644 --- a/src/vector/v.in.gps/v.in.gps.html +++ b/src/vector/v.in.gps/v.in.gps.html @@ -3,7 +3,7 @@
This software is not intended as a primary means of navigation. @@ -84,7 +84,7 @@
Through pygbif, the module allows to download data from the Global Biodiversity -Information Facility (GBIF) using different search/filter +Information Facility (GBIF) using different search/filter criteria.
Since some of the Darwin Core attribute columns represent SQL key-words, the prefix "g_" was added to all attribute columns. The names of taxa provided at input to the search are @@ -61,10 +61,10 @@