It uses xarray (https://docs.xarray.dev/en/stable/index.html) Datasets as input to the simulation and can be combined with the pygridsio package (https://pypi.org/project/pygridsio/) to read in and process 2D rasters
### Install via pip from GitLab
## Installation for Usage
To install `pyThermoGIS` into your own project directly from GitLab, run:
### Install from the TNO GitLab
To install `pyThermoGIS` from the GitLab repository for now; authentication is required. Follow these steps:
### 1. Create a Personal Access Token (PAT)
- Log in to GitLab.
- Navigate to **Preferences > Access Tokens**.
- Create a new token with the **read_api** and **read_package_registry** scopes.
- Copy the token and store it securely, as it will not be visible again.
### 2. Set Up Authentication with `.pypirc`
Create a `.pypirc` file in your home directory (`~/.pypirc` on Linux/macOS or `%USERPROFILE%\.pypirc` on Windows) with the following content: