diff --git a/city_model_structure/city.py b/city_model_structure/city.py index 16691428..654428e5 100644 --- a/city_model_structure/city.py +++ b/city_model_structure/city.py @@ -42,7 +42,6 @@ class City: transformer = Transformer.from_crs(input_reference, gps) coordinates = transformer.transform(self.lower_corner[0], self.lower_corner[1]) self._location = GeometryHelper.get_location(coordinates[0], coordinates[1]) - # rg.search(coordinates) return self._location @property