Created
May 29, 2025 22:07
-
-
Save darkfrog26/4040dd016e1aa97f4dac72d5ee43f0a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Pooling Order Visualization</title> | |
<style> | |
body { | |
font-family: Arial, sans-serif; | |
background-color: #f4f6f9; | |
color: #333; | |
padding: 20px; | |
} | |
h1, h2 { | |
color: #1e88e5; | |
} | |
.section { | |
margin-bottom: 40px; | |
background: #fff; | |
border-radius: 8px; | |
box-shadow: 0 2px 5px rgba(0,0,0,0.1); | |
padding: 20px; | |
} | |
table { | |
width: 100%; | |
border-collapse: collapse; | |
margin-top: 10px; | |
} | |
th, td { | |
text-align: left; | |
padding: 10px; | |
border-bottom: 1px solid #ddd; | |
} | |
th { | |
background-color: #e3f2fd; | |
} | |
</style> | |
</head> | |
<body> | |
<h1>Pooling Order: 30-2025</h1> | |
<div class="section"> | |
<h2>Order Summary</h2> | |
<p><strong>Disposition:</strong> APPROVED</p> | |
<p><strong>Order Type:</strong> APPROVED</p> | |
<p><strong>Applicant:</strong> BALLARD PETRO</p> | |
<p><strong>Attorney:</strong> REESE</p> | |
<p><strong>Matter:</strong> POOL; LJ FED 31-13-24 NH (0579113)</p> | |
<p><strong>Formation:</strong> NIOBRARA</p> | |
<p><strong>Heard By:</strong> Examiner</p> | |
<p><strong>County:</strong> Campbell</p> | |
<p><strong>Hearing Date:</strong> January 14, 2025</p> | |
<p><strong>Order Date:</strong> February 11, 2025</p> | |
<p><strong>Expiration Date:</strong> February 10, 2026</p> | |
<p><strong>URL:</strong> <a href="https://pipeline.wyo.gov/whatups/whatupdockets.cfm?nautonum=45926" target="_blank">View Docket</a></p> | |
</div> | |
<div class="section"> | |
<h2>Legal Descriptions</h2> | |
<table> | |
<thead> | |
<tr><th>Section</th><th>Township</th><th>Range</th><th>Meridian</th></tr> | |
</thead> | |
<tbody> | |
<tr><td>13</td><td>42N</td><td>74W</td><td>6PM</td></tr> | |
<tr><td>14</td><td>42N</td><td>74W</td><td>6PM</td></tr> | |
<tr><td>23</td><td>42N</td><td>74W</td><td>6PM</td></tr> | |
<tr><td>24</td><td>42N</td><td>74W</td><td>6PM</td></tr> | |
</tbody> | |
</table> | |
</div> | |
<div class="section"> | |
<h2>Well Information</h2> | |
<p><strong>Well Name & Number:</strong> LJ FED 31-13-24 NH</p> | |
<p><strong>Orientation:</strong> Horizontal</p> | |
<p><strong>Well Type:</strong> Proposed</p> | |
<p><strong>API:</strong> 49-005-79113</p> | |
<p><strong>Total Completed Well Cost:</strong> $10,500,000.00</p> | |
</div> | |
<div class="section"> | |
<h2>Related Matters</h2> | |
<ul> | |
<li>1073-2020 — Spacing</li> | |
<li>1074-2020 — Increased Density</li> | |
</ul> | |
</div> | |
<div class="section"> | |
<h2>Related Parties</h2> | |
<table> | |
<thead> | |
<tr><th>Name</th><th>Type</th><th>Interest</th><th>Address</th></tr> | |
</thead> | |
<tbody> | |
<tr><td>BALLARD PETROLEUM HOLDINGS LLC</td><td>Applicant</td><td></td><td></td></tr> | |
<tr><td>Will Reese</td><td>Attorney</td><td></td><td></td></tr> | |
<tr><td>Williams, Porter, Day & Neville, P.C.,</td><td>LawFirm</td><td></td><td></td></tr> | |
<tr><td>Tamerisk Partners Attn: Leslie Lenser</td><td>UncommittedWorkingInterest</td><td>0.015667</td><td>4305 Echomont Lane Plano, TX 75093</td></tr> | |
<tr><td>Hoovler Ventures, LLC</td><td>UncommittedWorkingInterest</td><td>0.095658</td><td>1019 8" Street, Suite 105 Golden, CO 80401</td></tr> | |
<tr><td>Frank Ingham</td><td>Examiner</td><td></td><td></td></tr> | |
<tr><td>Joseph M. Rochelle, P.E.</td><td>Witness</td><td></td><td></td></tr> | |
</tbody> | |
</table> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment