**pyThermoGIS** is a Python package that provides API access to the [ThermoGIS](https://www.thermogis.nl/en) doublet simulations and economic calculations, ThermoGIS is developed and maintained by the [Geological Survey of the Netherlands](https://www.geologischedienst.nl/en/) which is part of [TNO](https://www.tno.nl/en/), additionally, pythermogis was also partially developed by and for the [GoForward](https://go-forward-project.eu/) project.
**pythermogis** is a Python package that provides API access to the [ThermoGIS](https://www.thermogis.nl/en) doublet simulations and economic calculations, ThermoGIS is developed and maintained by the [Geological Survey of the Netherlands](https://www.geologischedienst.nl/en/) which is part of [TNO](https://www.tno.nl/en/), additionally, pythermogis was also partially developed by and for the [GoForward](https://go-forward-project.eu/) project.
Read the full documenation [here](https://pythermogis-15909e.ci.tno.nl/).
@@ -14,7 +14,7 @@ pixi run mkdocs serve
# Installation
PyThermoGIS has been designed to be used as a python package you import into your own python projects.
pythermogis has been designed to be used as a python package you import into your own python projects.
It works by creating a python API access to the ThermoGIS techno-economic application, which is written in Java.
Because of this dependency you need to Install a Java 17 VM and store the ThermoGIS Jar (a Java executable file) on your computer:
@@ -38,7 +38,7 @@ This file should contain the following variables:
Example:

### 3. Import pyThermoGIS into your own python projects
### 3. Import pythermogis into your own python projects
You can use pip to install the package directly from the gitlab project:
**pyThermoGIS** is a Python package that provides API access to the [ThermoGIS](https://www.thermogis.nl/en) doublet simulations and economic calculations, ThermoGIS is developed and maintained by the [Geological Survey of the Netherlands](https://www.geologischedienst.nl/en/) which is part of [TNO](https://www.tno.nl/en/).
**pythermogis** is a Python package that provides API access to the [ThermoGIS](https://www.thermogis.nl/en) doublet simulations and economic calculations, ThermoGIS is developed and maintained by the [Geological Survey of the Netherlands](https://www.geologischedienst.nl/en/) which is part of [TNO](https://www.tno.nl/en/).
Through a number examples the core functionality of **pyThermoGIS** is explained. Many aspects
Through a number examples the core functionality of **pythermogis** is explained. Many aspects
of the these examples can also be found in the tests.
The underlying theory of the geothermal doublet simulation is explained in the [theory section](../theory/introduction.md).
@@ -14,7 +14,7 @@ The underlying theory of the geothermal doublet simulation is explained in the [
-[parallelization](parallelization.md) page describes how to parallelize simulations and determine the optimal chunk size for parallelization for your hardware
!!! info "Plotting, calculations and result analysis"
pyThermoGIS is designed to enable users to run geothermal doublet simulations.
pythermogis is designed to enable users to run geothermal doublet simulations.
Customized plotting is intentionally limited, as users often have specific preferences
for visual presentation. Rather than attempt to accommodate all
potential styles, our focus is on providing reliable simulation tools.