mirror of
https://rs-loy-gitlab.concordia.ca/PMAU/DynamicBuildingSimulation.git
synced 2024-11-14 15:00:29 -05:00
everything broken, don't use!! Changes in the way the thermal boundaries, and thermal zones are created
This commit is contained in:
parent
fc9d7ef307
commit
4d401b36db
39
README.md
39
README.md
|
@ -1,9 +1,7 @@
|
||||||
# MonthlyEnergyBalance
|
# DynamicBuildingSimulation
|
||||||
|
|
||||||
This tool calculates the monthly energy balance for a given region.
|
This tool
|
||||||
|
|
||||||
The current version can only use NYC CityGml at LOD1, but we will increase the regions and the level of detail in future releases.
|
|
||||||
|
|
||||||
#### dependencies
|
#### dependencies
|
||||||
|
|
||||||
You will need to install the following dependencies in your computer order to run the software; please take a look at the [install process](#installation) for your system-specific details
|
You will need to install the following dependencies in your computer order to run the software; please take a look at the [install process](#installation) for your system-specific details
|
||||||
|
@ -15,27 +13,7 @@ You will need to install the following dependencies in your computer order to ru
|
||||||
After installing these tools you should include their paths in Path.
|
After installing these tools you should include their paths in Path.
|
||||||
|
|
||||||
##### Python libraries
|
##### Python libraries
|
||||||
+ Shapely (1.7.0)
|
Those specified in requirements.txt
|
||||||
+ cycler (0.10.0)
|
|
||||||
+ geographiclib (1.50)
|
|
||||||
+ geopy (1.21.0)
|
|
||||||
+ kiwisolver (1.2.0)
|
|
||||||
+ matplotlib (3.2.1)
|
|
||||||
+ numpy (1.18.3)
|
|
||||||
+ numpy-stl (2.11.2)
|
|
||||||
+ pandas (1.0.3)
|
|
||||||
+ pip (20.0.2)
|
|
||||||
+ pyny3d (0.2)
|
|
||||||
+ pyparsing (2.4.7)
|
|
||||||
+ pyproj (2.6.0)
|
|
||||||
+ python-dateutil (2.8.1)
|
|
||||||
+ python-utils (2.4.0)
|
|
||||||
+ pytz (2019.3)
|
|
||||||
+ scipy (1.4.1)
|
|
||||||
+ setuptools (46.1.3)
|
|
||||||
+ six (1.14.0)
|
|
||||||
+ stl (0.0.3)
|
|
||||||
+ xmltodict (0.12.0)
|
|
||||||
|
|
||||||
## installation
|
## installation
|
||||||
|
|
||||||
|
@ -47,6 +25,8 @@ After installing these tools you should include their paths in Path.
|
||||||
$ mkdir MonthlyEnergyBalance
|
$ mkdir MonthlyEnergyBalance
|
||||||
$ cd MonthlyEnergyBalance
|
$ cd MonthlyEnergyBalance
|
||||||
$ git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git
|
$ git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git
|
||||||
|
$ git clone https://rs-loy-gitlab.concordia.ca/PMAU/simplified_radiosity_algorith
|
||||||
|
$ git clone https://rs-loy-gitlab.concordia.ca/Guille/libs
|
||||||
$ python -m pip install requirements.txt
|
$ python -m pip install requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -55,15 +35,12 @@ $ python -m pip install requirements.txt
|
||||||
Open a terminal and run the following commands.
|
Open a terminal and run the following commands.
|
||||||
|
|
||||||
```
|
```
|
||||||
c:\> mkdir MonthlyEnergyBalance
|
c:\> mkdir DynamicBuildingSimulation
|
||||||
c:\> cd MonthlyEnergyBalance
|
c:\> cd DynamicBuildingSimulation
|
||||||
c:\> git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git
|
c:\> git clone https://binarycat.org/git/PMAU/DynamicBuildingSimulation.git
|
||||||
c:\> python.exe -m pip install requirements.txt
|
c:\> python.exe -m pip install requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#### usage
|
#### usage
|
||||||
|
|
||||||
##### Linux / Mac
|
##### Linux / Mac
|
||||||
|
|
Loading…
Reference in New Issue
Block a user