- Weatherford Knowledge Base
- P#
- Directional Functions
-
Getting Started
-
Customer Training
-
Customer Success
-
Updates
-
Production Optimization
-
Artificial Lift Optimization
-
Completion Optimization
-
Environmental, Social & Governance
-
Development, Acquisition & Divestitures
-
Enhanced Oil Recovery
-
Admin
-
P#
- Getting Started with P#
- Data Cleansing
- String Functions
- Scenario Functions
- Regression Functions
- Placeholder Functions
- Mathematical Functions
- Logic Functions
- Entities Function
- Moving Window Functions
- Time and Date Functions
- Statistical Functions
- Economic Functions
- Data Handling
- Additional Functions
- Directional Functions
- Machine Learning Functions
- DCA Functions
- Neighborhood Functions
-
Packages
CoordinateUTM()
Returns Easting or Northing part (in meters) of UTM coordinate pair converted from specified latitude and longitude coordinates.
Syntax
CoordinateUTM(latitude, longitude, coordUTM)
- latitude: number specifying latitude component of coordinate pair, in degrees
- longitude: number specifying longitude component of coordinate pair, in degrees
- coordUTM: string specifying which component of the coordinate pair is returned. coordUTM is either "northing" or "easting"
Example
CoordinateUTM(29.7495, -95.4715, "Easting")
CoordinateUTM(48.0087, 16.2346, "Northing")