mirror of
https://rs-loy-gitlab.concordia.ca/PMAU/DynamicBuildingSimulation.git
synced 2024-11-14 23:10:28 -05:00
integrate libs as submodule
This commit is contained in:
parent
c8a75e4784
commit
cd490bc406
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "libs"]
|
||||
path = libs
|
||||
url = http://192.168.2.14:3000/Guille/libs.git
|
|
@ -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>
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
1
init.py
1
init.py
|
@ -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
libs
|
@ -1 +0,0 @@
|
|||
Subproject commit b75104d5e959fcd3a7226b213969f9c20fab4ba8
|
Loading…
Reference in New Issue
Block a user