{"id":13408327,"url":"https://github.com/softwareunderground/gio","last_synced_at":"2025-12-15T08:45:33.730Z","repository":{"id":41890821,"uuid":"41432377","full_name":"softwareunderground/gio","owner":"softwareunderground","description":"Read and write subsurface data files describing surfaces, grids and horizons.","archived":false,"fork":false,"pushed_at":"2023-10-10T20:42:59.000Z","size":12911,"stargazers_count":57,"open_issues_count":12,"forks_count":29,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-06-11T17:28:55.729Z","etag":null,"topics":["geology","geophysics","geospatial","grids","subsurface"],"latest_commit_sha":null,"homepage":"https://code.agilescientific.com/gio/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softwareunderground.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-08-26T15:06:24.000Z","updated_at":"2024-04-23T19:35:30.000Z","dependencies_parsed_at":"2023-10-14T17:11:03.876Z","dependency_job_id":"3039c3c7-58b1-4d29-a905-77b265b3ec10","html_url":"https://github.com/softwareunderground/gio","commit_stats":{"total_commits":94,"total_committers":4,"mean_commits":23.5,"dds":0.4042553191489362,"last_synced_commit":"bd2dc65ddcb34333a7fcc47705224d0abbd0d2e6"},"previous_names":["softwareunderground/gio","agilescientific/gio"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwareunderground%2Fgio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwareunderground%2Fgio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwareunderground%2Fgio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softwareunderground%2Fgio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softwareunderground","download_url":"https://codeload.github.com/softwareunderground/gio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221472471,"owners_count":16828216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["geology","geophysics","geospatial","grids","subsurface"],"created_at":"2024-07-30T20:00:52.182Z","updated_at":"2025-12-15T08:45:33.665Z","avatar_url":"https://github.com/softwareunderground.png","language":"Python","funding_links":[],"categories":["Miscellaneous"],"sub_categories":["Geomechanics"],"readme":"# gio\n\n[![Tests](https://github.com/agilescientific/gio/actions/workflows/build-test.yml/badge.svg)](https://github.com/agilescientific/gio/actions/workflows/build-test.yml)\n[![Build docs](https://github.com/agilescientific/gio/actions/workflows/build-docs.yml/badge.svg)](https://github.com/agilescientific/gio/actions/workflows/build-docs.yml)\n[![PyPI version](https://img.shields.io/pypi/v/gio.svg)](https://pypi.org/project/gio/)\n[![PyPI versions](https://img.shields.io/pypi/pyversions/gio.svg)](https://pypi.org/project/gio/)\n[![PyPI license](https://img.shields.io/pypi/l/gio.svg)](https://pypi.org/project/gio/)\n\n**Geoscience I/O for grids and horizons.**\n\nThe goal of this project is to load and save various geoscience surface data formats (2D and 3D seismic horizons, grids, etc). The interchange formats are the `xarray.DataArray` (and `xarray.Dataset` where we need a collection of arrays). This format is convenient because it allows us to store a NumPy array with Pandas-like indexing (as opposed to ordinary NumPy positional indexing).\n\nWe've started with:\n\n- OpendTect horizons\n- ZMAP grids\n- Surfer grids\n- Petrel horizons\n\n**What formats would you like to see? [Make an issue](https://github.com/agilescientific/gio/issues).**\n\n\n## Installation\n\nThis library is on PyPI, so you can install it with:\n\n    pip install gio\n\n To get the latest unstable release, you can install it from GitHub:\n\n    python -m pip install --upgrade https://github.com/agilescientific/gio/archive/develop.zip\n\n\n## Basic usage\n\nIn general, there's a reader for each supported file format. The reader produces an `xarray.DataArray`, or `xarray.Dataset` if the format supports multiple surfaces in one file.\n\n```python\nimport gio\n\nda = gio.read_surfer(fname)\nda.plot()\n```\n\n\n## Documentation\n\nSee [the documentation](https://code.agilescientific.com/gio) for more examples, and for help developing `gio` or making contributions back to this project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwareunderground%2Fgio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftwareunderground%2Fgio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftwareunderground%2Fgio/lists"}