{"library":"opengeode-geosciences","title":"OpenGeode Geosciences","description":"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).","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install opengeode-geosciences"],"cli":null},"imports":["import opengeode_geosciences"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import opengeode_geosciences\nfrom opengeode_geosciences import Model, StratigraphicUnit, Horizon, Fault\n\n# Create a simple geological model\nmodel = Model()\nunit = StratigraphicUnit(model, 'Basement', 2.5e9, 5.4e8)\nprint(f'Created unit: {unit.name()}, age: {unit.age_range()}')\n","lang":"python","description":"Creates a basic geological model with a stratigraphic unit.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}