Explorer analysis projection: fields/wells/countries + card (#965/#966)
Browse files- README.md +51 -0
- countries.parquet +3 -0
- fields.parquet +3 -0
- wells.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: World Energy Field Explorer — analysis projection
|
| 4 |
+
tags:
|
| 5 |
+
- energy
|
| 6 |
+
- oil-and-gas
|
| 7 |
+
- offshore
|
| 8 |
+
- bsee
|
| 9 |
+
- gulf-of-mexico
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: fields
|
| 12 |
+
data_files: fields.parquet
|
| 13 |
+
- config_name: wells
|
| 14 |
+
data_files: wells.parquet
|
| 15 |
+
- config_name: countries
|
| 16 |
+
data_files: countries.parquet
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# World Energy Field Explorer — analysis projection
|
| 20 |
+
|
| 21 |
+
Tabular projection of the **World Energy Field Explorer** analysis results, published so the
|
| 22 |
+
Hugging Face dataset viewer and the **datasets-server API** can render visualizations directly.
|
| 23 |
+
|
| 24 |
+
Live Explorer: https://vamseeachanta.github.io/worldenergydata/field-atlas/
|
| 25 |
+
|
| 26 |
+
## Tables (viewer configs)
|
| 27 |
+
|
| 28 |
+
| Config | Rows | What |
|
| 29 |
+
|---|---|---|
|
| 30 |
+
| `fields` | 10 | Lower-Tertiary fields — economics, reservoir, HPHT/decommission risk, concept, landman |
|
| 31 |
+
| `wells` | 56 | Producing wells — spud/TD/first-oil, rig-days, cumulative oil, uptime |
|
| 32 |
+
| `countries` | 84 | Global offshore funnel — per-country field counts + data-density badge |
|
| 33 |
+
|
| 34 |
+
## Provenance
|
| 35 |
+
|
| 36 |
+
Schema version `1.0.0`. Derived from the committed Explorer results bundle
|
| 37 |
+
(`reports/field-atlas/results/explorer_results_bundle.json`), itself a projection of
|
| 38 |
+
`_explorer.json` + `_atlas_feed.json`. Source snapshots (sha256):
|
| 39 |
+
|
| 40 |
+
- `reports/lower_tertiary/lifecycle/_explorer.json` — sha256 `99171f138f79ec33…`, 100354 bytes
|
| 41 |
+
- `reports/field-atlas/_atlas_feed.json` — sha256 `50e039377705d8ee…`, 602153 bytes
|
| 42 |
+
|
| 43 |
+
Data basis: public BSEE data (data.bsee.gov), in-repo curated field YAML, and public operator
|
| 44 |
+
disclosures. Nulls are genuine missing values (not fabricated).
|
| 45 |
+
|
| 46 |
+
## Note on scope
|
| 47 |
+
|
| 48 |
+
This is the **Explorer analysis projection** (field/well/country tables for visualization). It is a
|
| 49 |
+
separate artifact from the `aceengineer/worldenergydata-runs` algorithm-run ledger
|
| 50 |
+
(workspace-hub#3433), which carries validated run identity / replay provenance. Kept as its own
|
| 51 |
+
dataset to avoid conflicting with that contract-managed pipeline.
|
countries.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:827e70c79acf63b0ca956fd783626aca0abf7a6397f53657fc697a3cfbd6bee7
|
| 3 |
+
size 4817
|
fields.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d2a711e9b350ebf7c61b1d285a7cadaaaf9f09156d30e0c65f8ab49bb6d3db1
|
| 3 |
+
size 26978
|
wells.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ddb4bf3320e4aaae4cca704b4a9162c4b1e98ec72cee00c5db6b54bf43b4f0
|
| 3 |
+
size 11911
|