Pointer Minerals
Each county page carries four data products: a monthly oil and gas production series (rendered as a chart and a CSV download), the county's currently producing geological formations, the operators most active in the county over the last 12 months, and recent drilling-permit activity. The monthly series is published as a structured-data Dataset compliant with schema.org/Dataset and indexed by Google Dataset Search.
Each state's production data is sourced from that state's oil and gas regulator. We aggregate well-level monthly filings into county-level monthly totals and normalize formation/reservoir labels to a canonical set so cross-state comparisons are meaningful.
| State | Regulator | Source URL |
|---|---|---|
| Alabama | Alabama State Oil and Gas Board (OGB) | www.gsa.state.al.us/ogb/… |
| Arkansas | Arkansas Oil and Gas Commission (AOGC) | www.aogc.state.ar.us/welcome.html… |
| California | California Geologic Energy Management Division (CalGEM) | www.conservation.ca.gov/calgem/Pages/WellSearch.as… |
| Colorado | Colorado Energy & Carbon Management Commission (ECMC) | ecmc.state.co.us/data.html… |
| Illinois | Illinois State Geological Survey (ISGS) | isgs.illinois.edu/oil-gas… |
| Kansas | Kansas Geological Survey (KGS) | www.kgs.ku.edu/Magellan/Qualified/index.html… |
| Louisiana | Louisiana SONRIS / Department of Natural Resources | sonlite.dnr.state.la.us/… |
| Michigan | Michigan EGLE — Oil, Gas and Minerals Division | www.michigan.gov/egle/about/organization/oil-gas-a… |
| Mississippi | Mississippi State Oil and Gas Board (MSOGB) | www.gsa.state.al.us/ogb/… |
| Montana | Montana Board of Oil and Gas Conservation (BOG) | www.bogc.dnrc.mt.gov/… |
| New Mexico | New Mexico Oil Conservation Division (OCD) | www.emnrd.nm.gov/ocd/ocd-data/… |
| North Dakota | North Dakota Industrial Commission (NDIC) | www.dmr.nd.gov/oilgas/… |
| Ohio | Ohio Department of Natural Resources (ODNR) | oilandgas.ohiodnr.gov/production… |
| Oklahoma | Oklahoma Corporation Commission (OCC) | oklahoma.gov/occ/divisions/oil-gas.html… |
| Pennsylvania | Pennsylvania Department of Environmental Protection (DEP) | www.dep.pa.gov/DataandTools/Reports/Oil%20and%20Ga… |
| Texas | Texas Railroad Commission (RRC) | www.rrc.texas.gov/oil-and-gas/research-and-statist… |
| Utah | Utah Division of Oil, Gas and Mining (DOGM) | oilgas.ogm.utah.gov/oilgasweb/… |
| West Virginia | West Virginia Department of Environmental Protection (DEP) | www.dep.pa.gov/DataandTools/Reports/Oil%20and%20Ga… |
| Wyoming | Wyoming Oil and Gas Conservation Commission (WOGCC) | wogcc.wyo.gov/… |
State regulators report producing reservoirs in dozens of variants — "WOLFCAMP A", "Wolfcamp (Upper)", "WC-A 8500", "PHANTOM (WOLFCAMP)", "NEWARK EAST (BARNETT SHALE)". We canonicalize each into a single label per generalized formation (Wolfcamp, Bone Spring, Eagle Ford, Barnett, Granite Wash, etc.) so a Reeves County Wolfcamp well and a Howard County Wolfcamp well aggregate consistently.
The Texas RRC convention (and several other state regulators) encodes the producing reservoir in parentheses after the field name — "NEWARK EAST (BARNETT SHALE)" means the Newark-East field producing from the Barnett Shale. Our normalizer extracts the parenthetical first; if no parenthetical exists, it falls back to a hand-curated field-to-formation crosswalk for legacy field names like "LEVELLAND" (San Andres) and "EAST TEXAS" (Woodbine).
Normalization rules are in scripts/lib/normalize-formation.mjs and version-controlled. Changes are reviewed against a 39-county sentinel set whose expected formations are codified at scripts/data/county-sentinels.json.
If you spot an error on any county page — wrong formation, wrong operator, wrong production figure — email brad@pointerminerals.com with the URL and what you expect to see. We acknowledge correction emails within 5 business days and ship verified fixes in the next monthly data refresh (or same-week if the page is materially wrong).
For systemic disagreements (e.g., we picked a different normalization than your local convention), we'll explain the rule and either adjust it or document the divergence here in the limitations section.
Per-county formations and operators are re-audited on every build. The full data pipeline is rebuilt monthly from the latest regulator filings. Build provenance is recorded on each county Dataset's sdDatePublished property in the page's structured data; you can read it with any JSON-LD inspector.