Pipes functions
All the data related to the assets are available through Pipes functions and can be used together with sensor data on any analysis.
All functions are available under the namespaceog
so they are easily found using auto-complete in pipes terminals (depends on plugin-wells 2.25.0+)
Well
| |
| |
Returns the well associated to an event type. If that type is defined by a well normalization configuration, the well is returned. If the type is defined by a rig normalization configuration, the function looks for the intervention which its period contains the query | |
| |
Returns a specific well by id. | |
| |
Returns a specific well by name. | |
| |
Returns the well section for that depth. It uses the same approach that the function |
Rig
Function | |
| |
Returns the rig associated with an event type. If that type is defined by a rig normalization configuration, the rig is returned. If the type is defined by a well normalization configuration, the function looks for the intervention whose period contains the query | |
| |
Given the well name, returns rig info of active intervention.
| |
og.rigAllocation(eventType) | |
Given the event type, returns rig info with additional information. |
Intervention
| |
| |
Returns the list of interventions that match any well or rig associated to that event type on the query | |
| |
Returns the list of interventions that match any well or rig associated to that event type on the query | |
| |
Returns a specific intervention. | |
| |
Returns an intervention with the given name. | |
| |
Returns an intervention list with the given status. |
All the function respects the user permission restrictions.
Last updated