OGP P1/90 Post Plot Positioning Data Reader/Writer

FME can access the exchange of data from a single survey that has been stored as an ASCII encoded P1/90 file.

P1/90 is a data format standard, originally created by the UK Offshore Operators Association (UKOOA), used in marine seismic surveying.

Note  To request support for another survey type, please submit an idea to our FME Community.

Reader Overview

The reader produces FME features for all data records found in a .p190 file. It supports conventional and non-conventional 2-D offshore surveys and conventional 2-D onshore surveys. Non-conventional offshore surveys are not supported.

Each data record corresponds to a single FME feature. The information in each record will appear as attributes on the corresponding FME feature type. Coordinates found in the record will also be used to determine FME feature geometry.

The information in each header record will appear as attributes on the corresponding FME feature type. The header information is additionally investigated for datum, projection, and unit information and creates a custom coordinate system if no coordinate system is specified in FME.

Writer Overview

The P1/90 writer creates and writes point feature data to P1/90 files into the folder specified by the Dataset parameter. Existing files with the same name specified are overwritten with new feature data. It supports conventional and non-conventional 2-D offshore surveys and conventional 2-D onshore surveys.

The required header record types, 0100 to 0800 and 1200 to 2000 inclusive, will be populated using respective attributes. The coordinate system must be specified on the writer.

Format Specification

An online specification for this format can be found on the IOGP (International Association of Oil & Gas Producers) website.