EclipseContourMap

class rips.EclipseContourMap(pb2_object: PdmObject | None = None, channel: Channel | None = None)

Bases: EclipseView

A contour map for Eclipse cases

Methods Summary

export_to_text([export_file_name, ...])

Export snapshot for the current view

Methods Documentation

export_to_text(export_file_name: str = '', export_local_coordinates: bool = False, undefined_value_label: str = 'NaN', exclude_undefined_values: bool = False)

Export snapshot for the current view

Parameters:
  • export_file_name (str) -- The file location to store results in.

  • export_local_coordinates (bool) -- Should we export local coordinates, or UTM.

  • undefined_value_label (str) -- Replace undefined values with this label.

  • exclude_undefined_values (bool) -- Skip undefined values.