ÿþ<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>UtahBlmFireHistoryPolygons2010</H1> <H2>File Geodatabase Feature Class </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> Environment, 007</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> Fire</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Place: </SPAN> State of Utah, BLM Utah State Office</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 is the Statewide wildland fire history polygon data of mapped fires (GPS'd after the late 1990's), and contains Utah BLM fires captured through the 2010 fire season. The fire support centers provided local GIS data for their offices, in some cases dating to 1976. The data was then integrated into a statewide dataset using the BLM national "Fire History (polygons)" standard of 20050718 (National Wildfire Coordinating Group; GIS Data Layer Standard). This is referred to in IM UT-2006-035 expires 20070930. The original line work in the data was not changed and the values were converted to the standard format. Typically fires less than 10 acres are not captured in this data set.</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">Fire history is used for change detection and natural resource management.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Supplementary Information <DIV CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">National Data Steward: Joe Frost, GTG Data Steward</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"> In work<BR /><I>Data update frequency: </I> Annually<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>Beginning date and time: </I> 19751001 </DIV> <DIV><I>Ending date and time: </I> 20101231 </DIV> <DIV> <I>Description: </I> <SPAN CLASS="lt"><PRE ID="original">ground condition</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>BLM, USO, Division of Support Services, EGIS section<BR /></SPAN> <DIV><I>Date and time: </I> 20101231</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>UtahBlmFireHistoryPolygons2010<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">\\blm\dfs\ut\loc\GisData\ut\so\WebData\UtBLMFireHistoryPolygons\UtahBLMFireHistoryPolygons2010\UtahBLMFireHistoryPolygons2010.gdb</LI></DIV> <DIV><LI STYLE="margin-left:0.2in">\\blm\dfs\ut\loc\GisData\ut\so\WebData\UtBLMFireHistoryPolygons\UtahBLMFireHistoryPolygons2010\UtahBLMFireHistoryPolygons2010.gdb</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows 2000 Version 5.2 (Build 3790) Service Pack 2; ESRI ArcCatalog 9.3.1.4000</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Data format: </I>personal geodatabase<BR /> <I>Data transfer size: </I>32 Mg 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">This data should never be used at a scale larger than 1:24,000. The data and corresponding attributes are only as accurate as the source from which they were obtained, and may vary depending upon the date and method of acquisition. This data is suitable for regional planning, management decision support at intermediate scales, i.e. 1:24,000 or smaller, and cartographic purposes. The data is not suitable for purposes of navigation. This data is not suitable for analysis at scales smaller than 1:24,000. If the Receiving Agency (RA) has modified the data in any way, they are obligated to describe the types of modifications they have performed on hardcopy maps utilizing the data. RA specifically agrees not to misrepresent USO data sets nor to imply that any changes made were approved by BLM USO. No warranty is made by the BLM for use of the data for purposes not intended by BLM. This information may be updated without notification.<BR /></SPAN><DIV> <I>Use constraints: </I> <SPAN CLASS="lt"><PRE ID="original">NONE</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: 20110311 at time 16045200 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> Jack Sheffey<BR />BLM/Utah State Office, Division of Natural Resources, Fire and Aviation Management Branch<BR /><I>mailing address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">PO Box 45155</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Salt Lake City, Utah 84145-0155</DIV> </DIV> <BR /> (801)539-4213 (voice)<BR />(801)539-4074 (fax)<BR />jsheffey@blm.gov<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> <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_12N</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>12</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>-111.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.000100</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.000100</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 CLASS="sr2"><I>Semi-major Axis: </I>6378137.000000</DIV> <DIV CLASS="sr2"><I>Denominator of Flattening Ratio: </I>298.257222</DIV> </DIV> </DIV> <BR /> <DIV CLASS="srh1">Altitude System Definition</DIV> <DIV CLASS="sr2"><I>Datum Name: </I>NAD 83</DIV> <DIV CLASS="sr2"><I>Resolution: </I>0.000010</DIV> <DIV CLASS="sr2"><I>Distance Units: </I>Meters</DIV> <DIV CLASS="sr2"><I>Encoding Method: </I>Explicit elevation coordinate included with horizontal coordinates</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> -114.337019</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -108.813003</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 42.080277</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 36.264247</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>223757.015100</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>680957.801800</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>4658689.297000</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>4017644.999700</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>All fire perimeter information collected by the Field Office was sent to the State Office for Statewide data integration.<BR /> <I>Process date: </I>20060220 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Andrew Dubrasky<BR />Cedar City Field Office<BR /><I>physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">176 East D.L. Sargent Drive</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Cedar City, Utah 84720</DIV> </DIV> <BR /> 435.865.3050 (voice)<BR />435.865.3058 (fax)<BR />andrew_dubrasky@blm.gov<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 2 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>All fire perimeter information collected by the Field Office was sent to the State Office for Statewide data integration.<BR /> <I>Process date: </I>20060220 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Jean Carson<BR />Moab Field Office<BR /><I>physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">82 East Dogwood</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Moab, Utah 84532</DIV> </DIV> <BR /> 435.259.2107 (voice)<BR />435.259.2106 (fax)<BR />jean_carson@blm.gov<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 3 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>All fire perimeter information collected by the Field Office was sent to the State Office for Statewide data integration.<BR /> <I>Process date: </I>20060220 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Dawn Elkington<BR />Richfield Field Office<BR /><I>physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">150 East 900 North</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Richfield, Utah 84701</DIV> </DIV> <BR /> 435.743.3100 (voice)<BR />435.743.3135 (fax)<BR />dawn_elkington@blm.gov<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 4 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>All fire perimeter information collected by the Field Office was sent to the State Office for Statewide data integration.<BR /> <I>Process date: </I>20060220 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Cheryl Johnson<BR />Salt Lake Field Office<BR /><I>physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">2370 S. 2300 W.</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Salt Lake City, UT 84119</DIV> </DIV> <BR /> 801.977.4379 (voice)<BR />801.977.4397 (fax)<BR />cheryl_johnson@blm.gov<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 5 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>All fire perimeter information collected by the Field Office was sent to the State Office for Statewide data integration.<BR /> <I>Process date: </I>20060220 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Jo-Ann Stroh<BR />Vernal Field Office<BR /><I>physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">170 South 500 East</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Vernal, Utah 84078</DIV> </DIV> <BR /> 435.781.4425 (voice)<BR />435.781.4410 (fax)<BR />jo-ann_stroh@blm.gov<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 6 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>All records were then appended by the EGIS Section into statewide data set indexed by the year. The next step in the process was to put information for each year into a personal GeoDataBase (UtahBlmFireHistory). This statewide dataset was using a single, consistent standard, then to the BLM national 'Fire History' proposed standard.<BR /> <I>Process date: </I>20060322 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> John Larsen<BR />BLM/USO/EGIS Section<BR /><I>physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">440 West 200 South, Suite 500</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Salt Lake City, Utah 84101</DIV> </DIV> <BR /> 801.539.4143 (voice)<BR />801.539.4222 (fax)<BR />john_larsen@blm.gov<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 7 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>All records were then appended by the EGIS Section into statewide data set indexed by the year. The next step in the process was to put information for each year into a personal GeoDataBase (UtahBlmFireHistory). This statewide dataset was using a single, consistent standard, then to the BLM national 'Fire History' proposed standard.<BR /> <I>Process date: </I>20060322 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Gary D. Peterson<BR />BLM/USO/EGIS Section<BR /><I>physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">440 West 200 South</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Salt Lake City, Utah 84101</DIV> </DIV> <BR /> 801.539.4154 (voice)<BR />801.539.4222 (fax)<BR />gary_d_peterson@blm.gov<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 8 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>MetaData was then created and added to personal geodatabase.<BR /> <I>Process date: </I>20060522 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> R. Gary Gale<BR />BLM/Utah State Office/EGIS Section<BR /><I>mailing address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">PO Box 45155</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Salt Lake City, Utah 84145-0155</DIV> </DIV> <BR /> 801.539.4153 (voice)<BR />801.539.4222 (fax)<BR />gary_gale@blm.gov<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 9 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>W:\GisData\ut\so\projects\Fire\FireIntegrate\layers_final\FireHistoryMetadata.xml<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 10 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>W:\GisData\ut\so\data\Fire\UtahBlmFireHistoryPolygons.mdb<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 11 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Integrated Field Office provided data into a single statewide 2006 feature class.<BR /> <I>Process date: </I>20070228 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 12 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Added fire polygon provided by the Vernal field office<BR /> <I>Process date: </I>20070402 <BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 13 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Updated the metadata<BR /> <I>Process date: </I>20070518 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> UTSO EGIS Section<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 14 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2006\layers_work\UtahBlmFireHistoryPolygons.mdb<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 15 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\data\Fire\UtahBlmFireHistoryPolygons.mdb<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 16 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Data correction - Wake Up Fire (W805) moved from 2006 feature class to 2003 feature class.<BR /> <I>Process date: </I>20070522 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> UTSO EGIS Section Staff<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 17 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2006\layers_work\UtahBlmFireHistoryPolygons.mdb<BR /> <I>Process date: </I>20070523 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> UTSO EGIS Section<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 18 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Updated metadata.<BR /> <I>Process date: </I>20070523 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> UTSO EGIS Section Staff<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 19 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Integrated Utah BLM Field Office provided wildland fire perimeters from 2007 fire season, added missing 1996 fires in Richfield FO. Updated metadata.<BR /> <I>Process date: </I>20080702 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Utso GIS Section<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 20 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\data\Fire\FireHistoryPolygons\UtahBlmFireHistoryPolygons.mdb<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 21 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\Workspace\ut\mb\gbissone\Projects\FireHistoryEdits\UtahBlmFireHistoryPolygons.mdb<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 22 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Corrected projection of Moab 2005 and 2006 fires.<BR /> <I>Process date: </I>20081222 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> Gabe Bissonette<BR />Canyon Country District<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 23 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\data\Fire\FireHistoryPolygons\UtahBlmFireHistoryPolygons.mdb<BR /> <I>Process date: </I>20090505 at time 13374400<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 24 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Added to Dataset 2008 Fire data.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\data\Fire\FireHistoryPolygons\UtahBlmFireHistoryPolygons.mdb<BR /> <I>Process date: </I>20090505 at time 13374400<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 25 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\metadata\FireHistory_polygons1997_2008.xml<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 26 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\data\Fire\FireHistoryPolygons\UtahBlmFireHistoryPolygons.mdb<BR /> <I>Process date: </I>20100517 at time 13234400<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 27 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Metadata imported.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2009\layers_work\FireHistoryPolygons1977_2008.xml<BR /> <I>Process date: </I>20100706 at time 07133800<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 28 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>All previous Utah fire history polygon feature classes were appended into a single layer.<BR /> <I>Process date: </I>20100630 <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who did this process <DIV CLASS="pe2" STYLE="display:none"> John Hatch<BR />Utah State Office, GIS Section<BR /><BR /> </DIV> </DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 29 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2009\layers_work\workArea\UtahFirePolygons.gdb<BR /> <I>Process date: </I>20100706 at time 14450300<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 30 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2009\layers_work\workArea\UtahFirePolygons.gdb<BR /> <I>Process date: </I>20100708 at time 12522800<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 31 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2009\layers_work\workArea\UtahFireHistoryPolysTest.mdb<BR /> <I>Process date: </I>20100708 at time 12554000<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 32 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2009\layers_work\workArea\UtahFireHistoryPolysTest.mdb<BR /> <I>Process date: </I>20100709 at time 07310200<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 33 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>\\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2009\layers_work\workArea\UtahFireHistoryPolys07092010.mdb<BR /> <I>Process date: </I>20100709 at time 08362500<BR /> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Process step 34 <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Process description: </I>Dataset copied.<BR /> <I>Source used: </I>Server=ilmutso3gi2; Service=5152; User=utso; Version=sde.DEFAULT<BR /> <I>Process date: </I>20101117 at time 07591300<BR /> </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: UtahBlmFireHistory (Utah BLM fire history (polygon's) (perimeters))<DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <I>Media: </I>online<BR /> <I>Scale denominator: </I>24,000<BR /> <I>Contribution: </I>none<BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Currentness of this source <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Beginning date and time: </I> 19751001 </DIV> <DIV><I>Ending date and time: </I> 20090126 </DIV> </DIV> </DIV> </DIV> </DIV> <BR /> <DIV STYLE="margin-left:0.2in" CLASS="pn">ESRI geoprocessing history</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">1. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20100706 at time 074747<BR /> <I>Tool location:</I> C:\Program Files (x86)\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\RepairGeometry<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">RepairGeometry \\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2009\layers_work\workArea\UtahFirePolygons.gdb\UtahFireHistoryPolygons DELETE_NULL \\blm\dfs\ut\loc\GisData\ut\so\projects\Fire\FireIntegrate2009\layers_work\workArea\UtahFirePolygons.gdb\UtahFireHistoryPolygons</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">2. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20110311 at time 144646<BR /> <I>Tool location:</I> C:\Program Files (x86)\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureClassToFeatureClass<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">FeatureClassToFeatureClass "Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons" \\blm\dfs\ut\loc\GisData\ut\so\WebData\UtBLMFireHistoryPolygons\UtahBLMFireHistoryPolygons2010\UtahBLMFireHistoryPolygons2010.gdb UtahBlmFireHistoryPolygons2010 # "UNIT_ID 'UNIT_ID' true true false 7 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,UNIT_ID,-1,-1;FIRE_YEAR 'FIRE_YEAR' true true false 4 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,FIRE_YEAR,-1,-1;FIRE_NUM 'FIRE_NUM' true true false 8 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,FIRE_NUM,-1,-1;FIRE_NAME 'FIRE_NAME' true true false 50 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,FIRE_NAME,-1,-1;DATE_CUR 'DATE_CUR' true true false 36 Date 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,DATE_CUR,-1,-1;COMMENTS 'COMMENTS' true true false 50 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,COMMENTS,-1,-1;LOCAL_ID 'LOCAL_ID' true true false 50 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,LOCAL_ID,-1,-1;GIS_OTHER 'GIS_OTHER' true true false 50 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,GIS_OTHER,-1,-1;PRECENT_BU 'PRECENT_BU' true true false 2 Text 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,PRECENT_BU,-1,-1;GlobalID 'GlobalID' false false true 38 Long 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,GlobalID,-1,-1;Shape_area 'Shape_area' false false true 0 Double 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,Shape.area,-1,-1;Shape_len 'Shape_len' false false true 0 Double 0 0 ,First,#,Database Connections\sqlvctr.sde\utsovctr.UTSO.UtahFireHistoryPolygons,Shape.len,-1,-1" # \\blm\dfs\ut\loc\GisData\ut\so\WebData\UtBLMFireHistoryPolygons\UtahBLMFireHistoryPolygons2010\UtahBLMFireHistoryPolygons2010.gdb\UtahBlmFireHistoryPolygons2010</DIV> </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">Polygons were taken from source material, and are believed to be as accurate as the source data.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <DIV STYLE="margin-left:0.2in"><I>Estimated accuracy: </I>24,000</DIV> <DIV STYLE="margin-left:0.2in"> <I>How this value was determined: </I> <SPAN CLASS="lt"><PRE ID="original">Data was collected starting in the late 1990's with GPS units (walking and flying the fire perimeters). Before GPS collection, fires were mapped by field crews walking and sketching the fire perimeter on 7-1/2 quads. This information was taken to the office and the mapping staff digitized it from the quad.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> </DIV> <BR /> <DIV CLASS="ph2" STYLE="margin-left:0.2in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Vertical positional accuracy <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <SPAN CLASS="lt"><PRE ID="original">Polygons were taken from source material, and are believed to be as accurate as the source data.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <DIV STYLE="margin-left:0.2in"><I>Estimated accuracy: </I>24,000</DIV> <DIV STYLE="margin-left:0.2in"> <I>How this value was determined: </I> <SPAN CLASS="lt"><PRE ID="original">Data was collected starting in the late 1990's with GPS units (walking and flying the fire perimeters). Before GPS collection, fires were mapped by field crews walking and sketching the fire perimeter on 7-1/2 quads. This information was taken to the office and the mapping staff digitized it from the quad.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> </DIV> </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)"> UtahBlmFireHistoryPolygons2010 <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple<BR /> <I>Geometry type: </I>Polygon<BR /> <I>Feature description: </I>Polygon<BR /> <I>Topology: </I>FALSE<BR /> <I>Feature count: </I>3584<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> UtahBlmFireHistoryPolygons2010: G-polygon, 3584 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for UtahBlmFireHistoryPolygons2010</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>3584</DIV> <DIV STYLE="margin-left:0.2in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Description <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt">This is a personal geodatabase of the USO fire perimeters from 1976 to present.</SPAN><BR /> <SPAN CLASS="lt"><I>Source: </I>Nat'l Wildfire Coordinating group, GIS Data Layer Standard.</SPAN><BR /> <BR /> </DIV> </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)"> OBJECTID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>OBJECTID<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)"> UNIT_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UNIT_ID<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>7<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Administrative unit at the fire's point of origin.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Nat'l Wildfire Coordinating group, GIS Data Layer Standard.</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)"> FIRE_YEAR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FIRE_YEAR<BR /> <I>Data type: </I>String<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">Year in which fire started.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Nat'l Wildfire Coordinating group, GIS Data Layer Standard.</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)"> FIRE_NUM <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FIRE_NUM<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Number assigned to the fire by the field area.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Nat'l Wildfire Coordinating group, GIS Data Layer Standard.</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)"> FIRE_NAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FIRE_NAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Name of fire assigned by responsible land management unit.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Nat'l Wildfire Coordinating group, GIS Data Layer Standard.</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)"> DATE_CUR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DATE_CUR<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Currentness of polygon geometry.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Nat'l Wildfire Coordinating group, GIS Data Layer Standard.</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)"> COMMENTS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COMMENTS<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Fire perimeter related comments.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Nat'l Wildfire Coordinating group, GIS Data Layer Standard.</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)"> LOCAL_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LOCAL_ID<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">User generated ID that maps to the local GIS database.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Nat'l Wildfire Coordinating group, GIS Data Layer Standard.</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)"> GIS_OTHER <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>GIS_OTHER<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">User generated ID that maps to the local GIS database.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Nat'l Wildfire Coordinating group, GIS Data Layer Standard.</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)"> GlobalID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>GlobalID<BR /> <I>Data type: </I>GlobalID<BR /> <I>Width: </I>38<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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)"> PRECENT_BU <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PRECENT_BU<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <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_Length <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape_Length<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Length of feature in internal units.</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_Area <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape_Area<BR /> <I>Data type: </I>Double<BR /> <I>Width: </I>8<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Area of feature in internal units squared.</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> <BR /> </DIV> </DIV> </BODY> </HTML>