Subsurface data types and utilities
Project description
subsurface
DataHub for geoscientific data in Python. Two main purposes:
-
Unify geometric data into data objects (using numpy arrays as memory representation) that all the packages of the stack understand
-
Basic interactions with those data objects:
- Write/Read
- Categorized/Meta data
- Visualization
Data Levels
The difference between data levels is not which data they store but which data they parse and understand. The rationale for this is to be able to pass along any object while keeping the I/O in subsurface::
HUMAN
\‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾/
= = = = = = = = = = = = = = /. \ -> Additional context/meta information about the data
= = = = geo_format= = = = /. .
= = = = = = = = = = = = /. . . \ -> Elements that represent some
= = = geo_object= = = /. . . . \ geological concept. E.g: faults, seismic
= = = = = = = = = = /. . . . ./
= = element = = = /. . . . / -> type of geometric object: PointSet,
= = = = = = = = /. . . ./ TriSurf, LineSet, Tetramesh
\primary_struct/. . . / -> Set of arrays that define a geometric object:
= = = = = = /. . ./ e.g. StructuredData, UnstructuredData
\DF/Xarray /. . / -> Label numpy.arrays
= = = = /. ./
\array /. / -> Memory allocation
= = /./
= //
/
COMPUTER
Documentation (WIP)
Note that subsurface
is still in early days; do expect things to change. We
welcome contributions very much, please get in touch if you would like to add
support for subsurface in your package.
An early version of the documentation can be found here:
https://softwareunderground.github.io/subsurface/
Direct links:
Developers-guide <https://softwareunderground.github.io/subsurface/maintenance.html>
_Changelog <https://softwareunderground.github.io/subsurface/changelog.html>
_
Installation
.. code-block:: console
pip install subsurface
or
.. code-block:: console
conda install -c conda-forge subsurface
Be aware that to read different formats you will need to manually install the
specific dependency (e.g. welly
to read well data).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file subsurface-2024.2.2.tar.gz
.
File metadata
- Download URL: subsurface-2024.2.2.tar.gz
- Upload date:
- Size: 202.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.31.0 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2703d6f098a0641a386b14cecf7f6273979f03f956a6feaec70f534fc2f33935 |
|
MD5 | e24ef49c3f002d9a1bdb2584856abdcd |
|
BLAKE2b-256 | 5214a69a7af4c01e338db9c4fe9845888800a34d4f03d9eaf4a19ca7b22b4f39 |
File details
Details for the file subsurface-2024.2.2-py3-none-any.whl
.
File metadata
- Download URL: subsurface-2024.2.2-py3-none-any.whl
- Upload date:
- Size: 83.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.31.0 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a40e04b69f30057d0fe915283bdc5569c0b15048ce44b13e19394539d929ff3 |
|
MD5 | 90e8700f93a568df33150a82437714f3 |
|
BLAKE2b-256 | c9335453bf7027d16ced9f604265ff7b5e762d440ba68f7747c1ff6b04da5531 |