pradeep-xpert commited on
Commit
75c545e
·
verified ·
1 Parent(s): e6c4d7d

Initial release: OIL-015 sample, 300 pipelines / 240K rows, Grade A+ (10/10)

Browse files
README.md ADDED
@@ -0,0 +1,325 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - tabular-classification
5
+ - tabular-regression
6
+ - time-series-forecasting
7
+ language:
8
+ - en
9
+ tags:
10
+ - synthetic
11
+ - oil-and-gas
12
+ - midstream
13
+ - flow-assurance
14
+ - pipeline-integrity
15
+ - wax-deposition
16
+ - hydrate-formation
17
+ - asphaltene-precipitation
18
+ - multiphase-flow
19
+ - thermal-management
20
+ - xpertsystems
21
+ pretty_name: "OIL-015 — Synthetic Flow Assurance Dataset (Sample)"
22
+ size_categories:
23
+ - 100K<n<1M
24
+ ---
25
+
26
+ # OIL-015 — Synthetic Flow Assurance Dataset (Sample)
27
+
28
+ **SKU:** `OIL015-SAMPLE` · **Vertical:** Oil & Gas / Midstream Flow Assurance
29
+ **License:** CC-BY-NC-4.0 (sample) · **Schema version:** `oil015.v1`
30
+ **Sample version:** `1.0.0` · **Default seed:** `42`
31
+
32
+ A free, schema-identical preview of XpertSystems.ai's enterprise flow
33
+ assurance dataset for wax/hydrate/asphaltene deposition ML, multiphase flow
34
+ regime classification, chemical injection optimization, and pipeline
35
+ integrity risk modeling. The sample covers **300 pipelines**
36
+ across **6 pipeline types**, with **240,300 rows**
37
+ including **30,000 hourly operating-condition records** linked
38
+ across **9 tables**.
39
+
40
+ ---
41
+
42
+ ## What's in the box
43
+
44
+ | File | Rows | Cols | Description |
45
+ |---|---:|---:|---|
46
+ | `pipelines_master.csv` | 300 | 7 | Pipeline spine: type, length, diameter, insulation, water depth, design pressure |
47
+ | `operating_conditions.csv` | 30,000 | 8 | Per-pipeline hourly conditions: pressure, temperature, flow rate, water cut, GOR |
48
+ | `wax_deposition.csv` | 30,000 | 5 | Wax Appearance Temperature (WAT) + threshold-gated deposition rate + cumulative thickness |
49
+ | `hydrate_events.csv` | 30,000 | 5 | Hydrate risk score + volume fraction + 3-class inhibition state (active/partial/failed) |
50
+ | `asphaltene_precipitation.csv` | 30,000 | 5 | Asphaltene Onset Pressure (AOP) + threshold-gated precipitation rate + deposition index |
51
+ | `multiphase_flow.csv` | 30,000 | 6 | 5-class flow regime (slug/annular/bubble/stratified/churn) + gas/liquid fractions + slug frequency |
52
+ | `chemical_injection.csv` | 30,000 | 5 | 4-class inhibitor (MEG/methanol/wax inhibitor/asphaltene dispersant) + dosage + effectiveness |
53
+ | `thermal_profiles.csv` | 30,000 | 5 | Fluid temperature → seabed temperature with delta-T-gated heat loss |
54
+ | `integrity_risk_labels.csv` | 30,000 | 5 | Blockage probability + shutdown risk + 3-class integrity grade (LOW/MEDIUM/HIGH) |
55
+
56
+ Total: **240,300 rows** across 9 CSVs, ~13.0 MB on disk.
57
+
58
+ ---
59
+
60
+ ## Calibration: industry-anchored, honestly reported
61
+
62
+ Validation uses a **10-metric scorecard** with targets sourced exclusively to
63
+ **named industry standards**: **NACE TM0274** (Wax Appearance Temperature
64
+ Measurement), **NACE SP0775** (paraffin/wax control), **Sloan & Koh (2008)**
65
+ "Clathrate Hydrates of Natural Gases" (canonical hydrate reference),
66
+ **SPE 28994 (Hammami & Raines, 1997)** asphaltene precipitation
67
+ thermodynamics, **Mandhane et al. (1974)** / **Beggs & Brill (1973)**
68
+ multiphase flow regime maps, **API RP-14E** (pipeline erosional velocity),
69
+ **ISO 13703** (offshore pipeline design), **DNV-RP-F101** (corroded
70
+ pipeline integrity), Pedersen et al. (1991) crude oil WAT studies, Rystad
71
+ Energy + IHS Markit pipeline tracker.
72
+
73
+ **Sample run** (seed `42`, n_pipelines=300, rows_per_pipeline=100):
74
+
75
+ | # | Metric | Observed | Target | Tolerance | Status | Source |
76
+ |---|---|---:|---:|---:|---|---|
77
+ | 1 | avg operating pressure psi | 4200.0231 | 4200.0 | ±800.0 | ✓ PASS | API RP-14E + ISO 13703 — typical pipeline operating pressure for mixed deepwater/offshore export/onshore gathering portfolio (typical 2000-6000 psi envelope) |
78
+ | 2 | avg operating temperature f | 145.1683 | 145.0 | ±30.0 | ✓ PASS | ISO 13703 + API RP-14E — typical pipeline operating temperature for mixed deepwater/onshore portfolio (120-180°F typical, with HPHT to 250°F+) |
79
+ | 3 | avg wax appearance temp f | 117.9561 | 118.0 | ±20.0 | ✓ PASS | NACE TM0274 (Wax Appearance Temperature Measurement) + Pedersen et al. (1991) crude oil WAT studies — typical WAT for paraffinic crude portfolio (90-150°F envelope) |
80
+ | 4 | avg asphaltene onset pressure psi | 3501.5829 | 3500.0 | ±1000.0 | ✓ PASS | SPE 28994 (Hammami & Raines, 1997) asphaltene precipitation thermodynamics — typical AOP for asphaltic crude oil portfolio (2000-5000 psi envelope) |
81
+ | 5 | wax threshold gating fidelity | 1.0000 | 0.99 | ±0.02 | ✓ PASS | NACE TM0274 wax physics — fraction of rows where deposition_rate_mm_day is correctly zero when T_fluid >= WAT (physics: no wax deposition above WAT). Validates the generator's threshold-gating logic. |
82
+ | 6 | asphaltene threshold gating fidelity | 1.0000 | 0.99 | ±0.02 | ✓ PASS | SPE 28994 (Hammami & Raines) asphaltene precipitation thermodynamics — fraction of rows where precipitation_rate is correctly zero when P_fluid >= AOP (physics: asphaltenes stay in solution above AOP). Validates the generator's threshold gating. |
83
+ | 7 | wax deposition pearson correlation | 0.7894 | 0.7 | ±0.2 | ✓ PASS | Pedersen et al. (1991) + Hammami & Raines (1997) — expected positive correlation between (WAT − T_fluid) and deposition rate when delta-T > 0 (physics: greater subcooling drives faster crystallization). Validates wax deposition rate scales with thermodynamic driving force. |
84
+ | 8 | asphaltene precipitation pearson correlation | 0.7534 | 0.65 | ±0.2 | ✓ PASS | SPE 28994 (Hammami & Raines, 1997) — expected positive correlation between (AOP − P_fluid) and precipitation rate when delta-P > 0 (physics: greater pressure deficit drives faster asphaltene flocculation). Validates precipitation rate scales with thermodynamic driving force. |
85
+ | 9 | flow regime diversity entropy | 0.9999 | 0.99 | ±0.03 | ✓ PASS | Mandhane et al. (1974) + Beggs & Brill (1973) multiphase flow regime classification — 5-class flow regime diversity benchmark (slug, annular, bubble, stratified, churn), normalized Shannon entropy. ML training portfolios typically use uniform sampling across regimes. |
86
+ | 10 | pipeline type diversity entropy | 0.9959 | 0.97 | ±0.04 | ✓ PASS | Rystad Energy + IHS Markit global pipeline tracker — 6-class pipeline-type diversity benchmark (deepwater subsea, heavy oil gathering, gas condensate, LNG feed, offshore export, shale multiphase), normalized Shannon entropy. |
87
+
88
+ **Overall: 100.0/100 — Grade A+**
89
+ (10 PASS · 0 MARGINAL · 0 FAIL of 10 metrics)
90
+
91
+ ---
92
+
93
+ ## Schema highlights
94
+
95
+ **`wax_deposition.csv`** — implements **NACE TM0274** wax-thermodynamic
96
+ threshold gating:
97
+
98
+ > wat = N(118, 8) °F
99
+ > deposition_rate = max(0, WAT − T_fluid) × U(0.01, 0.15) mm/day
100
+
101
+ This means **wax deposition is exactly zero when T_fluid ≥ WAT** (per Pedersen
102
+ et al. 1991 thermodynamics — wax stays in solution above WAT) and scales
103
+ positively with subcooling below WAT. The sample observes ~10% of rows in
104
+ the deposition zone, matching the realistic fraction of pipeline operations
105
+ that drop below WAT.
106
+
107
+ **`asphaltene_precipitation.csv`** — implements **SPE 28994 (Hammami &
108
+ Raines)** asphaltene-thermodynamic threshold gating:
109
+
110
+ > aop = N(3500, 600) psi
111
+ > precipitation_rate = max(0, AOP − P_fluid) × U(0.0001, 0.005)
112
+
113
+ Asphaltenes precipitate **only when P_fluid < AOP** (per asphaltene
114
+ solubility thermodynamics — asphaltenes stay in solution above onset
115
+ pressure). The sample observes ~18% of rows in the precipitation zone,
116
+ matching the realistic fraction of pipeline operations that drop below AOP.
117
+
118
+ **`thermal_profiles.csv`** — heat loss conditioned on delta-T per **ISO
119
+ 13703** subsea pipeline thermal design:
120
+
121
+ > seabed_temp = N(40, 10) °F
122
+ > heat_loss = max(0, T_fluid − T_seabed) × U(1, 10) BTU
123
+
124
+ Heat loss only occurs when fluid is warmer than seabed (always true in this
125
+ sample given fluid temp ~145°F vs seabed ~40°F).
126
+
127
+ **`multiphase_flow.csv`** — 5-class flow regime classification per
128
+ **Mandhane et al. (1974) / Beggs & Brill (1973)** flow-regime maps:
129
+ slug / annular / bubble / stratified / churn. Sample distribution is
130
+ near-uniform (~20% each) for ML-balanced classification training.
131
+
132
+ **`integrity_risk_labels.csv`** — 3-class integrity grade derived from
133
+ blockage probability:
134
+
135
+ | Grade | Trigger |
136
+ |---|---|
137
+ | `LOW` | risk ≤ 0.45 |
138
+ | `MEDIUM` | 0.45 < risk ≤ 0.75 |
139
+ | `HIGH` | risk > 0.75 |
140
+
141
+ ---
142
+
143
+ ## Suggested use cases
144
+
145
+ 1. **Wax deposition rate regression** — predict
146
+ `deposition_rate_mm_day` from operating conditions
147
+ (temperature/pressure/flow_rate) and WAT. **Strong physics signal**:
148
+ threshold gating + delta-T correlation r ≈ 0.79.
149
+ 2. **Asphaltene precipitation regression** — predict
150
+ `precipitation_rate` from pressure conditions and AOP. **Strong
151
+ physics signal**: threshold gating + delta-P correlation r ≈ 0.75.
152
+ 3. **Flow regime classification** — multi-class (5-way) classifier on
153
+ `flow_regime` from gas/liquid fractions + slug frequency features.
154
+ 4. **Hydrate inhibition state classification** — 3-class (active/
155
+ partial/failed) classifier for inhibition effectiveness ML.
156
+ 5. **Pipeline integrity grading** — 3-class ordinal classifier on
157
+ `integrity_grade` (LOW/MEDIUM/HIGH) — useful as label-only
158
+ reference; see Honest Disclosure §3 for feature-engineering
159
+ caveats.
160
+ 6. **Chemical injection optimization** — regression on
161
+ `effectiveness_pct` from inhibitor type + dosage features for
162
+ chemical program tuning.
163
+ 7. **Heat loss prediction** — regression on `heat_loss_btu` from
164
+ fluid/seabed temperature + pipeline characteristics. Anchors to
165
+ ISO 13703 thermal design.
166
+ 8. **Multi-table relational ML** — entity-resolution and graph
167
+ neural-network learning across the 9 joinable tables via
168
+ `pipeline_id` + `condition_id`.
169
+
170
+ ---
171
+
172
+ ## Loading
173
+
174
+ ```python
175
+ from datasets import load_dataset
176
+ ds = load_dataset("xpertsystems/oil015-sample", data_files="wax_deposition.csv")
177
+ print(ds["train"][0])
178
+ ```
179
+
180
+ Or with pandas:
181
+
182
+ ```python
183
+ import pandas as pd
184
+ pipelines = pd.read_csv("hf://datasets/xpertsystems/oil015-sample/pipelines_master.csv")
185
+ conditions = pd.read_csv("hf://datasets/xpertsystems/oil015-sample/operating_conditions.csv")
186
+ wax = pd.read_csv("hf://datasets/xpertsystems/oil015-sample/wax_deposition.csv")
187
+ asp = pd.read_csv("hf://datasets/xpertsystems/oil015-sample/asphaltene_precipitation.csv")
188
+
189
+ # Wax deposition is keyed by condition_id (embedded in wax_id):
190
+ wax["condition_id"] = wax["wax_id"].str.replace("WAX-", "", regex=False)
191
+ wax_joined = wax.merge(conditions, on="condition_id")
192
+ # Now you have WAT + T_fluid + P_fluid features ready for ML
193
+ ```
194
+
195
+ ---
196
+
197
+ ## Reproducibility
198
+
199
+ All generation is deterministic via the integer `seed` parameter (driving
200
+ both `random.seed` and `np.random.seed`). A seed sweep across
201
+ `[42, 7, 123, 2024, 99, 1]` confirms Grade A+ on every seed in this sample.
202
+
203
+ ---
204
+
205
+ ## Honest disclosure of sample-scale limitations
206
+
207
+ This is a **sample** product for flow assurance ML research, not for live
208
+ pipeline operations decisions. Several important notes:
209
+
210
+ 1. **Operating conditions are independent of pipeline characteristics.**
211
+ The generator samples pressure/temperature/flow_rate from fixed
212
+ Gaussians, *not* conditioned on pipeline diameter, water depth, design
213
+ pressure, or insulation type. This is a deliberate simplification for
214
+ ML-balanced training but is not realistic — real deepwater pipelines
215
+ run colder than onshore (better heat transfer to seabed), and design
216
+ pressure limits operating pressure. For physics-realistic conditioning
217
+ ML, treat operating conditions as features and pipeline characteristics
218
+ as separate features rather than expecting cross-table coupling.
219
+
220
+ 2. **Hydrate events have no thermodynamic gating.** Real hydrate
221
+ formation occurs **inside the hydrate envelope** (low T, high P region
222
+ per Sloan & Koh 2008). The generator samples `hydrate_risk_score`
223
+ from `N(0.35, 0.15)` independent of T/P, so hydrate risk is not
224
+ physically coupled to operating conditions. **This is a significant
225
+ simplification.** For hydrate ML that requires T-P-conditioned
226
+ risk, use a Sloan & Koh CSMHYD-style envelope calculation on top
227
+ of operating conditions, or wait for the full product v1.1 which
228
+ will introduce envelope-aware hydrate gating.
229
+
230
+ 3. **`integrity_risk_labels.csv` is feature-decoupled.** The blockage
231
+ probability is sampled from `N(0.25, 0.15)` independent of wax
232
+ deposition rate, asphaltene precipitation, hydrate risk, or other
233
+ upstream features. **Models trained to predict
234
+ `integrity_grade` from upstream features will not learn meaningful
235
+ patterns** because the label is not a function of the features.
236
+ This is a generator design choice (likely placeholder for future
237
+ coupling). For integrity-grade ML, build a derived label from
238
+ weighted combinations of `wax_thickness_mm`, `hydrate_risk_score`,
239
+ `precipitation_rate`, and `heat_loss_btu` rather than using the
240
+ sampled label directly. The integrity_risk_labels table is best
241
+ used as a **reference distribution** for production label
242
+ calibration, not as a supervised ML target.
243
+
244
+ 4. **Chemical injection effectiveness is uniform-sampled.** The
245
+ `effectiveness_pct` column from `U(40, 99)` is not tied to
246
+ inhibitor type, dosage, or operating conditions — so an "MEG @
247
+ 100 ppm in a wax-deposition scenario" might show 95% effectiveness
248
+ in the sample, which is physically wrong (MEG is a hydrate
249
+ inhibitor, not a wax inhibitor). **Inhibitor-effectiveness ML on
250
+ this sample will learn marginals, not couplings.** For
251
+ physically-correct inhibitor-effectiveness ML, post-process the
252
+ data to align inhibitor type with deposition type, or wait for
253
+ the full product v1.1.
254
+
255
+ 5. **Wax/asphaltene rates are dimensionless multipliers**, not
256
+ physically calibrated. The wax `U(0.01, 0.15)` multiplier and
257
+ asphaltene `U(0.0001, 0.005)` multiplier produce rates in the
258
+ correct order of magnitude (mm/day for wax, dimensionless flux
259
+ for asphaltene) but are not calibrated to specific crude
260
+ compositions. For absolute-rate prediction, the labels need
261
+ recalibration against the user's crude assay; for relative
262
+ ranking ML (e.g., "which pipeline is most at risk"), the relative
263
+ ordering is preserved.
264
+
265
+ 6. **No time-series autocorrelation across hourly steps.** Each row
266
+ in `operating_conditions.csv` is sampled independently — there's
267
+ no Markov / AR / drift modeling across consecutive hours. **Time-
268
+ series ML that relies on temporal smoothness will not get
269
+ realistic signal from this data.** Treat the sample as a panel
270
+ of independent observations, not as time-series.
271
+
272
+ 7. **Pipeline length / diameter are uniformly distributed**, not
273
+ conditioned on pipeline type. Real LNG feed lines run 36"+ for
274
+ high-volume gas transport; real heavy-oil gathering lines are
275
+ typically 6-12". The sample uses U(4, 36) inches across all
276
+ types. For type-conditional ML, post-process the data with
277
+ industry-standard pipeline-sizing priors.
278
+
279
+ ---
280
+
281
+ ## Full product
282
+
283
+ The **full OIL-015 dataset** (in development) will ship at 5,000+ pipelines
284
+ × 8,760 hourly records (1 full year) with **physics-conditioned hydrate
285
+ envelope gating** (Sloan & Koh CSMHYD-style), **type-conditional
286
+ pipeline sizing**, **coupled integrity-risk labels** derived from upstream
287
+ deposition features, and **inhibitor-specific effectiveness coupling** —
288
+ licensed commercially. Contact XpertSystems.ai for licensing terms.
289
+
290
+ 📧 **pradeep@xpertsystems.ai**
291
+ 🌐 **https://xpertsystems.ai**
292
+
293
+ ---
294
+
295
+ ## Citation
296
+
297
+ ```bibtex
298
+ @dataset{xpertsystems_oil015_sample_2026,
299
+ title = {OIL-015: Synthetic Flow Assurance Dataset (Sample)},
300
+ author = {XpertSystems.ai},
301
+ year = {2026},
302
+ url = {https://huggingface.co/datasets/xpertsystems/oil015-sample}
303
+ }
304
+ ```
305
+
306
+ ## Generation details
307
+
308
+ - Sample version : 1.0.0
309
+ - Random seed : 42
310
+ - Generated : 2026-05-22 13:17:09 UTC
311
+ - Pipelines : 300
312
+ - Rows per pipeline : 100 (~hourly for ~4 days)
313
+ - Pipeline types : 6 (deepwater subsea, heavy oil
314
+ gathering, gas condensate, LNG feed, offshore
315
+ export, shale multiphase)
316
+ - Insulation types : 5 (wet insulation, pipe-in-pipe, foam, none,
317
+ vacuum insulated)
318
+ - Flow regimes : 5 (slug, annular, bubble, stratified, churn)
319
+ - Inhibitor types : 4 (MEG, methanol, wax inhibitor, asphaltene
320
+ dispersant)
321
+ - Calibration basis : NACE TM0274, NACE SP0775, Sloan & Koh (2008),
322
+ SPE 28994 (Hammami & Raines), Mandhane (1974),
323
+ Beggs & Brill (1973), API RP-14E, ISO 13703,
324
+ DNV-RP-F101, Pedersen (1991), Rystad, IHS
325
+ - Overall validation: 100.0/100 — Grade A+
asphaltene_precipitation.csv ADDED
The diff for this file is too large to render. See raw diff
 
