Automatically fetch new drilling permits from the Texas Railroad Commission, overlay locations on satellite/GIS maps, and deliver alerts via Telegram with permit details, operator info, and geographic context.
This workflow monitors the Texas Railroad Commission public data feeds for newly issued drilling permits. When new permits are detected, it geocodes the well locations, overlays them on satellite imagery using mapping APIs, enriches the data with operator history and nearby well production data, and sends formatted alerts to Telegram channels or groups. Configurable filters for county, operator, well type (oil/gas/injection), and permit status. Essential for landmen, mineral rights holders, service companies, and competitive intelligence in the Permian Basin and other Texas plays.
2Downloads
2Views
20 hours/weekTime Saved
n8nPlatform
Template Preview
{
"name": "Drilling Permit Monitor",
"nodes": [
{
"name": "Schedule Trigger",
"type": "n8n-nodes-base.scheduleTrigger",
"position": [
250,
300
],
"parameters": {
"rule": {
"interval": [
{
"field": "hours",
"hoursInterval": 6
}
]
}
}
},
{
"name": "Fetch RRC Permits",
"type": "n8n-nodes-base.httpRequest",
"position": [
450,
300
],
"parameters": {
"url": "https://www.rrc.texas.gov/resource-center/research/data-sets-available-for-download/",
"method": "GET",
"authentication": "none"
}
},
{
"name": "Parse Permit Data",
"type": "n8n-nodes-base.code",
"position": [
650,
300
],
"parameters": {
"jsCode": "// Parse RRC CSV/XML permit data\n// Filter for new permits since last check\nreturn items;"
}
},
{
"name": "Filter New Permits",
"type": "n8n-nodes-base.filter",
"position": [
850,
... truncated (238 lines total)
Recommended Tools & Services
These tools work great with this workflow.