Skip to content

Commit

Permalink
Merge pull request #14 from jcrivenaes/develop2
Browse files Browse the repository at this point in the history
Usage description, added  examples
  • Loading branch information
jcrivenaes authored Oct 8, 2018
2 parents 74a19a8 + 37d857a commit 6718cfc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 6718cfc

Please sign in to comment.