resqpy.olio.zmap_readerΒΆ

Functions for reading zmap and roxar format files.

Functions

read_mesh

Reads a mesh (lattice) from a zmap or roxar format file.

read_rms_text_mesh

Read RMS text format surface mesh; returns triple (x, y, z) 2D arrays.

read_roxar_header

Reads header lines from a roxar format file.

read_roxar_mesh

Read RMS text format surface mesh; returns triple (x, y, z) 2D arrays.

read_zmap_header

Reads header lines from a zmap format file.

read_zmapplusgrid

Read zmapplus grid (surface mesh); returns triple (x, y, z) 2D arrays.