Calculate well routing based on IOC routing tags
Project description
well-routing
Calculate well routing based on IOC rate distribution models "8002 - Rate distribution", flowline models "8110 - FLOWLINE RATE" and manifold models "8200 - MANIFOLD RATE". Also queries a list of known wells, pipes and separators.
Creates a set of Nodes and Edges and converts them to a directed graph structure for pathfinding and optimization.
Example Usage
The populate.py script demonstrates how to use these classes:
from classes import Graph
start_time = "01-Dec-2025"
stop_time = "05-Dec-2025"
chosen_time = "01-Dec-2025 12:00"
g = Graph.get_asset_graph(
stid_code=asset, start_time=start_time, stop_time=stop_time
)
G = g.convert_to_networkx(timestamp=pd.to_datetime(chosen_time))
Installation
Install for use
Install from pypi using pip install well-routing.
Development
Clone repository git clone https://github.com/equinor/well-routing and install dependencies using uv uv sync.
Install with pygraphviz
Mac
Typically pygraph application is installed using brew on mac. brew install pygraph.
uv sync --all-extras \
--config-settings=--global-option=build_ext \
--config-settings=--global-option="-I$(brew --prefix graphviz)/include" \
--config-settings=--global-option="-L$(brew --prefix graphviz)/lib"
Windows
See install documentation at https://pygraphviz.github.io/documentation/stable/install.html#manual-download.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file well_routing-0.2.3.tar.gz.
File metadata
- Download URL: well_routing-0.2.3.tar.gz
- Upload date:
- Size: 99.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.12.3 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cca916cf0da8630f6ea748b238d0b86b078e326fe1144ce8c4d64c79df6311df
|
|
| MD5 |
587901080c9ae316228305015d8df00c
|
|
| BLAKE2b-256 |
85f5db1aa62e547b2fb9a98ac2de242ac6c000d19f312ee9161e62ae9fd46576
|
File details
Details for the file well_routing-0.2.3-py3-none-any.whl.
File metadata
- Download URL: well_routing-0.2.3-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.1 CPython/3.12.3 Darwin/25.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
77dc72648b9622f3e3dfcc732df53c9d6cd4f445e069340fae14b2f402891de4
|
|
| MD5 |
253556e78af51cf29282cfb9a989f2a1
|
|
| BLAKE2b-256 |
46799ec651192ef74bf1655e855113f217daa39d169ddc93fc832f9add7c1bd6
|