Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/equinor/fmu-dataio
FMU data standard and data export with rich metadata in the FMU context
https://github.com/equinor/fmu-dataio
data fmu jsonschema python subsurface sumo
Last synced: 2 days ago
JSON representation
FMU data standard and data export with rich metadata in the FMU context
- Host: GitHub
- URL: https://github.com/equinor/fmu-dataio
- Owner: equinor
- License: apache-2.0
- Created: 2021-02-04T16:11:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T14:00:56.000Z (11 days ago)
- Last Synced: 2025-01-08T14:32:33.368Z (10 days ago)
- Topics: data, fmu, jsonschema, python, subsurface, sumo
- Language: Python
- Homepage: https://fmu-dataio.readthedocs.io/en/latest/
- Size: 65.9 MB
- Stars: 10
- Watchers: 8
- Forks: 15
- Open Issues: 125
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# fmu-dataio
![linting](https://github.com/equinor/fmu-dataio/workflows/linting/badge.svg)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI version](https://badge.fury.io/py/fmu-dataio.svg)](https://badge.fury.io/py/fmu-dataio)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fmu-dataio.svg)
![PyPI - License](https://img.shields.io/pypi/l/fmu-dataio.svg)
![ReadTheDocs](https://readthedocs.org/projects/fmu-dataio/badge/?version=latest&style=flat)**fmu-dataio** is a library for handling data flow in and out of Fast Model Update workflows.
For export, it automates the adherence to the FMU data standard ✅ including both file and folder
conventions as well as richer metadata 🔖 for use by various data consumers both inside and
outside the FMU context via Sumo.**fmu-dataio** is designed to be used with the same syntax in all parts of an FMU workflow,
including post- and pre-processing jobs and as part of ERT `FORWARD_MODEL`, both inside and outside RMS.👉 [Detailed documentation for fmu-dataio at Read the Docs.](https://fmu-dataio.readthedocs.io/en/latest/) 👀
**fmu-dataio** is also showcased in Drogon. 💪
## Data standard definitions
![Radix](https://api.radix.equinor.com/api/v1/applications/fmu-schemas/environments/dev/buildstatus)The metadata standard is defined by a [JSON schema](https://json-schema.org/). Within Equinor,
the schema is available on a Radix-hosted endpoint ⚡