Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
Global Dynamic Exposure
gde-importer
Commits
c3bd441a
Commit
c3bd441a
authored
Mar 23, 2022
by
Cecilia Nievas
Browse files
Fixed small bugs
parent
869c3354
Pipeline
#40419
passed with stage
in 1 minute and 57 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gdeimporter/__init__.py
View file @
c3bd441a
#!/usr/bin/env python3
# Copyright (C) 2021:
# Copyright (C) 2021
-2022
:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
#
# This program is free software: you can redistribute it and/or modify it
...
...
gdeimporter/tools/__init__.py
0 → 100644
View file @
c3bd441a
#!/usr/bin/env python3
# Copyright (C) 2021-2022:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
#
# This program is free software: you can redistribute it and/or modify it
# under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or (at
# your option) any later version.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero
# General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
gdeimporter/tools/buildingtaxonomy.py
View file @
c3bd441a
...
...
@@ -93,6 +93,7 @@ class GEMTaxonomy_v3:
return
num_storeys_min
,
num_storeys_max
,
could_not_interpret
@
staticmethod
def
_interpret_single_value_of_storeys
(
building_class
,
separator
):
"""
This auxiliary function interprets the cases in which using the 'separator' to split
...
...
@@ -138,6 +139,7 @@ class GEMTaxonomy_v3:
return
num_storeys_min
,
num_storeys_max
,
could_not_interpret
@
staticmethod
def
_interpret_range_of_storeys
(
building_class
,
separator
):
"""
This auxiliary function interprets the cases in which using the 'separator' to split
...
...
tests/__init__.py
View file @
c3bd441a
#!/usr/bin/env python3
# Copyright (C) 2021:
# Copyright (C) 2021
-2022
:
# Helmholtz-Zentrum Potsdam Deutsches GeoForschungsZentrum GFZ
#
# This program is free software: you can redistribute it and/or modify it
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment