Skip to content

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
quarz12 authored and CommanderStorm committed Jul 9, 2023
1 parent 5da6d7e commit 5183838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/processors/coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def check_coords(input_data):
f"{iid}: utm coordinate is zero. There is very likely an error in the source data "
f"(UTM coordinates are either from the Roomfinder or automatically calculated).",
)

if not (47.359814 < data["coords"]["lat"] < 51.442943 and 7.235464 < data["coords"]["lon"] < 13.345712):
raise RuntimeError(f"{iid} {data['coords']}: lat and/or lon coordinate do not make sense for a TUM building. Please provide an accurate coordinate!")

Expand Down

0 comments on commit 5183838

Please sign in to comment.