Wellbore Formation Records
Named geological formations and the depth each was encountered at.
What this is
Record type 04. One row per formation top recorded for a wellbore: the formation name as the operator wrote it and the depth in feet.
Two million rows of formation tops is a subsurface dataset most people assume they have to buy.
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 6 columns and about 2.1M rows.
The columns you will most likely want:
-
api_countyThe three-digit county component of the API number. For offshore wells this is the nearest onshore county, not … -
api_uniqueThe five-digit well component of the API number. Unique only in combination with the county code. -
formation_cntrSequence of this formation top within the bore. -
formation_nameFormation name as the operator wrote it. Spelling is not standardised. -
formation_depthDepth to the top of the formation, feet. -
ingested_atWhen the upstream pipeline last wrote this row. Not an RRC field — it is EZRRC's provenance stamp, …
What we add
Build a formation-top map for a play, correlate wells against each other, and find every well that penetrated a named interval.
- 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
Formation names are free text written by operators, not a controlled vocabulary. 'WOLFCAMP', 'WOLFCAMP A' and 'WFMP' all appear. Normalise before you aggregate.
Depths are measured depth from the elevation reference in the form dates record, not true vertical depth and not subsea.
The full page lists every trap in this dataset.