chemical_injection.csv ADDED
The diff for this file is too large to render. See raw diff
 
hydrate_events.csv ADDED
The diff for this file is too large to render. See raw diff
 
integrity_risk_labels.csv ADDED
The diff for this file is too large to render. See raw diff
 
multiphase_flow.csv ADDED
The diff for this file is too large to render. See raw diff
 
operating_conditions.csv ADDED
The diff for this file is too large to render. See raw diff
 
pipelines_master.csv ADDED
@@ -0,0 +1,301 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ pipeline_id,asset_name,length_km,diameter_in,insulation_type,water_depth_ft,design_pressure_psi
2
+ PL-000000,shale_multiphase,96.76,34.4,wet_insulation,7319.9,9381.2
3
+ PL-000001,deepwater_subsea,43.22,9.0,foam,580.8,13126.5
4
+ PL-000002,heavy_oil_gathering,152.27,26.7,pipe_in_pipe,205.8,14578.7
5
+ PL-000003,heavy_oil_gathering,208.95,10.8,wet_insulation,1818.2,3567.7
6
+ PL-000004,shale_multiphase,79.54,20.8,vacuum_insulated,4319.5,5077.2
7
+ PL-000005,deepwater_subsea,154.9,8.5,vacuum_insulated,2921.4,6129.1
8
+ PL-000006,lng_feed,116.74,29.1,wet_insulation,1996.7,8199.3
9
+ PL-000007,deepwater_subsea,150.14,5.5,wet_insulation,6075.4,3387.3
10
+ PL-000008,heavy_oil_gathering,20.94,34.4,pipe_in_pipe,9656.3,12317.6
11
+ PL-000009,offshore_export,79.63,7.1,vacuum_insulated,6842.3,7162.1
12
+ PL-000010,deepwater_subsea,34.9,19.8,vacuum_insulated,343.9,13730.5
13
+ PL-000011,heavy_oil_gathering,68.4,25.2,vacuum_insulated,3117.1,8281.0
14
+ PL-000012,lng_feed,138.94,9.9,pipe_in_pipe,9695.8,11851.9
15
+ PL-000013,lng_feed,235.18,32.6,vacuum_insulated,5979.0,13906.2
16
+ PL-000014,gas_condensate,26.68,10.3,wet_insulation,452.3,5554.6
17
+ PL-000015,heavy_oil_gathering,100.23,12.7,none,8287.4,5994.5
18
+ PL-000016,gas_condensate,73.83,21.4,foam,1409.2,12230.8
19
+ PL-000017,heavy_oil_gathering,23.26,35.6,pipe_in_pipe,7722.4,3782.0
20
+ PL-000018,gas_condensate,6.35,30.1,wet_insulation,7068.6,11206.1
21
+ PL-000019,deepwater_subsea,193.96,6.4,none,3584.7,2622.2
22
+ PL-000020,deepwater_subsea,216.46,23.9,foam,3309.0,1889.8
23
+ PL-000021,gas_condensate,81.19,14.4,vacuum_insulated,7296.1,9925.8
24
+ PL-000022,gas_condensate,222.37,19.1,wet_insulation,1195.9,10985.4
25
+ PL-000023,shale_multiphase,191.39,22.0,none,7709.7,7913.1
26
+ PL-000024,offshore_export,133.07,17.7,wet_insulation,254.2,2510.5
27
+ PL-000025,lng_feed,12.7,24.4,wet_insulation,3143.6,8120.0
28
+ PL-000026,offshore_export,227.35,12.0,foam,4103.8,11577.7
29
+ PL-000027,shale_multiphase,61.06,6.5,vacuum_insulated,2897.5,3257.1
30
+ PL-000028,gas_condensate,232.78,29.9,vacuum_insulated,6334.0,13200.4
31
+ PL-000029,heavy_oil_gathering,201.9,10.0,wet_insulation,8925.6,8550.8
32
+ PL-000030,deepwater_subsea,202.82,32.7,pipe_in_pipe,3180.0,2540.7
33
+ PL-000031,gas_condensate,60.84,17.7,wet_insulation,8180.1,13050.2
34
+ PL-000032,heavy_oil_gathering,6.7,20.3,wet_insulation,4174.1,4109.5
35
+ PL-000033,lng_feed,34.37,14.8,foam,9429.1,5524.8
36
+ PL-000034,lng_feed,132.1,26.5,foam,3636.3,14604.9
37
+ PL-000035,heavy_oil_gathering,240.8,12.1,foam,4972.5,5212.3
38
+ PL-000036,gas_condensate,74.79,5.2,pipe_in_pipe,6095.6,8037.5
39
+ PL-000037,shale_multiphase,17.61,12.9,foam,9082.7,4353.9
40
+ PL-000038,shale_multiphase,40.5,19.7,wet_insulation,9856.5,4388.8
41
+ PL-000039,offshore_export,169.67,28.4,pipe_in_pipe,2376.4,11195.0
42
+ PL-000040,offshore_export,95.11,24.2,pipe_in_pipe,6335.3,8500.8
43
+ PL-000041,heavy_oil_gathering,27.12,30.7,none,3207.8,3611.3
44
+ PL-000042,lng_feed,14.99,22.9,foam,6775.6,1232.2
45
+ PL-000043,shale_multiphase,130.46,11.2,vacuum_insulated,6451.7,3441.1
46
+ PL-000044,heavy_oil_gathering,174.28,16.4,foam,9367.3,2925.3
47
+ PL-000045,deepwater_subsea,88.56,7.6,pipe_in_pipe,9246.9,13282.8
48
+ PL-000046,deepwater_subsea,68.2,25.1,foam,8172.2,8772.8
49
+ PL-000047,lng_feed,134.76,11.7,foam,931.0,13561.0
50
+ PL-000048,deepwater_subsea,225.6,24.3,pipe_in_pipe,3390.3,5888.9
51
+ PL-000049,offshore_export,182.86,32.7,foam,8870.9,11918.3
52
+ PL-000050,heavy_oil_gathering,162.3,6.7,none,1616.3,13579.8
53
+ PL-000051,lng_feed,153.58,4.3,none,1014.7,10289.0
54
+ PL-000052,heavy_oil_gathering,6.24,9.1,foam,5487.3,10686.5
55
+ PL-000053,heavy_oil_gathering,164.73,11.2,pipe_in_pipe,7121.8,4321.5
56
+ PL-000054,shale_multiphase,84.72,27.9,vacuum_insulated,6496.3,12889.1
57
+ PL-000055,offshore_export,166.12,22.2,foam,936.7,6148.0
58
+ PL-000056,shale_multiphase,69.97,11.8,vacuum_insulated,9730.1,6503.4
59
+ PL-000057,lng_feed,223.55,24.2,vacuum_insulated,7948.1,8036.9
60
+ PL-000058,lng_feed,146.34,19.8,foam,1952.4,11114.3
61
+ PL-000059,heavy_oil_gathering,73.79,4.8,pipe_in_pipe,6454.7,3479.5
62
+ PL-000060,offshore_export,235.41,34.5,none,9148.6,6182.2
63
+ PL-000061,deepwater_subsea,8.79,33.7,wet_insulation,4281.8,14533.2
64
+ PL-000062,deepwater_subsea,241.09,31.3,pipe_in_pipe,2944.5,6391.4
65
+ PL-000063,shale_multiphase,213.53,14.1,pipe_in_pipe,1694.9,8795.2
66
+ PL-000064,shale_multiphase,234.36,26.3,none,5700.6,2360.5
67
+ PL-000065,offshore_export,155.68,35.7,wet_insulation,1400.8,8256.6
68
+ PL-000066,lng_feed,219.96,27.7,none,6970.2,10834.8
69
+ PL-000067,offshore_export,93.08,13.4,none,8093.6,12341.6
70
+ PL-000068,offshore_export,217.43,33.2,foam,5113.4,8021.2
71
+ PL-000069,offshore_export,200.58,24.8,wet_insulation,7019.7,12141.1
72
+ PL-000070,shale_multiphase,223.05,14.8,wet_insulation,3755.8,2315.7
73
+ PL-000071,shale_multiphase,146.68,5.2,vacuum_insulated,4656.0,8597.0
74
+ PL-000072,gas_condensate,75.2,22.9,foam,305.0,1522.9
75
+ PL-000073,deepwater_subsea,206.54,15.5,foam,1270.6,8311.4
76
+ PL-000074,lng_feed,193.65,10.9,pipe_in_pipe,6228.9,2194.9
77
+ PL-000075,lng_feed,17.66,21.0,wet_insulation,5406.4,9924.0
78
+ PL-000076,shale_multiphase,182.89,35.2,foam,5163.0,5521.4
79
+ PL-000077,offshore_export,199.82,12.7,pipe_in_pipe,4389.7,2098.4
80
+ PL-000078,offshore_export,11.21,34.8,wet_insulation,8359.8,10743.6
81
+ PL-000079,shale_multiphase,105.19,9.5,foam,1564.4,4503.4
82
+ PL-000080,shale_multiphase,139.56,26.9,vacuum_insulated,6602.0,4919.1
83
+ PL-000081,offshore_export,238.94,27.6,pipe_in_pipe,5543.5,9564.1
84
+ PL-000082,heavy_oil_gathering,107.8,11.9,foam,3559.7,11609.8
85
+ PL-000083,heavy_oil_gathering,8.53,7.7,vacuum_insulated,460.0,1570.2
86
+ PL-000084,offshore_export,214.59,26.5,wet_insulation,4741.7,2369.7
87
+ PL-000085,offshore_export,125.45,19.2,foam,1732.0,7073.9
88
+ PL-000086,lng_feed,102.63,23.7,wet_insulation,6350.9,1634.3
89
+ PL-000087,deepwater_subsea,96.78,24.0,foam,5031.4,12990.9
90
+ PL-000088,gas_condensate,166.38,9.2,pipe_in_pipe,705.7,9993.9
91
+ PL-000089,deepwater_subsea,11.5,22.7,pipe_in_pipe,9402.3,9056.6
92
+ PL-000090,offshore_export,100.1,24.6,wet_insulation,4582.5,8638.6
93
+ PL-000091,deepwater_subsea,235.66,16.4,none,9611.9,13674.9
94
+ PL-000092,deepwater_subsea,52.97,6.2,vacuum_insulated,1007.8,1255.1
95
+ PL-000093,heavy_oil_gathering,28.14,25.9,pipe_in_pipe,711.9,5465.7
96
+ PL-000094,shale_multiphase,211.99,4.7,none,8144.7,4946.0
97
+ PL-000095,offshore_export,33.95,26.3,pipe_in_pipe,6289.4,13284.6
98
+ PL-000096,gas_condensate,185.09,29.7,vacuum_insulated,2820.3,3484.2
99
+ PL-000097,offshore_export,188.9,29.8,none,9905.1,6776.6
100
+ PL-000098,heavy_oil_gathering,96.14,28.8,vacuum_insulated,3408.0,14030.6
101
+ PL-000099,shale_multiphase,215.31,17.7,pipe_in_pipe,7508.7,11563.6
102
+ PL-000100,shale_multiphase,30.27,32.9,foam,5052.5,12570.4
103
+ PL-000101,lng_feed,83.41,32.7,foam,3892.0,1151.7
104
+ PL-000102,lng_feed,226.82,6.9,vacuum_insulated,3193.1,14300.9
105
+ PL-000103,lng_feed,237.9,22.4,wet_insulation,6318.4,7278.2
106
+ PL-000104,heavy_oil_gathering,76.84,14.5,pipe_in_pipe,6725.2,11533.2
107
+ PL-000105,deepwater_subsea,198.94,29.3,foam,912.1,7921.9
108
+ PL-000106,deepwater_subsea,19.1,21.6,vacuum_insulated,4415.3,13427.9
109
+ PL-000107,offshore_export,90.97,7.7,pipe_in_pipe,1429.9,11661.1
110
+ PL-000108,offshore_export,156.46,7.2,pipe_in_pipe,841.1,10813.6
111
+ PL-000109,deepwater_subsea,22.83,30.3,wet_insulation,7062.4,2138.9
112
+ PL-000110,shale_multiphase,25.79,35.6,wet_insulation,3742.7,6189.0
113
+ PL-000111,heavy_oil_gathering,204.14,34.3,wet_insulation,9860.0,11547.3
114
+ PL-000112,deepwater_subsea,97.18,6.7,foam,7771.5,8817.7
115
+ PL-000113,deepwater_subsea,108.93,33.0,vacuum_insulated,1112.0,7896.8
116
+ PL-000114,heavy_oil_gathering,7.78,19.0,foam,563.0,2663.5
117
+ PL-000115,shale_multiphase,33.79,24.8,none,7460.4,9167.2
118
+ PL-000116,heavy_oil_gathering,240.73,16.0,vacuum_insulated,2857.1,13160.4
119
+ PL-000117,heavy_oil_gathering,59.78,34.8,vacuum_insulated,121.5,14578.3
120
+ PL-000118,offshore_export,15.57,32.5,none,5277.0,14901.5
121
+ PL-000119,heavy_oil_gathering,23.08,21.7,none,9693.0,8323.4
122
+ PL-000120,lng_feed,159.2,26.3,pipe_in_pipe,4545.4,9785.8
123
+ PL-000121,deepwater_subsea,148.16,32.8,wet_insulation,454.5,4933.5
124
+ PL-000122,shale_multiphase,237.85,32.5,none,4556.6,9681.9
125
+ PL-000123,gas_condensate,72.96,10.0,none,4637.0,5946.9
126
+ PL-000124,lng_feed,148.0,6.5,none,9743.9,14807.0
127
+ PL-000125,shale_multiphase,176.05,21.2,wet_insulation,3095.3,12393.1
128
+ PL-000126,shale_multiphase,172.76,9.2,wet_insulation,9109.3,12515.5
129
+ PL-000127,deepwater_subsea,237.7,27.2,none,6134.2,6855.4
130
+ PL-000128,shale_multiphase,233.52,31.7,foam,452.2,1369.1
131
+ PL-000129,deepwater_subsea,97.23,29.9,pipe_in_pipe,9872.8,3105.8
132
+ PL-000130,heavy_oil_gathering,150.56,16.2,pipe_in_pipe,9699.1,12789.7
133
+ PL-000131,offshore_export,210.39,19.0,none,4148.2,4827.7
134
+ PL-000132,heavy_oil_gathering,18.81,31.7,none,8129.0,14996.0
135
+ PL-000133,heavy_oil_gathering,249.18,21.8,foam,7689.9,14226.7
136
+ PL-000134,lng_feed,213.16,11.9,pipe_in_pipe,4505.4,2808.2
137
+ PL-000135,deepwater_subsea,238.74,23.4,none,2286.4,10403.8
138
+ PL-000136,offshore_export,156.44,15.5,wet_insulation,1135.6,10402.0
139
+ PL-000137,deepwater_subsea,132.48,28.7,vacuum_insulated,5201.6,12930.5
140
+ PL-000138,deepwater_subsea,140.22,22.0,wet_insulation,8766.5,6648.8
141
+ PL-000139,heavy_oil_gathering,37.83,4.9,pipe_in_pipe,7551.4,9684.3
142
+ PL-000140,lng_feed,177.5,10.8,none,1363.7,1203.6
143
+ PL-000141,lng_feed,90.89,22.9,pipe_in_pipe,3922.4,7124.6
144
+ PL-000142,lng_feed,226.52,15.1,wet_insulation,5139.9,11971.1
145
+ PL-000143,heavy_oil_gathering,102.15,23.9,none,8623.6,14293.3
146
+ PL-000144,deepwater_subsea,41.03,33.7,none,4921.2,4615.4
147
+ PL-000145,gas_condensate,117.49,35.4,none,4926.2,5602.5
148
+ PL-000146,gas_condensate,160.18,11.7,none,758.6,2804.3
149
+ PL-000147,shale_multiphase,36.37,8.9,vacuum_insulated,1388.3,9972.2
150
+ PL-000148,shale_multiphase,49.56,15.1,none,8967.9,7635.5
151
+ PL-000149,heavy_oil_gathering,168.55,9.5,pipe_in_pipe,1922.9,1572.2
152
+ PL-000150,gas_condensate,46.39,12.9,pipe_in_pipe,1770.1,2241.8
153
+ PL-000151,deepwater_subsea,34.56,18.7,vacuum_insulated,2063.3,6099.8
154
+ PL-000152,shale_multiphase,128.34,26.1,vacuum_insulated,393.1,12191.7
155
+ PL-000153,deepwater_subsea,158.84,6.6,foam,8735.8,13892.2
156
+ PL-000154,deepwater_subsea,19.96,12.9,wet_insulation,8062.0,11475.6
157
+ PL-000155,offshore_export,50.21,10.7,none,3704.7,7783.3
158
+ PL-000156,offshore_export,156.47,15.8,vacuum_insulated,4625.3,11464.6
159
+ PL-000157,heavy_oil_gathering,13.99,12.1,wet_insulation,7133.5,13532.9
160
+ PL-000158,offshore_export,130.36,21.0,wet_insulation,1071.7,7263.8
161
+ PL-000159,heavy_oil_gathering,135.49,11.8,wet_insulation,2692.4,6282.0
162
+ PL-000160,offshore_export,9.92,14.3,wet_insulation,2114.5,5585.0
163
+ PL-000161,shale_multiphase,34.34,32.5,pipe_in_pipe,5935.9,10507.4
164
+ PL-000162,lng_feed,198.35,20.0,wet_insulation,869.2,8519.5
165
+ PL-000163,offshore_export,148.78,27.9,pipe_in_pipe,4316.6,2786.1
166
+ PL-000164,offshore_export,74.53,15.6,vacuum_insulated,6459.2,8990.9
167
+ PL-000165,deepwater_subsea,92.24,35.6,vacuum_insulated,6057.7,4321.2
168
+ PL-000166,deepwater_subsea,29.94,8.9,none,2459.6,3249.5
169
+ PL-000167,shale_multiphase,50.71,13.1,vacuum_insulated,1733.7,13554.7
170
+ PL-000168,offshore_export,24.66,20.8,vacuum_insulated,4104.0,14753.3
171
+ PL-000169,gas_condensate,32.45,16.7,foam,9694.7,13117.1
172
+ PL-000170,heavy_oil_gathering,205.18,12.3,foam,1708.9,10361.0
173
+ PL-000171,heavy_oil_gathering,232.7,21.8,foam,5716.1,4919.7
174
+ PL-000172,lng_feed,193.53,10.0,pipe_in_pipe,3236.8,6956.1
175
+ PL-000173,shale_multiphase,129.36,11.8,foam,1148.4,9548.7
176
+ PL-000174,lng_feed,75.71,22.6,foam,1543.6,7736.0
177
+ PL-000175,deepwater_subsea,135.48,5.7,wet_insulation,3366.0,2881.8
178
+ PL-000176,lng_feed,20.53,35.7,vacuum_insulated,3223.5,12338.2
179
+ PL-000177,offshore_export,67.39,25.8,wet_insulation,7602.3,9338.9
180
+ PL-000178,deepwater_subsea,120.54,17.2,vacuum_insulated,3488.7,14013.4
181
+ PL-000179,heavy_oil_gathering,208.5,34.9,vacuum_insulated,1243.0,11232.1
182
+ PL-000180,gas_condensate,234.89,9.8,pipe_in_pipe,665.0,11375.7
183
+ PL-000181,gas_condensate,145.75,30.9,wet_insulation,1397.7,12133.7
184
+ PL-000182,heavy_oil_gathering,54.4,9.2,foam,1642.7,12404.0
185
+ PL-000183,gas_condensate,167.97,20.7,pipe_in_pipe,3588.3,13280.8
186
+ PL-000184,lng_feed,101.15,30.1,vacuum_insulated,4391.3,6277.2
187
+ PL-000185,shale_multiphase,118.36,13.6,foam,7476.1,8038.1
188
+ PL-000186,offshore_export,61.89,32.8,vacuum_insulated,3838.9,8609.7
189
+ PL-000187,deepwater_subsea,227.09,24.0,vacuum_insulated,1169.0,14157.6
190
+ PL-000188,gas_condensate,158.79,14.7,wet_insulation,1392.7,12116.4
191
+ PL-000189,heavy_oil_gathering,156.92,21.1,foam,8938.9,12040.4
192
+ PL-000190,deepwater_subsea,42.16,14.0,wet_insulation,2484.9,11415.2
193
+ PL-000191,shale_multiphase,13.22,22.2,vacuum_insulated,7624.6,13274.7
194
+ PL-000192,heavy_oil_gathering,88.81,30.3,foam,1106.3,12850.3
195
+ PL-000193,gas_condensate,36.23,16.7,vacuum_insulated,7973.0,3098.8
196
+ PL-000194,heavy_oil_gathering,61.17,27.1,foam,7200.4,9976.1
197
+ PL-000195,heavy_oil_gathering,175.02,21.4,foam,2518.0,5839.7
198
+ PL-000196,offshore_export,49.49,33.1,none,5833.9,6611.9
199
+ PL-000197,gas_condensate,118.19,34.3,wet_insulation,1533.5,9207.2
200
+ PL-000198,deepwater_subsea,128.94,23.6,none,181.1,13209.7
201
+ PL-000199,gas_condensate,233.37,22.1,wet_insulation,6966.5,13915.0
202
+ PL-000200,deepwater_subsea,178.27,8.9,foam,5762.9,9494.0
203
+ PL-000201,heavy_oil_gathering,108.91,27.6,foam,9343.7,13958.0
204
+ PL-000202,heavy_oil_gathering,115.46,7.6,none,9848.4,12744.6
205
+ PL-000203,offshore_export,35.54,33.5,none,8699.0,8263.7
206
+ PL-000204,offshore_export,149.86,16.8,wet_insulation,547.6,5692.8
207
+ PL-000205,deepwater_subsea,201.7,4.1,wet_insulation,3335.0,6574.4
208
+ PL-000206,shale_multiphase,136.66,33.4,pipe_in_pipe,3463.5,5857.3
209
+ PL-000207,offshore_export,185.69,18.5,wet_insulation,2246.0,7334.2
210
+ PL-000208,gas_condensate,39.51,9.6,vacuum_insulated,4983.7,6865.0
211
+ PL-000209,offshore_export,229.14,15.6,pipe_in_pipe,5805.9,9851.7
212
+ PL-000210,lng_feed,8.21,25.2,pipe_in_pipe,1780.4,14455.0
213
+ PL-000211,deepwater_subsea,41.42,17.3,foam,853.5,14956.2
214
+ PL-000212,gas_condensate,128.04,23.1,wet_insulation,670.8,11499.4
215
+ PL-000213,gas_condensate,56.43,32.7,pipe_in_pipe,2051.4,3669.6
216
+ PL-000214,shale_multiphase,13.95,19.1,pipe_in_pipe,5648.4,1919.9
217
+ PL-000215,shale_multiphase,195.0,18.5,wet_insulation,5243.9,7170.7
218
+ PL-000216,gas_condensate,103.19,21.9,vacuum_insulated,1552.4,3547.0
219
+ PL-000217,lng_feed,216.14,34.3,vacuum_insulated,3733.1,4790.4
220
+ PL-000218,shale_multiphase,162.78,17.1,pipe_in_pipe,253.9,3186.1
221
+ PL-000219,heavy_oil_gathering,180.41,25.1,pipe_in_pipe,271.0,4107.6
222
+ PL-000220,heavy_oil_gathering,61.61,25.5,none,197.1,2457.5
223
+ PL-000221,deepwater_subsea,200.98,9.7,pipe_in_pipe,6527.5,4334.6
224
+ PL-000222,shale_multiphase,29.36,11.8,foam,7222.7,12979.8
225
+ PL-000223,lng_feed,208.4,16.7,pipe_in_pipe,6680.9,3869.8
226
+ PL-000224,gas_condensate,76.82,32.7,pipe_in_pipe,130.0,2197.1
227
+ PL-000225,shale_multiphase,55.93,4.8,wet_insulation,1814.4,9162.6
228
+ PL-000226,lng_feed,108.25,32.6,wet_insulation,8174.4,5785.4
229
+ PL-000227,lng_feed,68.56,16.2,pipe_in_pipe,5902.9,4752.9
230
+ PL-000228,heavy_oil_gathering,157.92,17.1,none,5520.5,7105.8
231
+ PL-000229,gas_condensate,77.14,34.4,foam,7636.1,2961.6
232
+ PL-000230,heavy_oil_gathering,217.77,19.6,pipe_in_pipe,8945.5,12198.0
233
+ PL-000231,deepwater_subsea,109.18,4.7,pipe_in_pipe,2686.8,8582.9
234
+ PL-000232,lng_feed,160.2,12.3,foam,1393.6,12689.0
235
+ PL-000233,gas_condensate,246.18,20.8,wet_insulation,1716.8,4812.3
236
+ PL-000234,gas_condensate,9.51,33.3,foam,1177.5,9071.2
237
+ PL-000235,shale_multiphase,72.14,21.7,vacuum_insulated,6514.2,12616.4
238
+ PL-000236,lng_feed,55.57,4.4,vacuum_insulated,1368.9,13600.3
239
+ PL-000237,gas_condensate,219.1,23.1,wet_insulation,6005.2,10310.5
240
+ PL-000238,deepwater_subsea,47.97,33.3,foam,4187.7,6363.9
241
+ PL-000239,heavy_oil_gathering,132.13,5.5,vacuum_insulated,1662.8,11332.5
242
+ PL-000240,gas_condensate,25.29,23.3,wet_insulation,2453.5,6450.1
243
+ PL-000241,deepwater_subsea,75.73,15.4,vacuum_insulated,7190.5,5159.7
244
+ PL-000242,lng_feed,143.77,19.2,foam,6636.7,14115.6
245
+ PL-000243,shale_multiphase,184.48,10.9,foam,311.8,4671.7
246
+ PL-000244,lng_feed,150.79,5.6,vacuum_insulated,4963.7,9355.8
247
+ PL-000245,offshore_export,86.89,28.7,wet_insulation,1066.0,2051.9
248
+ PL-000246,lng_feed,183.41,19.9,vacuum_insulated,6884.0,7087.6
249
+ PL-000247,heavy_oil_gathering,65.37,30.2,foam,7994.2,10725.8
250
+ PL-000248,deepwater_subsea,71.68,22.9,none,3609.7,2282.1
251
+ PL-000249,deepwater_subsea,229.74,8.4,vacuum_insulated,9502.4,7244.1
252
+ PL-000250,offshore_export,50.36,21.3,pipe_in_pipe,8729.5,11251.1
253
+ PL-000251,gas_condensate,202.61,25.1,none,6922.8,12888.7
254
+ PL-000252,deepwater_subsea,66.17,19.7,foam,2212.1,14827.4
255
+ PL-000253,offshore_export,236.29,5.3,foam,7055.8,13953.5
256
+ PL-000254,shale_multiphase,49.24,22.2,wet_insulation,9154.9,1475.2
257
+ PL-000255,shale_multiphase,175.87,13.5,foam,9244.0,14594.8
258
+ PL-000256,offshore_export,236.35,19.2,foam,8620.4,12823.7
259
+ PL-000257,shale_multiphase,83.18,30.5,none,370.1,9347.8
260
+ PL-000258,gas_condensate,61.35,7.9,none,769.5,10748.0
261
+ PL-000259,shale_multiphase,88.27,27.2,foam,653.6,5414.1
262
+ PL-000260,offshore_export,137.18,29.3,pipe_in_pipe,3187.5,9762.5
263
+ PL-000261,heavy_oil_gathering,222.06,23.7,none,2329.6,1341.6
264
+ PL-000262,shale_multiphase,218.17,4.7,none,8747.0,8405.1
265
+ PL-000263,shale_multiphase,235.07,29.6,pipe_in_pipe,9979.3,5910.0
266
+ PL-000264,offshore_export,192.96,16.9,vacuum_insulated,4798.8,9785.1
267
+ PL-000265,gas_condensate,219.05,35.5,none,7682.7,6848.7
268
+ PL-000266,offshore_export,108.23,27.6,wet_insulation,2387.8,2546.6
269
+ PL-000267,gas_condensate,91.88,13.2,foam,2963.1,4270.5
270
+ PL-000268,heavy_oil_gathering,15.31,4.6,none,9877.2,6988.8
271
+ PL-000269,offshore_export,99.16,25.7,vacuum_insulated,2182.5,14299.5
272
+ PL-000270,shale_multiphase,197.65,6.9,foam,4175.8,13307.7
273
+ PL-000271,lng_feed,236.46,19.0,none,6134.1,3338.5
274
+ PL-000272,lng_feed,247.84,11.4,pipe_in_pipe,9427.3,10095.1
275
+ PL-000273,offshore_export,153.9,20.4,none,2306.7,3471.4
276
+ PL-000274,shale_multiphase,59.02,10.0,pipe_in_pipe,7795.8,5901.8
277
+ PL-000275,shale_multiphase,19.17,35.0,wet_insulation,8837.9,13988.5
278
+ PL-000276,gas_condensate,248.75,9.6,vacuum_insulated,3962.4,11615.3
279
+ PL-000277,shale_multiphase,175.53,8.9,vacuum_insulated,8158.3,4142.2
280
+ PL-000278,gas_condensate,59.84,21.2,wet_insulation,5929.4,9121.2
281
+ PL-000279,heavy_oil_gathering,27.41,32.1,foam,2656.0,2813.2
282
+ PL-000280,heavy_oil_gathering,222.74,34.6,pipe_in_pipe,8621.3,12333.2
283
+ PL-000281,heavy_oil_gathering,165.53,21.6,wet_insulation,869.9,6718.3
284
+ PL-000282,deepwater_subsea,96.31,12.3,pipe_in_pipe,7234.2,7942.3
285
+ PL-000283,lng_feed,24.86,11.0,vacuum_insulated,6832.6,2065.8
286
+ PL-000284,deepwater_subsea,213.55,19.8,none,4805.9,9293.7
287
+ PL-000285,lng_feed,207.05,15.1,vacuum_insulated,6780.2,8920.2
288
+ PL-000286,heavy_oil_gathering,70.42,32.1,none,7974.3,10218.3
289
+ PL-000287,lng_feed,213.39,31.8,none,7083.6,12718.2
290
+ PL-000288,heavy_oil_gathering,175.88,25.8,pipe_in_pipe,6186.1,11538.0
291
+ PL-000289,shale_multiphase,43.86,32.2,wet_insulation,8718.4,1409.5
292
+ PL-000290,deepwater_subsea,207.33,8.1,none,3351.2,11409.1
293
+ PL-000291,heavy_oil_gathering,44.39,30.2,pipe_in_pipe,8321.3,8104.5
294
+ PL-000292,shale_multiphase,6.56,13.2,vacuum_insulated,6169.3,14736.6
295
+ PL-000293,lng_feed,159.79,12.3,wet_insulation,6340.1,8559.8
296
+ PL-000294,offshore_export,196.06,7.4,pipe_in_pipe,7610.3,8577.7
297
+ PL-000295,deepwater_subsea,240.93,14.9,none,6326.2,14048.4
298
+ PL-000296,heavy_oil_gathering,30.11,34.0,none,6878.9,1949.7
299
+ PL-000297,shale_multiphase,78.74,26.7,vacuum_insulated,673.5,9150.4
300
+ PL-000298,offshore_export,89.74,23.9,vacuum_insulated,457.4,13201.5
301
+ PL-000299,gas_condensate,243.5,35.0,none,7496.5,2821.2
thermal_profiles.csv ADDED
The diff for this file is too large to render. See raw diff
 
wax_deposition.csv ADDED
The diff for this file is too large to render. See raw diff