Skip to content

Commit

Permalink
Unify HTMLs + typo (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
juleshaas authored Feb 9, 2023
1 parent b675586 commit b58b57a
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
#
# MODULE: lib for m.analyse.buildings
#
# AUTHOR(S): Julia Haas
# Anika Weinmann
# AUTHOR(S): Julia Haas and Anika Weinmann
#
# PURPOSE: lib for m.analyse.buildings
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ <h2>SEE ALSO</h2>

<h2>AUTHORS</h2>

Guido Riembauer, <a href="https://www.mundialis.de/">mundialis</a>
Julia Haas, <a href="https://www.mundialis.de/">mundialis</a>
Guido Riembauer, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
<p>
Julia Haas, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ <h2>SEE ALSO</h2>

<h2>AUTHORS</h2>

Guido Riembauer, <a href="https://www.mundialis.de/">mundialis</a>
Julia Haas, <a href="https://www.mundialis.de/">mundialis</a>
Guido Riembauer, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
<p>
Julia Haas, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# PURPOSE: Extracts buildings from nDSM, NDVI and FNK
#
# COPYRIGHT: (C) 2023 by mundialis and the GRASS Development Team
# COPYRIGHT: (C) 2021 - 2023 by mundialis and the GRASS Development Team
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ <h2>SEE ALSO</h2>

<h2>AUTHORS</h2>

Julia Haas, <a href="https://www.mundialis.de/">mundialis</a>
Julia Haas, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
<p>
Guido Riembauer, <a href="https://www.mundialis.de/">mundialis</a>
Guido Riembauer, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
<p>
Anika Weinmann, <a href="https://www.mundialis.de/">mundialis</a>
Anika Weinmann, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ <h2>SEE ALSO</h2>

<h2>AUTHORS</h2>

Julia Haas, <a href="https://www.mundialis.de/">mundialis</a>, haas at mundialis.de
Julia Haas, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
<p>
Guido Riembauer, <a href="https://www.mundialis.de/">mundialis</a>, riembauer at mundialis.de
Guido Riembauer, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
<p>
Anika Weinmann, <a href="https://www.mundialis.de/">mundialis</a>
Anika Weinmann, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ <h2>SEE ALSO</h2>

<h2>AUTHOR</h2>

Julia Haas, <a href="https://www.mundialis.de/">mundialis</a>
Julia Haas, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ <h2>SEE ALSO</h2>

<h2>AUTHOR</h2>

Julia Haas, <a href="https://www.mundialis.de/">mundialis</a>
Julia Haas, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# and optionally calculates quality measures
#
#
# COPYRIGHT: (C) 2023 by mundialis and the GRASS Development Team
# COPYRIGHT: (C) 2021 - 2023 by mundialis and the GRASS Development Team
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
Expand Down
24 changes: 12 additions & 12 deletions grass-gis-addons/m.import.rvr/m.import.rvr.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# AUTHOR(S): Anika Weinmann and Momen Mawad
#
# PURPOSE: Imports data for the processing of gebaeudedetection,
# PURPOSE: Imports data for the processing of gebaeudedetektion,
# dachbegruenung and/or einzelbaumerkennung
#
#
Expand All @@ -19,7 +19,7 @@
#############################################################################

# %Module
# % description: Import data for the processing of gebaeudedetection, dachbegruenung and/or einzelbaumerkennung.
# % description: Import data for the processing of gebaeudedetektion, dachbegruenung and/or einzelbaumerkennung.
# % keyword: raster
# % keyword: vector
# % keyword: import
Expand All @@ -40,22 +40,22 @@
# % required: no
# % multiple: no
# % label: The vector file (e.g. GPKG or Shapefile format) of the Flächennutzungskatalog (FNK)
# % description: Required for the processing type gebaeudedetection and optional for dachbegruenung
# % description: Required for the processing type gebaeudedetektion and optional for dachbegruenung
# %end

# %option G_OPT_DB_COLUMN
# % key: fnk_column
# % required: no
# % label: The name of class code attribute column of the FNK map
# % description: Required for the processing type gebaeudedetection and optional for dachbegruenung
# % description: Required for the processing type gebaeudedetektion and optional for dachbegruenung
# %end

# %option G_OPT_F_INPUT
# % key: reference_buildings_file
# % required: no
# % multiple: no
# % label: The vector file (e.g. GPKG or Shapefile format) of the building reference data
# % description: Needed for the change detection after the gebaeudedetection
# % description: Needed for the change detection after the gebaeudedetektion
# %end

# %option G_OPT_F_INPUT
Expand All @@ -79,7 +79,7 @@
# % required: no
# % multiple: no
# % label: The directory where the digital orthophots (DOPs) are stored as GeoTiffs
# % description: The DOPs are required for the processing of gebaeudedetection and dachbegruenung
# % description: The DOPs are required for the processing of gebaeudedetektion and dachbegruenung
# %end

# %option G_OPT_F_INPUT
Expand Down Expand Up @@ -111,7 +111,7 @@
# % required: yes
# % multiple: no
# % label: The directory where the digital surface model (DSM) is stored as laz files
# % description: The DSM is required for the processing of gebaeudedetection, dachbegruenung and einzelbaumerkennung
# % description: The DSM is required for the processing of gebaeudedetektion, dachbegruenung and einzelbaumerkennung
# %end

# %option G_OPT_F_INPUT
Expand All @@ -127,7 +127,7 @@
# % required: no
# % multiple: no
# % label: The raster file of the digital terrain model (DTM)
# % description: The DTM is required for the processing of gebaeudedetection, dachbegruenung and einzelbaumerkennung
# % description: The DTM is required for the processing of gebaeudedetektion, dachbegruenung and einzelbaumerkennung
# %end

# %option
Expand All @@ -144,8 +144,8 @@
# % required: yes
# % multiple: yes
# % label: The type of processing for which the data should be imported
# % options: gebaeudedetection,dachbegruenung,einzelbaumerkennung
# % answer: gebaeudedetection,dachbegruenung,einzelbaumerkennung
# % options: gebaeudedetektion,dachbegruenung,einzelbaumerkennung
# % answer: gebaeudedetektion,dachbegruenung,einzelbaumerkennung
# %end

# %option G_OPT_M_NPROCS
Expand Down Expand Up @@ -186,7 +186,7 @@
# values: (resolution, purpose, requiered, needed input information, import
# or computation type)
needed_datasets = {
"gebaeudedetection": {
"gebaeudedetektion": {
# vector
"fnk": (None, "output", True, "fnk_file,fnk_column", "vector"),
"reference_buildings": (
Expand Down Expand Up @@ -527,7 +527,7 @@ def check_data(ptype, data, val):
"""Checks if all requiered data are set and the data files or folder
exists.
Args:
ptype (str): processing type (gebaeudedetection, dachbegruenung or
ptype (str): processing type (gebaeudedetektion, dachbegruenung or
einzelbaumerkennung)
data (str): Name or type of the data
val (tuple): Tuple with values of the data: (resolution, purpose,
Expand Down
6 changes: 4 additions & 2 deletions grass-gis-addons/r.import.dtm_nrw/r.import.dtm_nrw.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ <h2>REFERENCES</h2>
<li><a href="https://www.bezreg-koeln.nrw.de/brk_internet/geobasis/hoehenmodelle/digitale_gelaendemodelle/gelaendemodell/index.html">metadata</a></li>
</ul>

<h2>AUTHOR</h2>
<h2>AUTHORS</h2>

Guido Riembauer, <a href="https://www.mundialis.de/">mundialis</a>, riembauer at mundialis.de
Guido Riembauer, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
<p>
Anika Weinmann, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
4 changes: 2 additions & 2 deletions grass-gis-addons/r.import.dtm_nrw/r.import.dtm_nrw.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# MODULE: r.import.dtm_nrw
#
# AUTHOR(S): Guido Riembauer <riembauer at mundialis.de>
# AUTHOR(S): Guido Riembauer and Anika Weinmann
#
# PURPOSE: downloads and imports the NRW digital terrain model (DTM) 1m
# into the current mapset.
#
#
# COPYRIGHT: (C) 2021 by mundialis and the GRASS Development Team
# COPYRIGHT: (C) 2021-2023 by mundialis and the GRASS Development Team
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
Expand Down
4 changes: 3 additions & 1 deletion grass-gis-addons/r.import.ndsm_nrw/r.import.ndsm_nrw.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ <h2>SEE ALSO</h2>
</em>


<h2>AUTHOR</h2>
<h2>AUTHORS</h2>

Guido Riembauer, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
<p>
Anika Weinmann, <a href="https://www.mundialis.de/">mundialis GmbH &amp; Co. KG</a>
4 changes: 2 additions & 2 deletions grass-gis-addons/r.import.ndsm_nrw/r.import.ndsm_nrw.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
# MODULE: r.import.ndsm_nrw
#
# AUTHOR(S): Guido Riembauer <riembauer at mundialis.de>
# AUTHOR(S): Guido Riembauer and Anika Weinmann
#
# PURPOSE: calculates nDSM from DSM and digital terrain model (DTM) data
#
#
# COPYRIGHT: (C) 2021 by mundialis and the GRASS Development Team
# COPYRIGHT: (C) 2021-2023 by mundialis and the GRASS Development Team
#
# This program is free software under the GNU General Public
# License (>=v2). Read the file COPYING that comes with GRASS
Expand Down

0 comments on commit b58b57a

Please sign in to comment.