diff --git a/data/processors/coords.py b/data/processors/coords.py index 312da1752..6f0589a5d 100644 --- a/data/processors/coords.py +++ b/data/processors/coords.py @@ -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!")