From 37d857a81cdea88ff8643d9a5167cfd19d5e1005 Mon Sep 17 00:00:00 2001 From: "Jan C. Rivenaes" Date: Mon, 8 Oct 2018 16:13:07 +0200 Subject: [PATCH] Usage description, added examples --- docs/usage.rst | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/usage.rst b/docs/usage.rst index 1d9e0171a..57d0e4a34 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -75,8 +75,8 @@ of these properties can be changed, which actually changes the map # Note that changing nrow and ncol is not possible to do directly. -Sample a surface fro 3D grid -^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Sample a surface from a 3D grid +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. literalinclude:: ../examples/surface_slice_grid3d.py :language: python @@ -249,3 +249,13 @@ under control when computing averages is also presented. .. literalinclude:: ../examples/grid3d_compute_stats.py :language: python + +Make a CSV file from Eclipse INIT data (aka ERT ECL) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Example on how to create a CSV file from all INIT +properties. Example is for Eclipse format, but shall +work also with ROFF input. + +.. literalinclude:: ../examples/grid3d_print_init_csv.py + :language: python