Gas Well Status (26 Month G-10)
G-10 gas well deliverability tests, one row per test filed.
What this is:
GSA018K. The gas counterpart of the W-10 file: the G-10 deliverability test behind a gas well's allowable, with the daily gas, condensate and water on the test day, the shut-in, flowing and bottom-hole pressures, gas and condensate gravity and the gas-liquid ratio that classifies the well.
How it is laid out:
The Railroad Commission publishes this as EBCDIC (IBM cp037). IBM mainframe encoding (cp037). Opening it as text gives you nonsense; it has to be transcoded first. We decode it into a table you can open anywhere. It has 23 columns and about 163.8K rows.
The columns you will most likely want:
-
record_idThe tape ID, 'GT' on every one of the 163,819 records. -
districtRRC district the well is in, written the way RRC prints it: 01-06, 7B, 7C, 08, 8A, 09, 10 (the manual does not list 6E for gas). -
rrc_idThe gas well's six-digit RRC identification number, unique across Texas. -
test_dateDate the G-10 test was conducted. -
daily_gas_mcfDeliverability: daily gas produced during the G-10 test, in MCF. -
daily_cond_bblDaily condensate produced during the test, in barrels, to one decimal place.
…and 17 more, all documented on the full page.
What we add:
Read the deliverability and pressures a gas well tested at, compare them against its reported PDQ production, and find wells whose G-10 has lapsed.
- 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.
- The Commission's single-letter codes translated into words.
Worth knowing before use:
The file RRC publishes under this name is not current. The copy fetched in August 2026 holds tests dated 1990 to November 2021 and effective dates from November 2019 to November 2021: read it as the state of the gas schedule in late 2021 rather than today's.
The full page lists every trap in this dataset.