PyThermoGIS has been designed to be used in one of two ways; either as a python package you import into your own python projects, or as a standalone package where you can access the calculations via a CLI.
Either way, you need to Install a Java 17 VM and store the ThermoGIS Jar:
PyThermoGIS has been designed to be used as a package you import into your own projects.
A number of examples have been provided to show how to setup your own simulations and develop your own statistical frameworks.
Under the hood PyThermoGIS runs the ThermoGIS code, which is written in Java, so you need to install a Java interpreter and have a file of the ThermoGIS Jar:
## 1. Install Java 17 and Download the ThermoGIS JAR
@@ -19,7 +21,7 @@ This package requires a Java 17 VM (we recommend using [Amazon Corretto 17](http
---
## 2a) import pyThermoGIS into your own python projects
## import pyThermoGIS into your own python projects
This repository is currently hosted privately on [ci.tno.nl](https://ci.tno.nl) and will become publicly available in the future.