GEOLIB
The GEOLIB is a publicly available Python library developed by Deltares. The GEOLIB provides functionality for the following Deltares software:
- DFoundations
- DSettlement
- DSheetPiling
- DStability
note
The GEOLIB replaces VIKTOR's D-Series bindings. These bindings won't be removed for now, but there won't follow any updates anymore.
Using GEOLIB
To make use of the GEOLIB, add the following to your requirements.txt:
d-geolib==0.1.6 # or any other available version
For more information on how to use the GEOLIB, see the online documentation.