write evs field

write evs field

The write evs field module creates a file in one of several formats containing the mesh and nodal and/or cell data component information sent to the input port.

This module is useful for writing the output of modules which manipulate or interpolate data (3d estimation, 2d estimation, etc.) so that the data will not need to be processed in the future.

The saved and processed data can be read using read evs field, which is much faster than reprocessing the data.

Principal recommended format: EF2

  • The newest and strongly recommended format is EF2. This format is capable of containing additional field data and mesh types which are not supported in the legacy format. This is the only LOSSLESS format for current and future EVS fields. Although the files created in EF2 format are generally larger than EFBs, the further subsetting and/or processing of these updated fields can be dramatically more efficient.

    • Uniform fields
    • Geology (from gridding and horizons)
    • Structured fields (such as irregular fields read in from read evs field)
    • Unstructured Cell Data (UCD format) general grids with nodal and/or cell data
    • Special fields containing spheres (which are points with radii)
    • Special fields containing color data (such as LIDAR data)

Legacy formats:

  • The legacy formats below were the recommended formats in software releases before 2024. With enhancements to EVS Fields, these formats must be considered LOSSY, meaning that some data and the (EF2) optimized grids will be compromised if these formats are used. We strongly recommend using the EF2 format.
    • .eff ASCII format, best if you want to be able to open the file in an editor or print it. For a description of the EFF file formats click here.
    • .efz GNU Zip compressed ASCII, same as .eff but in a zip archive
    • .efb binary compressed format, the smallest and fastest format due to its binary form

Ports

DirectionNameTypeDescription
InputInput FieldFieldA field containing model to write to the EVS field file format.
InputGeologic Legend InformationGeology LegendInformation required to properly label stratigraphic output or lithology within Legend.
InputString 1StringA string to use as a variable.
InputFile NotesStringText containing the notes to be stored in the file.

Properties

PropertyTypeDescription
FilenameStringThe output filename. Saves datasets in any of the EVS/MVS compatible file formats (EF2, EFB, EFF).
Check For Cell Set DataBooleanCauses any cell data that is constant throughout its cell set to be written as a cell set data component.
Translate By OriginBooleanCauses the output to be written in the user’s coordinate space. When turned off, the output will be written around the origin.

Additional Information

PropertyTypeDescription
NotesStringThe notes to include within the file. These are just comments and have no effect on the module.
DescriptionStringSets the description stored in the output file.
AuthorStringSets the author name on the output file.
OrganizationStringSets the organization name on the output file.
ProjectStringSets the project displayed in the output file.
StatusStringSets the status displayed in the output file.
RestrictionsStringSets the restrictions displayed in the output file.

Variables

PropertyTypeDescription
S1StringA string value that can be used as the variable {S1} in the expression.

Legacy File Options

PropertyTypeDescription
Force Nodal Data In OutputBoolean(Only applies to EFB/EFF) Causes the field definition to always contain Node_Data. If off and there are no node data components, a simpler Mesh-Only style field will be saved; however, when those fields are loaded into EVS or MVS, many modules will not work correctly with them. Enabling this saves the mesh as Mesh+Node_Data (with 0 data components) so that those modules will work.
Force Cell Data In OutputBoolean(Only applies to EFB/EFF) Same as Force Nodal Data In Output, but for cell data. Very few modules require cell data, so this is off by default.