- Datagration Knowledge Base
- P#
- Voronoi
-
Getting Started
-
Customer Training
-
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
- Neighborhood 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
- Voronoi
- DCA Functions
-
Packages
VoronoiCellEntitiesCount()
Returns the number of entities from a current context in the Voronoi Cell for a specified Voronoi diagram for current entities using the specified x-and y-dimensions in the specified coordinates and area units
The cell is defined by the current entity:
Syntax
VoronoiArea(string expression)
- string expression: name of the voronoi area
Example
VoronoiArea("Field 17 with faults")
By default the function uses the PetroVisor signals "surface x-coordinate", "surface y-coordinate" and coordinates unit "m", alternatively the function allows 3 more arguments to specify different PetroVisor signals/unit to be used as coordinates.
Example
VoronoiArea("Field 17 with faults", "m2", "m", "alternative x-coordinate", "alternative y-coordinate")