tx_wells_near
Find Texas oil & gas wells near a location using the Texas Railroad Commission (RRC) public well map (keyless public record). Given a longitude/latitude and a radius, returns the wells within it, each with its API well number, well number, and type/status (e.g. 'Oil Well', 'Gas Well', 'Permitted Location', 'Dry Hole', 'Injection/Disposal'), plus a breakdown by type. Use geocode_address first to turn a street address into coordinates. Texas covers the Permian and Eagle Ford basins. This is well LOCATION + type data; operator, production volumes, and permit dates are not in this layer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | Latitude of the center point (WGS84), e.g. 31.9974. | |
| lon | Yes | Longitude of the center point (WGS84), e.g. -102.0779. | |
| limit | No | Max wells to return (default 25, max 100). | |
| radius_km | No | Search radius in kilometers (default 1.5, max 10). |