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
Legacy
gde_calculations_prototype
Commits
03b2f2af
Commit
03b2f2af
authored
Jun 14, 2021
by
Cecilia Nievas
Browse files
Fixed units conversion in SERA_mapping_..._add_GHS_from_OBM_tiles.py
parent
bc45148e
Changes
1
Hide whitespace changes
Inline
Side-by-side
SERA_mapping_admin_units_to_cells_add_GHS_from_OBM_tiles.py
View file @
03b2f2af
...
...
@@ -128,7 +128,7 @@ def run_this_file(config_dict):
DB_schema_name_grid
,
DB_table_name_grid
,
grid_cell_id
,
area_i
,
ghs_built_up_i
/
1000.0
,
ghs_built_up_i
/
1000
000
.0
,
'ghs_km2'
)
if
error_str_i
!=
''
:
log
.
append
(
error_str_i
)
...
...
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