integrate libs as submodule

This commit is contained in:
Guille Gutierrez 2020-05-19 11:57:44 -04:00
parent c8a75e4784
commit cd490bc406
6 changed files with 4 additions and 4 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "libs"]
path = libs
url = http://192.168.2.14:3000/Guille/libs.git

View File

@ -4,5 +4,6 @@
<content url="file://$MODULE_DIR$" />
<orderEntry type="jdk" jdkName="Python 3.7 (MonthlyEnergyBalance)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="libs" />
</component>
</module>

View File

@ -3,6 +3,7 @@
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/DynamicBuildingSimulation.iml" filepath="$PROJECT_DIR$/.idea/DynamicBuildingSimulation.iml" />
<module fileurl="file://$PROJECT_DIR$/../Concordia/libs/.idea/libs.iml" filepath="$PROJECT_DIR$/../Concordia/libs/.idea/libs.iml" />
</modules>
</component>
</project>

View File

@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/../Concordia/libs" vcs="Git" />
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/CityModelStructure" vcs="Git" />
</component>

View File

@ -5,6 +5,7 @@ import pyproj
import reverse_geocoder as rg
class Init:
def __init__(self, geometry_path):
self._geometry_path = geometry_path

1
libs

@ -1 +0,0 @@
Subproject commit b75104d5e959fcd3a7226b213969f9c20fab4ba8