PR (P-1/P-2) Gas Disposition (ASCII)
Gas disposition volumes as reported on Form PR: sold, flared, injected, processed.
What this is
OGA0861. A 200-byte record per gas well per month carrying the disposition breakdown from the production report: lease and field fuel, transmission line, processing plant, vented or flared, gas lift, pressure maintenance, carbon black, underground storage and extraction loss.
It is the gas-side companion to the PDQ disposition table, from the Commission's older reporting system.
How it is laid out
The Railroad Commission publishes this as Fixed-width ASCII. Columns are byte ranges with no separators, described only in a scanned record layout. We decode it into a table you can open anywhere. It has 28 columns and about 91K rows.
The columns you will most likely want:
-
district -
gas_well_gas_rrcid -
report_year -
report_month -
balancing_code -
discrepancy_printed_code
…and 22 more, all documented on the full page.
What we add
Measure gas flaring and venting at well level from the operator's own monthly filing, and see how much gas went to a processing plant rather than a pipeline.
- Decoded out of the Commission's original format into something Excel opens.
- Filterable before you download, so you can take one county instead of the whole state.
Worth knowing before you use it
Upstream has created the table but has not loaded it, so EZRRC serves no rows for it yet.
The balancing, discrepancy and invalid-or-omitted codes flag filings that did not reconcile. Ignoring them treats a rejected filing as fact.
The full page lists every trap in this dataset.