Registry / data / opengeode-geosciences

opengeode-geosciences

JSON →
library9.6.0pypypi✓ verified 84d ago

OpenGeode module for geosciences, providing geology-oriented data structures and tools (e.g., horizons, faults, stratigraphy) on top of the OpenGeode core. Current version: 9.5.13. Release cadence: follows OpenGeode core releases (monthly).

pip install opengeode-geosciences
INSTALL
IMPORT
SIG · OPENGEODE-GEOSCIEN
O
opengeode-geosciences
datapythonv9.6.0
Install
3.0s avg
Import
72ms
Disk
79MB
Pass rate
5/ 10
Env Coverage5 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v9.6.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
installs and imports cleanly · install 3.0s · import 0.072s · 81MB
79MB installed
● package 79MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenGeodeGeosciences
import opengeode_geosciences
import opengeode.geosciences
Package name uses underscores, not dots

Creates a basic geological model with a stratigraphic unit.

import opengeode_geosciences from opengeode_geosciences import Model, StratigraphicUnit, Horizon, Fault # Create a simple geological model model = Model() unit = StratigraphicUnit(model, 'Basement', 2.5e9, 5.4e8) print(f'Created unit: {unit.name()}, age: {unit.age_range()}')
Debug
Known issues
breakingThe module structure changed from opengeode.geosciences (pre-9.0) to opengeode_geosciences (9.0+). Old import patterns will fail.
fix
Use 'import opengeode_geosciences' instead of 'import opengeode.geosciences'.
affects: >=9.0.0
deprecatedThe 'GeologicalModel' class (singular) is deprecated; use 'Model' (plural) instead.
fix
Replace 'GeologicalModel' with 'Model'.
affects: >=9.5.0
gotchaThis package requires opengeode-core. Install both: pip install opengeode-core opengeode-geosciences. If only opengeode-geosciences is installed, import will fail with ModuleNotFoundError for opengeode_core.
fix
Install the core package as well: pip install opengeode-core.
affects: all
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'opengeode_geosciences'
Package not installed or incorrect import name (e.g., used opengeode.geosciences).
fix
Install with: pip install opengeode-geosciences and import as 'import opengeode_geosciences'.
ImportError: cannot import name 'GeologicalModel' from 'opengeode_geosciences'
GeologicalModel was renamed to Model in version 9.5.0.
fix
Use 'from opengeode_geosciences import Model' instead.
Upgrade
Version history
9.6.0latest on PyPI · released Jun 13, 2026
Audit
Dependencies
opengeode-corerequiredCore library required for all data structures
opengeode-inspectoroptionalOptional dependency for model validation
Agent activity
2 hits · last 30 days
node
2
Resources
opengeode-geosciences — pip install opengeode-geosciences · libregistry