Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Nov 9, 2023
1 parent 21c6ae8 commit 6e795b0
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 51 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# xtgeoapp-grd3dmaps

[![tests](https://github.com/equinor/xtgeoapp-grd3dmaps/actions/workflows/test.yml/badge.svg)](https://github.com/equinor/xtgeoapp-grd3dmaps/actions/workflows/test.yml)
![Python Version](https://img.shields.io/badge/python-3.8%20|%203.9%20|%203.10%20|%203.11-blue.svg)
[![License: GPL v3](https://img.shields.io/github/license/equinor/subscript)](https://www.gnu.org/licenses/gpl-3.0)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Various scripts for generating maps from 3D grid properties.

## Scripts included

| Script | Description |
|-------------------------|---------------------|
| `grid3d_hc_thickness` | Make Hydrocarbon thickness maps from Eclipse and/or Roff input |
| `grid3d_average_map` | Make average maps from a 3D grid parameter, Eclipse or Roff input |
| `grid3d_aggregate_map` | Make aggregated maps (min/max/mean/sum) from a 3D grid parameter, Eclipse or Roff input |
| `grid3d_migration_time` | Make migration time maps aimed at tracking plume migration in CCS applications |

## Features

- From Eclipse files (EGRID, INIT, UNRST) and/or RMS binary ROFF
make HCPV thickness maps, or make weighted average maps
- No need to invoke RMS
- Efficient in FMU work flows
- HC thickness maps and average maps for property differences is
supported (see examples in YAML config files)
- Outputs PNG figures and Irap (RMS) binary maps
- Simple configuration through a YAML file
- Configuration from YAML can be overriden by command line options
- From version 1.3, output via `fmu-dataio`_ (to `sumo`_) is supported.
See [fmu-dataio](https://github.com/equinor/fmu-dataio/) and
[fmu-sumo](https://github.com/equinor/fmu-sumo)
51 changes: 0 additions & 51 deletions README.rst

This file was deleted.

0 comments on commit 6e795b0

Please sign in to comment.