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-geosciencesioVerified import paths — ran on the pinned version, not inferred.
Load a geosciences file using the high-level IO interface.
Use `from opengeode import GeosciencesIO` after installing opengeode-geosciencesio.
Use `from opengeode import GeosciencesIO` for the main IO class, or `from opengeode.io.geosciences import GeosciencesIOLibrary` for the format-specific library.
Install opengeode-geosciencesio as a dependency; import via 'opengeode'.
Run `pip install opengeode-core` before or alongside opengeode-geosciencesio.