From a5a2fc438c8d588473466ae509856da33bcfbb6d Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 19 May 2020 12:28:36 -0400 Subject: [PATCH 1/4] integrate libs as submodule --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08a756b0..a8af6b53 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ -# CityModelStructure +# libs -Contains the City model classes and components use along with other simulation projects, this repository is intended to be used as a submodule \ No newline at end of file +Libs is a generic repository containing the following classes + +* city_model_structure +* geometry +* physics +* usage \ No newline at end of file From 2b4d3b60b3cbc676b4c11296dc33fb4052914596 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 19 May 2020 17:18:47 -0400 Subject: [PATCH 2/4] commit changes --- .idea/libs.iml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .idea/libs.iml diff --git a/.idea/libs.iml b/.idea/libs.iml new file mode 100644 index 00000000..d0876a78 --- /dev/null +++ b/.idea/libs.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file From b4184f7abcfb094c791ae805d37266cb00c061c1 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 19 May 2020 17:19:14 -0400 Subject: [PATCH 3/4] commit changes --- physics/physics_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/physics_factory.py b/physics/physics_factory.py index 7ac3a327..b58b5e04 100644 --- a/physics/physics_factory.py +++ b/physics/physics_factory.py @@ -7,7 +7,7 @@ class PhysicsFactory: self._handler = handler.lower().replace(' ', '_') self._city = city self.factory() - +#samples def us_new_york_city(self): UsNewYorkCityPhysicsParameters(self._city) From 6f7eb77a3eb8dcc7b5a3c0401caaa56b2b6f66cf Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 19 May 2020 17:19:26 -0400 Subject: [PATCH 4/4] commit changes --- physics/physics_factory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physics/physics_factory.py b/physics/physics_factory.py index b58b5e04..7ac3a327 100644 --- a/physics/physics_factory.py +++ b/physics/physics_factory.py @@ -7,7 +7,7 @@ class PhysicsFactory: self._handler = handler.lower().replace(' ', '_') self._city = city self.factory() -#samples + def us_new_york_city(self): UsNewYorkCityPhysicsParameters(self._city)