|
HAZE
haze is a drop-in replacement to process water vapor to be used with FORCE
|
haze can be installed locally and is distributed via Docker Hub.
Installing haze locally requires the installation of make as well as the development files of GDAL (at least version 3.9.0), GEOS, PROJ, cURL and jansson. These can be easily installed via your system's package manager such as apt. Please refer to your package manager's documentation if using a system not based on Ubuntu.
After cloning the repository and changing into the newly created directory, create a folder named build.
Both a release and a debug target exist, which can't be used concurrently as they overwrite the created binary. To re-compile haze using a different target, specify the -B flag to re-build the project from scratch.
To use haze via Docker, you can pull the corresponding image from Docker Hub. At the time of writing, the published images are not tagged via semantic versioning.
To pull the debug version, run docker pull floriankaterndahl/haze:latest. To pull the debug version, run docker pull floriankaterndahl/haze:debug-latest.
To use haze via Apptainer, you can pull the corresponding image from Docker Hub. At the time of writing, the published images are not tagged via semantic versioning.
To pull the debug version, run docker pull floriankaterndahl/haze:latest. To pull the debug version, run docker pull floriankaterndahl/haze:debug-latest.