.coveragerc
.gitignore
.readthedocs.yml
CONTRIBUTING.md
LICENSE
README.md
SECURITY.md
pyproject.toml
.github/pull_request_template.md
.github/workflows/codeql.yml
.github/workflows/docs.yml
.github/workflows/fmudataio-publish-pypi.yml
.github/workflows/linting.yml
.github/workflows/mypy.yml
.github/workflows/test.yml
ci/testkomodo.sh
ci/testrmsenv.sh
docs/ext/pydantic_autosummary/__init__.py
docs/ext/pydantic_autosummary/generate.py
docs/ext/pydantic_autosummary/pydantic.py
docs/ext/pydantic_autosummary/templates/autosummary/base.rst
docs/ext/pydantic_autosummary/templates/autosummary/class.rst
docs/ext/pydantic_autosummary/templates/autosummary/module.rst
docs/ext/pydantic_autosummary/templates/autosummary/pydantic_model.rst
docs/src/conf.py
docs/src/contributing.rst
docs/src/dataio_3_migration.rst
docs/src/getting_started.md
docs/src/index.md
docs/src/overview.md
docs/src/schema_versioning.md
docs/src/update_schemas.md
docs/src/custom_exports/index.md
docs/src/custom_exports/usage.md
docs/src/custom_exports/examples/avg_maps_grid_props.md
docs/src/custom_exports/examples/example_exports
docs/src/custom_exports/examples/fault_polygons.md
docs/src/custom_exports/examples/faultroom_surface.md
docs/src/custom_exports/examples/grids_with_properties.md
docs/src/custom_exports/examples/index.md
docs/src/custom_exports/examples/volume_tables.md
docs/src/datamodel/index.md
docs/src/simple_exports/field_outline.md
docs/src/simple_exports/fluid_contact_outlines.md
docs/src/simple_exports/fluid_contact_surfaces.md
docs/src/simple_exports/index.md
docs/src/simple_exports/initial_inplace_volumes.md
docs/src/simple_exports/structure_depth_fault_lines.md
docs/src/simple_exports/structure_depth_fault_surfaces.md
docs/src/simple_exports/structure_depth_isochores.md
docs/src/simple_exports/structure_depth_surfaces.md
docs/src/simple_exports/structure_time_surfaces.md
examples/.gitignore
examples/README.md
examples/update_examples.sh
examples/archived_examples/aggregate_surfaces.py
examples/example_exports/export_non_rms_data/export_grid3d.py
examples/example_exports/export_non_rms_data/export_volumetables.py
examples/example_exports/export_rms_data/export_faultpolygons.py
examples/example_exports/export_rms_data/export_faultroom_surfaces.py
examples/example_exports/export_rms_data/export_polygons.py
examples/example_exports/export_rms_data/export_preprocessed_surface.py
examples/example_exports/export_rms_data/export_propmaps.py
examples/example_exports/export_rms_data/export_surface_maps.py
examples/example_exports/output/faultroom/some_faultroom.json
examples/example_exports/output/grids/gg.roff
examples/example_exports/output/grids/gg_facies.roff
examples/example_exports/output/grids/gg_klogh.roff
examples/example_exports/output/grids/gg_kv.roff
examples/example_exports/output/grids/gg_phit.roff
examples/example_exports/output/grids/gg_sw.roff
examples/example_exports/output/maps/grid_averages/facies_fraction_channels_volon.gri
examples/example_exports/output/maps/grid_averages/klogh_average_valysar.gri
examples/example_exports/output/maps/grid_averages/phit_average_therys.gri
examples/example_exports/output/maps/props/poro_average.gri
examples/example_exports/output/maps/structure/topvolantis--ds_extract_geogrid.gri
examples/example_exports/output/polygons/basevolantis.pol
examples/example_exports/output/polygons/toptherys.pol
examples/example_exports/output/polygons/topvolantis.pol
examples/example_exports/output/polygons/topvolon.pol
examples/example_exports/output/volumes/geogrid_vol.csv
examples/example_exports/output/volumes/simgrid_vol.csv
examples/example_metadata/aggregated_surface_depth.yml
examples/example_metadata/fmu_case.yml
examples/example_metadata/geogrid--facies.yml
examples/example_metadata/geogrid--phit.yml
examples/example_metadata/geogrid.yml
examples/example_metadata/polygons_field_outline.yml
examples/example_metadata/polygons_field_region.yml
examples/example_metadata/preprocessed_surface_depth.yml
examples/example_metadata/sumo_ensemble.yml
examples/example_metadata/sumo_realization.yml
examples/example_metadata/surface_depth.yml
examples/example_metadata/surface_fluid_contact.yml
examples/example_metadata/surface_seismic_amplitude.yml
examples/example_metadata/table_inplace_volumes.yml
examples/fmuconfig/output/global_variables.yml
examples/metadata_scripts/create_aggregation_metadata.py
examples/metadata_scripts/create_case_metadata.py
examples/metadata_scripts/post_process_metadata.py
src/fmu/__init__.py
src/fmu/dataio/__init__.py
src/fmu/dataio/_definitions.py
src/fmu/dataio/_logging.py
src/fmu/dataio/_metadata.py
src/fmu/dataio/_runcontext.py
src/fmu/dataio/_utils.py
src/fmu/dataio/aggregation.py
src/fmu/dataio/case.py
src/fmu/dataio/dataio.py
src/fmu/dataio/exceptions.py
src/fmu/dataio/preprocessed.py
src/fmu/dataio/py.typed
src/fmu/dataio/types.py
src/fmu/dataio/version.py
src/fmu/dataio/_readers/__init__.py
src/fmu/dataio/_readers/faultroom.py
src/fmu/dataio/_readers/tsurf.py
src/fmu/dataio/export/__init__.py
src/fmu/dataio/export/_base.py
src/fmu/dataio/export/_decorators.py
src/fmu/dataio/export/_export_result.py
src/fmu/dataio/export/rms/__init__.py
src/fmu/dataio/export/rms/_base.py
src/fmu/dataio/export/rms/_conditional_rms_imports.py
src/fmu/dataio/export/rms/_utils.py
src/fmu/dataio/export/rms/field_outline.py
src/fmu/dataio/export/rms/fluid_contact_outlines.py
src/fmu/dataio/export/rms/fluid_contact_surfaces.py
src/fmu/dataio/export/rms/inplace_volumes.py
src/fmu/dataio/export/rms/structure_depth_fault_lines.py
src/fmu/dataio/export/rms/structure_depth_fault_surfaces.py
src/fmu/dataio/export/rms/structure_depth_isochores.py
src/fmu/dataio/export/rms/structure_depth_surfaces.py
src/fmu/dataio/export/rms/structure_time_surfaces.py
src/fmu/dataio/external_interfaces/schema_validation_interface.py
src/fmu/dataio/external_interfaces/sumo_explorer_interface.py
src/fmu/dataio/hook_implementations/jobs.py
src/fmu/dataio/load/__init__.py
src/fmu/dataio/load/load_standard_results.py
src/fmu/dataio/manifest/__init__.py
src/fmu/dataio/manifest/_manifest.py
src/fmu/dataio/manifest/_models.py
src/fmu/dataio/providers/__init__.py
src/fmu/dataio/providers/_base.py
src/fmu/dataio/providers/_filedata.py
src/fmu/dataio/providers/_fmu.py
src/fmu/dataio/providers/objectdata/__init__.py
src/fmu/dataio/providers/objectdata/_base.py
src/fmu/dataio/providers/objectdata/_export_models.py
src/fmu/dataio/providers/objectdata/_faultroom.py
src/fmu/dataio/providers/objectdata/_provider.py
src/fmu/dataio/providers/objectdata/_tables.py
src/fmu/dataio/providers/objectdata/_triangulated_surface.py
src/fmu/dataio/providers/objectdata/_utils.py
src/fmu/dataio/providers/objectdata/_xtgeo.py
src/fmu/dataio/scripts/__init__.py
src/fmu/dataio/scripts/copy_preprocessed.py
src/fmu/dataio/scripts/create_case_metadata.py
src/fmu_dataio.egg-info/PKG-INFO
src/fmu_dataio.egg-info/SOURCES.txt
src/fmu_dataio.egg-info/dependency_links.txt
src/fmu_dataio.egg-info/entry_points.txt
src/fmu_dataio.egg-info/requires.txt
src/fmu_dataio.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/utils.py
tests/data/drogon/ertrun1/realization-0/iter-0/jobs.json
tests/data/drogon/ertrun1/realization-0/iter-0/parameters.json
tests/data/drogon/ertrun1/realization-0/iter-0/parameters.txt
tests/data/drogon/ertrun1/realization-0/iter-0/parameters_genkw.txt
tests/data/drogon/ertrun1/realization-0/iter-0/parameters_justified.txt
tests/data/drogon/ertrun1/realization-0/iter-1/jobs.json
tests/data/drogon/ertrun1/realization-0/iter-1/parameters.json
tests/data/drogon/ertrun1/realization-0/iter-1/parameters.txt
tests/data/drogon/ertrun1/realization-0/iter-2/jobs.json
tests/data/drogon/ertrun1/realization-0/iter-2/parameters.json
tests/data/drogon/ertrun1/realization-0/iter-2/parameters.txt
tests/data/drogon/ertrun1/realization-0/iter-3/jobs.json
tests/data/drogon/ertrun1/realization-0/iter-3/parameters.json
tests/data/drogon/ertrun1/realization-0/iter-3/parameters.txt
tests/data/drogon/ertrun1/realization-0/pred/jobs.json
tests/data/drogon/ertrun1/realization-0/pred/parameters.json
tests/data/drogon/ertrun1/realization-0/pred/parameters.txt
tests/data/drogon/ertrun1/realization-1/iter-0/jobs.json
tests/data/drogon/ertrun1/realization-1/iter-0/parameters.json
tests/data/drogon/ertrun1/realization-1/iter-0/parameters.txt
tests/data/drogon/ertrun1/realization-1/iter-1/jobs.json
tests/data/drogon/ertrun1/realization-1/iter-1/parameters.json
tests/data/drogon/ertrun1/realization-1/iter-1/parameters.txt
tests/data/drogon/ertrun1/realization-1/iter-2/jobs.json
tests/data/drogon/ertrun1/realization-1/iter-2/parameters.json
tests/data/drogon/ertrun1/realization-1/iter-2/parameters.txt
tests/data/drogon/ertrun1/realization-1/iter-3/jobs.json
tests/data/drogon/ertrun1/realization-1/iter-3/parameters.json
tests/data/drogon/ertrun1/realization-1/iter-3/parameters.txt
tests/data/drogon/ertrun1/realization-1/pred/jobs.json
tests/data/drogon/ertrun1/realization-1/pred/parameters.json
tests/data/drogon/ertrun1/realization-1/pred/parameters.txt
tests/data/drogon/ertrun1/share/metadata/fmu_case.yml
tests/data/drogon/ertrun1_no_iter/realization-1/jobs.json
tests/data/drogon/ertrun1_no_iter/realization-1/parameters.json
tests/data/drogon/ertrun1_no_iter/realization-1/parameters.txt
tests/data/drogon/ertrun1_no_iter/share/metadata/fmu_case.yml
tests/data/drogon/global_config1/global_variables.yml
tests/data/drogon/global_config2/global_variables.yml
tests/data/drogon/global_config2/global_variables_norw_letters.yml
tests/data/drogon/global_config2/not_valid_yaml.yml
tests/data/drogon/rms/output/faultroom/README.txt
tests/data/drogon/rms/output/faultroom/ex_faultroom_1.3.1.json
tests/data/drogon/rms/output/structural/F5.ts
tests/data/drogon/tabular/geogrid--vol.csv
tests/data/drogon/tabular/summary.arrow
tests/data/drogon/tabular/volumes/geogrid.csv
tests/data/snakeoil/export-a-surface
tests/test_ert_integration/__init__.py
tests/test_ert_integration/conftest.py
tests/test_ert_integration/ert_config_utils.py
tests/test_ert_integration/test_ensemble_experiment_run.py
tests/test_ert_integration/test_hook_implementations.py
tests/test_ert_integration/test_simple_export_run.py
tests/test_ert_integration/test_wf_copy_preprocessed_data.py
tests/test_ert_integration/test_wf_create_case_metadata.py
tests/test_examples/__init__.py
tests/test_examples/test_example_metadata.py
tests/test_export_rms/conftest.py
tests/test_export_rms/test_export_field_outline.py
tests/test_export_rms/test_export_fluid_contact_outlines.py
tests/test_export_rms/test_export_fluid_contact_surfaces.py
tests/test_export_rms/test_export_inplace_volumes.py
tests/test_export_rms/test_export_structure_depth_fault_lines.py
tests/test_export_rms/test_export_structure_depth_fault_surfaces.py
tests/test_export_rms/test_export_structure_depth_isochores.py
tests/test_export_rms/test_export_structure_depth_surfaces.py
tests/test_export_rms/test_export_structure_time_surfaces.py
tests/test_export_rms/test_simpleexport_class.py
tests/test_export_rms/test_utils.py
tests/test_loaders/__init__.py
tests/test_loaders/test_schema_validation_interface.py
tests/test_loaders/test_standard_result_loaders.py
tests/test_loaders/test_sumo_interface.py
tests/test_units/__init__.py
tests/test_units/test_aggregated_surfaces.py
tests/test_units/test_checksum_md5.py
tests/test_units/test_contents.py
tests/test_units/test_dataio.py
tests/test_units/test_dictionary.py
tests/test_units/test_ert_context.py
tests/test_units/test_filedataprovider_class.py
tests/test_units/test_fmuprovider_class.py
tests/test_units/test_initialize_case.py
tests/test_units/test_manifest.py
tests/test_units/test_metadata_class.py
tests/test_units/test_objectdataprovider_class.py
tests/test_units/test_preprocessed.py
tests/test_units/test_prerealization_surfaces.py
tests/test_units/test_providers_utils_class.py
tests/test_units/test_reader_faultroom_surface.py
tests/test_units/test_reader_tsurf.py
tests/test_units/test_rms_context.py
tests/test_units/test_run_context.py
tests/test_units/test_table.py
tests/test_units/test_utils.py
tools/examples-validate-ajv.mjs