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: about 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T08:35:55.000Z (about 2 months ago)
- Last Synced: 2025-04-09T20:10:49.460Z (about 2 months ago)
- Topics: data, fmu, jsonschema, python, subsurface, sumo
- Language: Python
- Homepage: https://fmu-dataio.readthedocs.io/en/latest/
- Size: 96.6 MB
- Stars: 10
- Watchers: 7
- Forks: 17
- Open Issues: 138
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# fmu-dataio
[](https://github.com/equinor/fmu-dataio/actions/workflows/ci-fmudataio.yml)
[](https://badge.fury.io/py/fmu-dataio)


---
**Documentation**: https://fmu-dataio.readthedocs.io/en/latest/
**Source Code**: https://github.com/equinor/fmu-dataio/
---
**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](https://github.com/equinor/ert) `FORWARD_MODEL`, both inside and outside
RMS.**fmu-dataio** is also showcased in
[Drogon](https://github.com/equinor/fmu-drogon). 💪## Data standard definitions
The metadata standard is defined by [JSON schemas](https://json-schema.org/). Within Equinor,
the schema is available on a Radix-hosted endpoint ⚡- Radix Dev: 
## Updating schemas
Check out the [Updating
schemas](https://fmu-dataio.readthedocs.io/en/latest/update_schemas.html)
page in the documentation for instructions.## License
This project is licensed under the terms of the [Apache 2.0](https://github.com/equinor/fmu-dataio/LICENSE) license.