-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
52 lines (33 loc) · 1.5 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
# Geothermal Heat Flow Mapping of Germany
This repository provides data and code for modeling and mapping geothermal heat flow across Germany. The project aims to integrate multiple geophysical and geological data sources, offering insights with uncertainty quantification.
## Authors
- **Magued Al-Aghbary**
*Email:* [email protected]
- **Mohamed Sobh**
*Email:* [email protected]
## Installation Instructions
### Prerequisites
- Install [Anaconda](https://docs.anaconda.com/anaconda/install/) (latest version).
- Install [GMT (Generic Mapping Tools)](https://www.generic-mapping-tools.org/download/).
### Setup
1. Create the environment:
```bash
conda env create -n GQ -f requirements.yml
```
2. Activate the environment:
```bash
conda activate GQ
```
3. Start Jupyter Notebook:
```bash
jupyter notebook
```
## Project Overview
This project includes a series of Jupyter notebooks and scripts that:
- **Merge and preprocess data** (`1_Data_Merging_final.ipynb`)
- **Perform optimization of modeling parameters** (`2_Optimization_final.ipynb`)
- **Evaluate model performance metrics** (`3_Metrics.ipynb`)
- **Conduct final modeling for geothermal heat flow** (`4_Modelling_final.ipynb`)
The repository also includes utility functions (`GQ_utils.py`) to support the analysis and a requirements file (`requirements.yml`) for easy environment setup.
## License
This project is licensed under the MIT License.