A python module for processing and storing geological data.


Keywords
Geology, Modelling, SQLAlchemy
License
MIT
Install
pip install GeologicalToolbox==0.3.1b2

Documentation

PyPI Build Status PyPI - Status Python Version License PyPI - Format

Geological Toolbox

General Description

This toolbox provides basic functionality for the storage and processing of geological data in a database. The toolbox can process point, line (and so also polygons as closed lines) and well data.

Installation

You can install the GeologicalToolbox via pip from the Python Package Index (PyPI):

pip install GeologicalToolbox

For further information on installing packages with pip and PyPI see Installing Packages.

System Requirements

This toolbox was tested with Python version 3.5 to 3.8-dev.

This toolbox requires SQLAlchemy and typing. The documentation uses Sphinx and the basicstrap template package. More information to configure the documentation theme can be found on the theme homepage.

You can install all of the requirements via pip:

pip install -r requirements.txt