You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,63 @@ Table 1: Modules in `fimeval` are in order of execution.
140
140
141
141
Figure 4: Combined raw output from framework for different two method. First row (subplot a and b) and second row (subplot c and d) is contingency maps and evaluation metrics of FIM derived using `PrintContingencyMaP` and `PlotEvaluationMetrics` module. Third row (subplot e and f) is the output after processing and calculating of evaluation with BF by unsing `EvaluateWithBuildingFoorprint` module.
142
142
143
+
## 🔧 Installation Instructions
144
+
145
+
### 1. ✅ Prerequisites
146
+
147
+
Before installing `fimeval`, ensure the following software are installed:
148
+
149
+
-**Python**: Version 3.10 or higher
150
+
-**Anaconda**: For managing environments and dependencies
151
+
-**GIS Software**: For Visulalisation
152
+
-[ArcGIS](https://www.esri.com/en-us/arcgis/products/index) or [QGIS](https://qgis.org/en/site/)
0 commit comments