Skip to content

Commit

Permalink
bugfix object_id and Object ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Santonia27 committed Oct 31, 2024
1 parent 4f112e4 commit 4a2bc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydromt_fiat/workflows/exposure_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -2012,7 +2012,7 @@ def set_height_relative_to_reference(
# must be sorted on the object_id.
identifier = (
"object_id"
if "object_id" in modified_objects_gdf.columns
if "Object ID" in modified_objects_gdf.columns
else "object_id"
)

Expand Down

0 comments on commit 4a2bc1f

Please sign in to comment.