<html> <head> <style> BODY {background-color:#FBFFFF; margin:0.25in; font-size:10pt; font-family:Arial,sans-serif} H1 {margin-left:0.05in; position:relative; top:-6; text-align:center; font-weight:bold; font-size:18; font-family:Verdana,sans-serif; color:#006400} H2 {margin-left:0.25in; position:relative; top:-16; text-align:center; font-size:13; font-family:Verdana,sans-serif; color:#006400} TABLE {position:relative; top:-10; valign:top; table-layout:fixed; border-collapse:collapse} TD {text-align:center} TD {font-weight:bold; font-size:11pt; border-color:#6495ED} .tsel {color:#FFFFFF; background-color:#6495ED} .tun {color:#00008B; background-color:#B8DEFA} .tover {color:#0000CD; background-color:#B8E6FF; cursor:hand} .f {background-color:#FFFFFF; border:'1.5pt solid #6495ED'; position:relative; top:-10} .ph1 {color:#2E8B57; font-weight:bold; cursor:} .ph2 {margin-left:0.2in; color:#2E8B57; font-weight:bold; cursor:} .pover1 {color:#006000; font-weight:bold; cursor:hand} .pover2 {margin-left:0.2in; color:#006000; font-weight:bold; cursor:hand} .pn {color:#00008B; font-weight:bold} .pv {font-family:Verdana,sans-serif; line-height:135%; color:#191970; margin:0in 0.15in 0.75in 0.15in} .pe1 {margin-left:0.2in} .pe2 {margin-left:0.25in; font-weight:normal; color:#191970;} .lt {line-height:115%} .lt2 {line-height:115%; margin-bottom:1mm} .sr1 {margin-left:0in} .sr2 {margin-left:0.2in} .sr3 {margin-left:0.4in} .srh1 {color:#00008B; font-weight:bold; margin-left:0in} .srh2 {color:#00008B; font-weight:bold; margin-left:0.2in} .name {margin-left:0.05in; position:relative; top:-6; text-align:center; font-weight:bold; font-size:18; font-family:Verdana,sans-serif; color:#006400} .sub {margin-left:0.25in; text-align:center; position:relative; top:3; font-weight:bold; font-size:13; font-family:Verdana,sans-serif; color:#006400} .search {margin:0in 0.15in 0.75in 0.15in; color:#191970; font-family:Verdana,sans-serif; font-size:13} .head {color:#006400} </style> <script language="JScript"><!-- //changes the color of the tabs or headings that you can click //when the mouse hovers over them function doHilite() { var e = window.event.srcElement; if (e.className == "tun") { e.className = "tover"; } else if (e.className == "tover") { e.className = "tun"; } else if (e.className == "ph1") { e.className = "pover1"; } else if (e.className == "ph2") { e.className = "pover2"; } else if (e.className == "pover1") { e.className = "ph1"; } else if (e.className == "pover2") { e.className = "ph2"; } window.event.cancelBubble = true; } //changes the style of the selected tab to unselected and hide its text, then //set the style of the tab that was clicked on to selected and show its text function changeTab(eRow) { var tabs = eRow.cells; for (var i = 0; i < tabs.length; i++) { var oldTab = tabs[i]; if (oldTab.className == "tsel") { break; } } oldTab.className = "tun"; var oldContent = getAssociated(oldTab); oldContent.style.display = "none"; var newTab = window.event.srcElement; newTab.className ="tsel"; var newContent = getAssociated(newTab); newContent.style.display = "block"; window.event.cancelBubble = true; } //hide or show the text assoicated with the heading that was clicked function hideShowGroup(e) { var theGroup = e.children[0]; if (theGroup.style.display == "none") { theGroup.style.display="block"; } else { theGroup.style.display="none"; } window.event.cancelBubble = true; } //returns the name of the element containing the text associated with each tab function getAssociated(e) { if (e.tagName == "TD") { switch (e.id) { case "DescTab": return (Description); case "SpatialTab": return (Spatial); case "AttribTab": return (Attributes); } } } //centers the thumbnail function position() { var e; e = document.all("thumbnail"); if (e != null) { b = document.body; w1 = b.clientWidth - 80; w2 = w1 - thumbnail.width; var margin = Math.floor(w2 * .5); thumbnail.style.visibility = "hidden"; thumbnail.style.marginLeft = margin; thumbnail.style.visibility = "visible"; } } //parse text to respect line breaks added - increases readability. //lines beginning with a ">" character are presented with a monospace //(fixed-width) font - e.g., so equations will appear correctly function fix(e) { var par = e.parentNode; e.id = ""; var pos = e.innerText.indexOf("\n"); if (pos > 0) { while (pos > 0) { var t = e.childNodes(0); var n = document.createElement("PRE"); var s = t.splitText(pos); e.insertAdjacentElement("afterEnd", n); n.appendChild(s); e = n; pos = e.innerText.indexOf("\n"); } var count = (par.children.length); for (var i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { pos = e.innerText.indexOf(">"); if (pos != 0) { n = document.createElement("DIV"); e.insertAdjacentElement("afterEnd", n); n.innerText = e.innerText; e.removeNode(true); } } } if (par.children.tags("PRE").length > 0) { count = (par.childNodes.length); for (i = 0; i < count; i++) { e = par.children(i); if (e.tagName == "PRE") { e.id = ""; if (i < (count-1)) { var e2 = par.children(i + 1); if (e2.tagName == "PRE") { e.insertAdjacentText("beforeEnd", e2.innerText+"\n"); e2.removeNode(true); count = count-1; i = i-1; } } } } } } else { n = document.createElement("DIV"); par.appendChild(n); n.innerText = e.innerText; e.removeNode(true); } } --></script> </head> <body onLoad="position();" onResize="position();" oncontextmenu="return true"> <h1>Fruitland_Buffer</h1> <h2>Shapefile </h2> <table cols="3" frame="void" rules="cols" width="315" height="28"> <col width="105" /><col width="105" /><col width="105" /> <tr height="28" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="changeTab(this)"> <td id="DescTab" class="tsel" title="Click to see a description of the data">Description</td> <td id="SpatialTab" class="tun" title="Click for details about the spatial data">Spatial</td> <td id="AttribTab" class="tun" title="Click for details about the attribute data">Attributes</td> </tr> </table> <div id="Group" class="f"> <div id="Description" class="pv" style="display:block"><br /> <div class="pn">Keywords</div> <div style="margin-left:0.2in" class="lt2"><span class="pn">Theme: </span> Fruitland Coal, Fruitland, Pictured Cliffs, Coal, CBM, Outcrop</div> <div style="margin-left:0.2in" class="lt2"><span class="pn">Place: </span> Colorado, San Juan Basin, La Plata County, Durango, Southwest Colorado</div> <br /> <div class="pn">Description</div> <div class="ph2" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Abstract <div class="pe2" style="display:"> <span class="lt"><pre id="original">This GIS Layer was created by the COGCC for the purpose of evaluating approximate distances to the Fruitland/Pictured Cliffs contact. New wells within the buffer distances of 1.5 miles and 2.0 miles are required to meet the conditions set forth in COGCC Orders 112-156 and 112-157. The Fruitland/Pictured Cliffs contact was compiled by the COGCC from information provided by the Colorado Geological Survey (CGS), 1:24,000 digital geologic maps and the Southern Ute Indian Tribe (SUIT) Map of the Fruitland Coal.</pre></span><br /> <script>fix(original)</script> </div> </div> <div class="ph2" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Purpose <div id="Purpose" class="pe2" style="display:"> <span class="lt"><pre id="original">To provide a GIS tool for determining if a proposed Friutland Coal permit is within the buffer distances.</pre></span><br /> <script>fix(original)</script> </div> </div> <div style="text-align:center; color:#6495ED">_________________</div><br /> <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Status of the data <div class="pe2" style="display:none"> Complete<br /><i>Data update frequency: </i> As needed<br /></div> </div> <br /> <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Time period for which the data is relevant <div class="pe2" style="display:none"> <div><i>Date and time: </i> 2000</div> <div> <i>Description: </i> <span class="lt"><pre id="original">Current with respect to available Fruitland/PC maps</pre></span><br /> <script>fix(original)</script> </div> </div> </div> <br /> <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Publication Information <div class="pe2" style="display:none"><span class="lt2"> <i>Who created the data: </i>Colorado Oil and Gas Conservation Commission<br /></span> <div><i>Date and time: </i> August 2000</div> </div> </div> <div style="text-align:center; color:#6495ED">_________________</div><br /> <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Data storage and access information <div class="pe2" style="display:none"> <i>File name: </i>Fruitland_Buffer<br /> <i>Type of data: </i>vector digital data<br /> <div><i>Location of the data: </i></div><div><li style="margin-left:0.2in">http://cogcc.state.co.us</li></div> <i>Data processing environment: </i><span class="lt">Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 2; ESRI ArcCatalog 9.0.0.535</span><br /> <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Accessing the data <div class="pe2" style="display:none"> <i>Size of the data: </i>0.034 MB<br /> <i>Data transfer size: </i>0.034 MB<br /> <br /> </div> </div> <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Constraints on accessing and using the data <div class="pe2" style="display:none"> <i>Access constraints: </i> <span class="lt">There are no restrictions on the use of this data provided that the user accepts the following disclaimer: The Colorado Department of Natural Resources (DNR) is not responsible and shall not be liable to the user for damages of any kind arising out of the use of data or information provided by the DNR, including the installation of the data or information, its use, or the results obtained from its use. Any data or information provided by the DNR is provided "as is" without warranty of any kind, either express or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. Data or information provided by the DNR shall be used and relied upon only at the user's sole risk, and the user agrees to indemnify and hold harmless the DNR, its officials, officers, and employees from any liability arising out of the use of the data/information provided.<br /></span><div> <i>Use constraints: </i> <span class="lt"><pre id="original">The are no use constraints provided that the user accepts the above disclaimer.</pre></span><br /> <script>fix(original)</script> </div> </div> </div> </div> </div> <br /> <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Details about this document <div class="pe2" style="display:none"> Contents last updated: 20051215 at time 13584300 <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Who completed this document <div class="pe2" style="display:none"> GIS Administrator<br />Colorado Oil and Gas Conservation Commission<br /><i>mailing and physical address:</i><br /><div style="margin-left:0.3in"> <div class="lt"> <pre id="original">1120 Lincoln Street, Suite 801</pre> <script>fix(original)</script> </div> <div> Denver, Colorado 80203</div> </div> <br /> 303-894-2100 ext 117 (voice)<br />303-894-2109 (fax)<br />james.milne@state.co.us<br /><br /> </div> </div> <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Standards used to create this document <div class="pe2" style="display:none"> <i>Standard name: </i>FGDC Content Standards for Digital Geospatial Metadata<br /> <i>Standard version: </i>FGDC-STD-001-1998<br /> <i>Time convention used in this document: </i>local time<br /> Metadata profiles defining additonal information<li style="margin-left:0.2in"> ESRI Metadata Profile: <a target="viewer" href="http://www.esri.com/metadata/esriprof80.html">http://www.esri.com/metadata/esriprof80.html </a> </li> </div> </div> </div> </div> <br /> </div> <div id="Spatial" class="pv" style="display:none"><br /> <div class="pn">Horizontal coordinate system</div> <div style="margin-left:0.2in"><i>Projected coordinate system name: </i>NAD_1983_UTM_Zone_13N</div> <div style="margin-left:0.2in"><i>Geographic coordinate system name: </i>GCS_North_American_1983</div> <div class="ph2" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Details <div class="pe2" style="display:none"> <div class="sr1"><span class="pn">Grid Coordinate System Name: </span>Universal Transverse Mercator</div> <div class="sr2"><i>UTM Zone Number: </i>13</div> <div class="srh2">Transverse Mercator Projection</div> <div class="sr3"><i>Scale Factor at Central Meridian: </i>0.999600<br /> <i>Longitude of Central Meridian: </i>-105.000000<br /> <i>Latitude of Projection Origin: </i>0.000000<br /> <i>False Easting: </i>500000.000000<br /> <i>False Northing: </i>0.000000<br /> </div> <br /> <div class="sr1"><span class="pn">Planar Coordinate Information</span></div> <div class="sr2"><i>Planar Distance Units: </i>meters</div> <div class="sr2"><i>Coordinate Encoding Method: </i>coordinate pair</div> <div class="srh2">Coordinate Representation</div> <div class="sr3"><i>Abscissa Resolution: </i>0.000128</div> <div class="sr3"><i>Ordinate Resolution: </i>0.000128</div> <br /> <div class="srh1">Geodetic Model</div> <div class="sr2"><i>Horizontal Datum Name: </i>North American Datum of 1983</div> <div class="sr2"><i>Ellipsoid Name: </i>Geodetic Reference System 80</div> </div> </div> <div style="text-align:center; color:#6495ED">_________________</div><br /> <div class="pn">Bounding coordinates</div> <div style="margin-left:0.2in" class="pn">Horizontal</div> <div style="margin-left:0.4in" class="pn">In decimal degrees</div> <div style="margin-left:0.6in"><i>West: </i> -108.138253</div> <div style="margin-left:0.6in"><i>East: </i> -107.472169</div> <div style="margin-left:0.6in"><i>North: </i> 37.331603</div> <div style="margin-left:0.6in"><i>South: </i> 36.998554</div> <div style="margin-left:0.4in" class="pn">In projected or local coordinates</div> <div style="margin-left:0.6in"><i>Left: </i>221886.362217</div> <div style="margin-left:0.6in"><i>Right: </i>280052.078814</div> <div style="margin-left:0.6in"><i>Top: </i>4134345.793410</div> <div style="margin-left:0.6in"><i>Bottom: </i>4099075.830408</div> <div style="text-align:center; color:#6495ED">_________________</div><br /> <div class="pn">Lineage</div> <div class="pn" style="margin-left:0.2in">FGDC lineage</div> <div class="ph2" style="margin-left:0.4in" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Process step 1 <div class="pe2" style="margin-left:0.2in; display:none"> <i>Process description: </i>The Fruitland/Pictured Cliffs contact was created by digitizing the contact line from paper maps in areas where CGS shapefile data did not exist; merging the digitized line with CGS shapefiles, and creating 1.5 mile and 2.0 mile buffers with ArcView 3.x.<br /> <i>Process software and version: </i>ArcView 3.x<br /> <i>Process date: </i>August 2000 <br /> <div class="ph1" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Who did this process <div class="pe2" style="display:none"> GIS Administrator<br />Colorado Oil and Gas Conservation Commission<br /><br /> </div> </div> </div> </div> <div class="pn" style="margin-left:0.4in">Sources</div> <div class="ph2" style="margin-left:0.6in" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Source 1: (CGS and SUIT)<div class="pe2" style="margin-left:0.2in; display:none"> <i>Media: </i>digital and paper<br /> <i>Scale denominator: </i>24,000<br /> <i>Contribution: </i>Digital GIS shapefiles and paper maps<br /> </div> </div> <div style="text-align:center; color:#6495ED">_________________</div><br /> <div class="pn">Spatial data quality</div> <div class="ph2" style="margin-left:0.2in" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">Horizontal positional accuracy <div class="pe2" style="margin-left:0.2in; display:none"> <span class="lt"><pre id="original">The horizontal accuracy is approximately equivilant to that of a 1:24,000 scale map. The mapping efforts were done at this scale.</pre></span> <script>fix(original)</script> </div> </div> <div style="text-align:center; color:#6495ED">_________________</div><br /> <div class="pn">Spatial data description</div> <div class="pn" style="margin-left:0.2in">Vector data information</div> <div style="margin-left:0.4in" class="pn">ESRI description</div> <div class="ph2" style="margin-left:0.6in" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)"> Fruitland_Buffer <div class="pe2" style="display:none"> <i>ESRI feature type: </i>Simple<br /> <i>Geometry type: </i>Polyline<br /> <i>Topology: </i>FALSE<br /> <i>Feature count: </i>7<br /> <i>Spatial Index: </i>FALSE<br /> <i>Linear referencing: </i>FALSE<br /> </div> </div> <br /> <div class="ph2" style="margin-left:0.4in" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)">SDTS description <div class="pe2" style="display:none"> <div>Feature class: SDTS feature type, feature count</div> <div style="margin-left:0.2in"> <li> Fruitland_Buffer: String, 7 </li> </div> </div> </div> <br /> </div> <div id="Attributes" class="pv" style="display:none"><br /> <div class="pn">Details for Fruitland_Buffer</div> <div style="margin-left:0.2in"><i>Type of object: </i>Feature Class</div> <div style="margin-left:0.2in"><i>Number of records: </i>7</div> <div style="margin-left:0.2in" class="pn"> Attributes<div style="margin-left:0.25in" class="ph2" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)"> FID <div class="pe2" style="display:none"> <i>Alias: </i>FID<br /> <i>Data type: </i>OID<br /> <i>Width: </i>4<br /> <i>Precision: </i>0<br /> <i>Scale: </i>0<br /> <span class="lt"><i>Definition: </i><pre id="original">Internal feature number.</pre></span> <script>fix(original)</script> <span class="lt"><i>Definition Source: </i><pre id="original">ESRI</pre></span> <script>fix(original)</script> <br /> </div> </div> </div> <div style="margin-left:0.2in" class="pn"> <div style="margin-left:0.25in" class="ph2" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)"> Shape <div class="pe2" style="display:none"> <i>Alias: </i>Shape<br /> <i>Data type: </i>Geometry<br /> <i>Width: </i>0<br /> <i>Precision: </i>0<br /> <i>Scale: </i>0<br /> <span class="lt"><i>Definition: </i><pre id="original">Feature geometry.</pre></span> <script>fix(original)</script> <span class="lt"><i>Definition Source: </i><pre id="original">ESRI</pre></span> <script>fix(original)</script> <br /> </div> </div> </div> <div style="margin-left:0.2in" class="pn"> <div style="margin-left:0.25in" class="ph2" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)"> ID <div class="pe2" style="display:none"> <i>Alias: </i>ID<br /> <i>Data type: </i>Number<br /> <i>Width: </i>4<br /> <span class="lt"><i>Definition: </i><pre id="original">Line ID Number</pre></span> <script>fix(original)</script> <br /> </div> </div> </div> <div style="margin-left:0.2in" class="pn"> <div style="margin-left:0.25in" class="ph2" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)"> DESC_ <div class="pe2" style="display:none"> <i>Alias: </i>DESC_<br /> <i>Data type: </i>String<br /> <i>Width: </i>75<br /> <span class="lt"><i>Definition: </i><pre id="original">Line Description</pre></span> <script>fix(original)</script> <br /> </div> </div> </div> <div style="margin-left:0.2in" class="pn"> <div style="margin-left:0.25in" class="ph2" onMouseOver="doHilite()" onMouseOut="doHilite()" onClick="hideShowGroup(this)"> REFERENCE <div class="pe2" style="display:none"> <i>Alias: </i>REFERENCE<br /> <i>Data type: </i>String<br /> <i>Width: </i>70<br /> <span class="lt"><i>Definition: </i><pre id="original">COGCC Spacing Order Reference</pre></span> <script>fix(original)</script> <br /> </div> </div> </div> <br /> </div> </div> </body> </html>