Skip to main content

The Python interface for geological point data in The Netherlands

Project description

GeoST - Geological Subsurface Toolbox

PyPI version License: MIT Lifecycle: experimental Build: status codecov Formatting: ruff

The Geological Subsurface Toolbox (GeoST) package is designed to be an easy-to-use Python interface for working with subsurface point data in The Netherlands (boreholes, well logs and CPT's). It provides selection, analysis and export methods that can be applied generically to the loaded data. It is designed to connect with other Deltares developments such as iMod and DataFusionTools.

The internal BoreholeCollection, LogCollection and CptCollection classes use Pandas for storing data and header information. It utilizes a custom, lightweight validation module inspired by the Pandera API. For spatial functions Geopandas is used. The package also supports reading/writing parquet and geoparquet files through Pandas and Geopandas respectively.

GeoST is a work-in-progress and currently supports a limited number of data sources.

Installation (user)

In a Python >= 3.12 environment, install the latest stable release using pip:

pip install geost

Or the latest (experimental) version of the main branch directly from GitHub using:

pip install git+https://github.com/Deltares-research/geost.git

Installation (developer)

We use Pixi for package management and workflows.

With pixi installed, navigate to the folder of the cloned repository and run the following to install all GeoST dependencies:

pixi install

Next install GeoST in editable mode by running the pixi task 'install':

pixi run install

See the Pixi documentation for more information.

Examples

We collect examples that make use of GeoST and other Subsurface Toolbox developments in the Deltares sst-examples repository.

Supported borehole and CPT formats

  • From local files
    • geost .parquet file (complete)
    • Dino csv geological boreholes (complete)
    • Dino XML geological boreholes (planned)
    • BRO XML geotechnical boreholes (planned)
    • BRO XML soil boreholes (planned)
    • GEF boreholes (planned)
    • GEF CPT's (complete)
    • BRO XML CPT's (planned)
    • BRO geopackage CPT's (planned)
    • Well log LAS files (planned)
    • Well log ASCII files (planned)
  • Directly from the BRO (REST API) (all planned)
    • CPT
    • BHR-P
    • BHR-GT
    • BHR-G

Features

After loading data from one of the supported formats it will automatically be validated. If the validation is succesful, a Collection object will be returned depending on your input data type (mixed CPT/well log/borehole collections are not allowed). A collection object consists of two main attributes: the header and data. The header contains a table with one entry per object and provides information about the name, location, surface level, and borehole/log/cpt start and end depths. The data attribute is a table that includes the data for every described layer (boreholes) or measurement (well logs, cpt's).

The collection object comes with a comprehensive set of methods that can be applied generically while ensuring that the header and data remain synchronized:

  • Selection/slicing methods (e.g., objects within bounding box, within or close to geometries, based on depth and other conditions)
  • Export methods (e.g. to csv, parquet, geopackage, VTK, DataFusionTools, Kingdom* , etc)
  • Datafusion methods (e.g. combining collections*, combining with data from maps, conversion of description protocols*)
  • Miscellaneous methods (e.g. changing vertical/horizontal position reference system)

For a better overview of basic functionality, see the Basics Tutorial.

Contributing

You can contribute by testing, raising issues and making pull requests. Some general guidelines:

  • Use new branches for developing new features or bugfixes. Use prefixes such as feature/ bugfix/ experimental/ to indicate the type of branch
  • Add unit tests (and test data) for new methods and functions. We use pytest.
  • Add Numpy-style docstrings
  • Use Black formatting with default line lenght (88 characters)
  • Update requirement.txt en environment.yml files if required

License

MIT license (Note: may change to a copyleft license in the future, depending on Deltares management decisions)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geost-0.2.7.tar.gz (591.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geost-0.2.7-py3-none-any.whl (72.2 kB view details)

Uploaded Python 3

File details

Details for the file geost-0.2.7.tar.gz.

File metadata

  • Download URL: geost-0.2.7.tar.gz
  • Upload date:
  • Size: 591.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for geost-0.2.7.tar.gz
Algorithm Hash digest
SHA256 48ce57833f3df95134afce8307b6f6c175117fb501d62fabcfd9b703368e3593
MD5 a154ceb3d127cded2b6f70fa6c1cfb1d
BLAKE2b-256 dd928edb90715e68802d6098db9e96df9b48a7b5efd5d249575149c811276ca4

See more details on using hashes here.

Provenance

The following attestation bundles were made for geost-0.2.7.tar.gz:

Publisher: publish.yml on Deltares-research/geost

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file geost-0.2.7-py3-none-any.whl.

File metadata

  • Download URL: geost-0.2.7-py3-none-any.whl
  • Upload date:
  • Size: 72.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for geost-0.2.7-py3-none-any.whl
Algorithm Hash digest
SHA256 a72c77d497fb7876ff5acca4cc1993ff74f19c81a2e76c8cf8c100d1f32a0020
MD5 023f49328e2d5eb5721f1f5dfe62b38c
BLAKE2b-256 ed3dc3c3bdf6d7189c5512c1f781bd46bffea7bcde69ede1070e918e88bac5cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for geost-0.2.7-py3-none-any.whl:

Publisher: publish.yml on Deltares-research/geost

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page