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
6fa8bc82
Commit
6fa8bc82
authored
Nov 08, 2021
by
Cecilia Nievas
Browse files
Eliminated outdated fix for France (fixed upstream)
parent
8d35f9e5
Pipeline
#30063
passed with stage
in 2 minutes and 45 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gdeimporter/aggregatedexposuremodel.py
View file @
6fa8bc82
...
...
@@ -559,11 +559,6 @@ class ExposureModelESRM20(AggregatedExposureModel):
sep
=
","
,
)
if
exposure_entity
.
name
==
"France"
and
"ID_5"
in
datatypes
:
data_table
[
"ID_5"
]
=
numpy
.
array
(
[
val
.
zfill
(
5
)
for
val
in
data_table
[
"ID_5"
].
values
]
)
return
data_table
def
_read_geometries_table
(
self
,
configuration
,
exposure_entity
,
occupancy_case
,
datatypes
):
...
...
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