- Weatherford Knowledge Base
- P#
- Neighborhood 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
Neighbors()
Returns a set of entities that are neighbors of the specified entity using the specified neighborhood mode and specified x- and y-dimensions in the specified unit, excluding the current entity.
Neighborhood modes:
1. Circle
2. Ellipse
3. Square
4. Rectangle
Syntax
Neighbors(entity name, mode, dimX, dimY, unit)
entity name: name of entity
mode: type of neighborhood shape(circle, ellipse, rectangle, square
x and y: distance
unit: distance unit
Example
Neighbors(“Well 17”, “Ellipse”, X, Y, “m”)
By default, the function uses the PetroVisor signals “surface x-coordinate” and “surface y-coordinate”, alternatively the functions allow two more arguments to specify different PetroVisor signals to be used as coordinates.
Example
Neighbors(“Well 17”, “Rectangle”, X, Y, “m”, “alternative x-coordinate”, “alternative y-coordinate”)