Rotation, translation, and zoom#

Transform, crop, and inspect Norne.

Start with the Norne top view.

plopm -i NORNE_ATW2013 -s ,,1
../_images/norne.png

Rotate, translate, and crop the grid.

plopm -i NORNE_ATW2013 -s ,,1 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,7600]' -fz 8
../_images/norne_transformed.png

Apply the same transformation to faults.

plopm -i NORNE_ATW2013 -v faults -s ,,1 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,8800]' -fz 8 -gr 1
plopm -i NORNE_ATW2013 -v faults -s ,,1:22 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,8800]' -fz 8 -agg max
../_images/norne_faults.png

Plot all wells and wells on the selected layer.

plopm -i NORNE_ATW2013 -v wells -s ,,1 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,8800]' -fz 8 -gr 1 -fn norne_wells_global
plopm -i NORNE_ATW2013 -v wells -s ,,1 -rot 65 -tr '[6456335.5,-3476500]' -x '[0,5600]' -y '[0,8800]' -fz 8 -fn norne_wells
../_images/norne_wells.png

Note

Faults and wells must be declared directly in the input deck.

Reproduce this example#

Run the complete workflow from the repository root:

. ./tests/scripts/docs_rotation_translation_zoom.sh

Back to the examples gallery