Registry / data / opengeode-geosciencesio

opengeode-geosciencesio

JSON →
library5.9.0pypypi✓ verified 80d ago

Input/Output formats for geosciences within the OpenGeode framework, including reading/writing geosciences data formats. Current version 5.8.13. Released regularly alongside OpenGeode core.

pip install opengeode-geosciencesio
INSTALL
IMPORT
SIG · OPENGEODE-GEOSCIEN
O
opengeode-geosciencesio
datapythonv5.9.0
Install
3.3s avg
Import
Disk
84MB
Pass rate
5/ 10
Env Coverage5 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v5.9.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.3s · import 0.000s · 87MB
84MB installed
● package 84MB
Code
Verified usage

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

BRepGeosExporter
from opengeode_geosciencesio import BRepGeosExporter
from opengeode import GeosciencesIO
StructuralModelGeosExporter
from opengeode_geosciencesio import StructuralModelGeosExporter
from opengeode import GeosciencesIO
OpenGeodeGeosciencesIOModelLibrary
from opengeode_geosciencesio import OpenGeodeGeosciencesIOModelLibrary
from opengeode import GeosciencesIO

Load a geosciences file using the high-level IO interface.

from opengeode import GeosciencesIO # Load a geology model (e.g., in VTK format) model = GeosciencesIO.load('model.vtu') print(model)
Debug
Known issues
gotchaThe library is a namespace package; import from 'opengeode', not 'opengeode_geosciencesio'. The underlying package name does not correspond to the import path.
fix
Use `from opengeode import GeosciencesIO` after installing opengeode-geosciencesio.
affects: all
breakingIn version 5.x, the submodule structure was reorganized. The old import pattern `from opengeode.io.geosciencesio import ...` may break.
fix
Use `from opengeode import GeosciencesIO` for the main IO class, or `from opengeode.io.geosciences import GeosciencesIOLibrary` for the format-specific library.
affects: >=5.0.0,<6.0.0
deprecatedThe package name 'opengeode-geosciencesio' is deprecated in favor of using the umbrella 'opengeode' package that aggregates all IO modules. However, the PyPI package still exists.
fix
Install opengeode-geosciencesio as a dependency; import via 'opengeode'.
affects: all
gotchaThe library depends on opengeode-core, but pip does not automatically install it. You must install opengeode-core separately if not already present.
fix
Run `pip install opengeode-core` before or alongside opengeode-geosciencesio.
affects: all
Upgrade
Version history
5.9.0latest on PyPI · released Jun 13, 2026
Audit
Dependencies
opengeode-corerequiredRequired for core OpenGeode functionality
Agent activity
2 hits · last 30 days
node
2
Resources
opengeode-geosciencesio — pip install opengeode-geosciencesio · libregistry