From e40926e74d42005fce95714ef0ec62b93c6eb3f0 Mon Sep 17 00:00:00 2001 From: guille Date: Thu, 23 Sep 2021 07:43:32 -0400 Subject: [PATCH] Remove tree, bixi_features and compostring classes --- city_model_structure/city.py | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/city_model_structure/city.py b/city_model_structure/city.py index 2d9b55f1..37543115 100644 --- a/city_model_structure/city.py +++ b/city_model_structure/city.py @@ -134,27 +134,6 @@ class City: """ return self._buildings - @property - def trees(self) -> NotImplementedError: - """ - raises not implemented error - """ - raise NotImplementedError - - @property - def bixi_features(self) -> NotImplementedError: - """ - raises not implemented error - """ - raise NotImplementedError - - @property - def composting_plants(self) -> NotImplementedError: - """ - raises not implemented error - """ - raise NotImplementedError - @property def lower_corner(self) -> List[float]: """