Statewide Field Data
The mainframe's field master: every oil and gas field in Texas with its rules, its allocation formulas and 10.5 million rows of allowable and production history.
What this is:
OGA090, the FL database tape. Every field on the Texas proration schedules — 65,826 of them — with everything the Commission keeps about it: what the field is and how it is classified, when and where it was discovered, the spacing and density rules it is under, the formula its allowable is split by, the counties it lies in, and month after month of allowables and production.
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 434 columns and about 65.8K rows.
The columns you will most likely want:
-
district_noRRC district as the FL tape stores it, 01 to 14 — the INTERNAL number, not the designation the industry prints. -
field_noThe eight-digit RRC field number: five digits of field, then three of reservoir. -
district_nameThe same district written the way RRC prints it and the way the ledgers, the W-10 and PDQ's district_name write it: 01-06, 6E, 7B, 7C, 08, 8A, 09, 10. -
field_nameThe field's name, up to 32 characters, as the Commission approved it: usually an operator's word, the stratigraphic interval and sometimes the depth, e.g. -
field_classHow the field is classified: 'G' gas (31,848 fields), 'O' oil (23,693) or 'B' both (10,285). -
reservoir_nameThe reservoir the field produces from, up to 30 characters.
…and 428 more, all documented on the full page.
What we add:
Read a field's whole regulatory record in one place: its class and H2S status, its gas-oil ratio rule, its discovery well and permit, the counties it spans, and the rules and formula that decide what its wells may produce.
There is more on the full page, including what this joins to.
- 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:
A download of THIS dataset is texas.fl_field, the 65,826-row field master.
The full page lists every trap in this dataset.