ÿþ<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>cstands_combo090825</H1> <H2>Personal GeoDatabase Table </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> clw_inventory_stands</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">Clearwater National Forest Stand Inventory Table cstands_combo March 2009 Tree inventory data are taken from FVS model projections of stand exams grown from the date of examination to 2007 and are in consideration of just the live tree component. *** If the USEID is the same as the SID, then the stand was examined, and the data in the inventory tables came from that examination. If the USEID is a different stand id, then the data came from another 'wild' (non-treated) stand that has been examined, which was assigned through the MSN (Most Similar Neighbor) process. (see data quality links for more info on MSN) If the USEID is null (blank) then the stand is non-forest, or doesn't have a current exam and has had some character-altering activity so that it is no longer a 'wild' stand. These are the so-called 'leftover' stands. Approx 3000 stand 'fell out' of the 2007 run, so they have been populated from the 2004 run. All newly created stands since the 2007 run were loaded with nulls or unkown (usually a zero) in several of the key fields 3/09.</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 allow for display and analysis of resource information</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> 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>Description: </I> <SPAN CLASS="lt"><PRE ID="original">publication date</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>Clearwater National Forest<BR /></SPAN> <DIV><I>Date and time: </I> March 2009</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>cstands_combo090825<BR /> <I>Type of data: </I>tabular digital data<BR /> <DIV><I>Location of the data: </I></DIV><DIV><LI STYLE="margin-left:0.2in">\\LTHP90808CB\C$\fsfiles\ref\library\gis\clw\geodatabase\vegetation.mdb</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 2; ESRI ArcCatalog 9.3.1.3000</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Data transfer size: </I>0.121 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">none<BR /></SPAN><DIV> <I>Use constraints: </I> <SPAN CLASS="lt"><PRE ID="original">The Forest Service uses the most current and complete data available. GIS data and product accuracy may vary. They may be: developed from sources of differing accuracy, accurate only at certain scales, based on modeling or interpretation, incomplete while being created or revised, etc. Using GIS products for purposes other than those for which they were created, may yield inaccurate or misleading results. It is highly recommended that before any conclusions or analysis is processed using this data that the data be discussed with a resource specialist in the particular field. The Forest Service reserves the right to correct, update, modify, or replace, GIS products without notification. For more information, contact the Clearwater National Forest Supervisor's Office, Orofino, Idaho, 1-208-476-4541</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: 20100204 at time 09072300 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> USDA Forest Service - Clearwater National Forest<BR /><I>mailing address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">12730 Hwy 12</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Orofino, ID 83544</DIV> <DIV>USA</DIV></DIV> <BR /> 208-476-4541 (voice)<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> <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 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>11</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>-117.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.010000</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.010000</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>Resolution: </I>1.000000</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> -117.001636</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -114.297003</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 47.135792</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 45.239056</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>Compartment Inventory Process: From approx 1985-1990, photo interpretation was completed by timber stand compartments across the forest using 1981 resource photography. Stands were delineated and values for slope, aspect, elevation, pi_stratum, crown_closure and height were recorded in TSMRS database. Programmers Paige Burns and Dave Renner worked with Bill Wulf (forest silviculturist) to develop the MSN process ~1997. Validation checks were run against stand exam information in relation to pi values. Database corrections were made to TSMRS and R1Edit (exam) tables. Key values in the msn process were Pi_stratum, crown_diam, height, slope,aspect,elevation, habitat_type_code to determine which stand exam would be used for unexamined stands.<BR /> </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 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> Feature class: Label point, 22 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: GT-polygon composed of chains, 22 </LI> </DIV> <DIV STYLE="margin-left:0.2in"> <LI> Feature class: Point, 947 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for cstands_combo090825</DIV> <DIV STYLE="margin-left:0.2in"><I>Type of object: </I>Table</DIV> <DIV STYLE="margin-left:0.2in"><I>Number of records: </I>71304</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)"> FOREST <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FOREST<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">forest 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)"> SID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SID<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">An eight digit number usually consisting of a one digit district number, a two digit compartment number, a two digit subcompartment number, and a three digit stand number. All numbers are zero-filled. Since it is a character column, it can have private or other lands, with all or part of the compartment, subcompartment and stand numbers replaced by identifying alphanumeric identification info.</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)"> USEID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>USEID<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">stand_id whose exam is being used</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)"> STYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STYPE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">survey type of exam being used. Valid Values: 45 - Standard exam, project level. 46 - Standard exam, compartment inventory. 47 - Quick plot exam, project level. 48 - Quick plot exam, compartment inventory.</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)"> SDATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SDATE<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">survey date of exam being used</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)"> PISTR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PISTR<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>6<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">photo-interpreted stratum code from TSMRS</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)"> HTC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HTC<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">habitat type code</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)"> HTG <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HTG<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">habitat type group</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)"> TPA <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TPA<BR /> <I>Data type: </I>Integer<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">total live trees per acre</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)"> TDTPA9 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TDTPA9<BR /> <I>Data type: </I>Integer<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">total live basal area per acre</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)"> TDTPA15 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TDTPA15<BR /> <I>Data type: </I>Integer<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">total dead trees per acre &gt;15' dbh</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)"> RDTPA9 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>RDTPA9<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<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)"> RDTPA15 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>RDTPA15<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>4<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)"> BA <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BA<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">total live basal area per acre</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)"> SDI <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SDI<BR /> <I>Data type: </I>Integer<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">Reineke's stand density index</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)"> CCF <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CCF<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">sum of maximum crown areas in square feet/43560 feet per acre</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)"> TCUFT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TCUFT<BR /> <I>Data type: </I>Single<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">total cuft. vol per acre (including all live trees)</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)"> MCUFT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MCUFT<BR /> <I>Data type: </I>Single<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">merchantable cubic foot volume per acre</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)"> BDFT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BDFT<BR /> <I>Data type: </I>Integer<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">total board foot volume per acre</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)"> DENCLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DENCLASS<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">10 density classes</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)"> QMD <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>QMD<BR /> <I>Data type: </I>Single<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">diameter of tree of average basal</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)"> BADBH <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BADBH<BR /> <I>Data type: </I>Single<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">ba weighted average diameter</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)"> VOLDBH <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>VOLDBH<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">volume weighted average diameter</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)"> STGDBH <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STGDBH<BR /> <I>Data type: </I>Single<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">dbh of 70th pctile tree by crown diameter distribution</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)"> BAHT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BAHT<BR /> <I>Data type: </I>Single<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">ba weighted average height</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)"> VOLHT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>VOLHT<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">volume weighted average height</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)"> TOPHT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TOPHT<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">avg height of 40 largest dbh trees</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)"> SIZCLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SIZCLASS<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">6 size classes + non-stocked</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)"> CRNCLOS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CRNCLOS<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">calculated crown closure excluding crown overlap</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)"> TCOV <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TCOV<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">sum of calculated crown areas in square feet/43560</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)"> COVHT1 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COVHT1<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">tcov in 'up to 20 feet' height</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)"> COVHT2 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COVHT2<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">tcov in ' &gt; 20 - 60 feet' height</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)"> COVHT3 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COVHT3<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">tcov in ' &gt; 60 - 100 feet' height</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)"> COVHT4 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COVHT4<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">tcov in ' &gt; 100 feet' height</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)"> STTCLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STTCLASS<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">not currently computed</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)"> BAGE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BAGE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">basal area weighted average age</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)"> UPAGE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UPAGE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">ba weighted avg age of 50 - 90 pctile by ba</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)"> AGECLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>AGECLASS<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">5 age classes + non-stocked</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)"> STRSTAGE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STRSTAGE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">7 classes + non-forest (Oliver &amp; O'Hara)</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)"> SUCSTAGE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SUCSTAGE<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">4 classes + non-forest</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)"> NTSD <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>NTSD<BR /> <I>Data type: </I>SmallInteger<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)"> NTSD140 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>NTSD140<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">north idaho old growth step-down 140 age</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)"> NTSD130 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>NTSD130<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">north idaho old growth step-down 130 age</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)"> NTNI <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>NTNI<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">no. of qualifying trees by north idaho criteria</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)"> OGCLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>OGCLASS<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">3 classes + non-forest</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)"> ACC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ACC<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">cubic feet/acre/year growth</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)"> MORT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MORT<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">cubic feet/acre/year mortality</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)"> VIGCLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>VIGCLASS<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">not currently calculated</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)"> VIGINDEX <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>VIGINDEX<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">percent annual net growth (acc minus mort)/tcuft</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)"> MSC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MSC<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">by tpa if qmd &lt; 5, by ba if qmd &gt;= 5</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)"> MSCTPA <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MSCTPA<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">plurality species by tpa</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)"> MSCBA <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MSCBA<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">plurality species by basal area</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)"> MSCVOL <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MSCVOL<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">plurality species by cubic foot volume</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)"> MSCCOV <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>MSCCOV<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">plurality species by total crown cover</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)"> SPCLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SPCLASS<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">not currently calculated</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)"> HRVACT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HRVACT<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">latest harvest activity code from FACTS</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)"> HRVYEAR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HRVYEAR<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">latest harvest year planned/accomp from FACTS</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)"> HRVCLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>HRVCLASS<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">3 classes</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)"> SILVACT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SILVACT<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">latest silvicultural (planting,etc) activity code from FACTS</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)"> SILVYEAR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SILVYEAR<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">latest silvicultural year from FACTS</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)"> CHGACT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CHGACT<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">latest change activity code (4250, 4260) from FACTS</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)"> CHGMETH <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CHGMETH<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">method from latest change from FACTS</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)"> CHGYEAR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CHGYEAR<BR /> <I>Data type: </I>SmallInteger<BR /> <I>Width: </I>2<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">latest change year accomplished from FACTS</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)"> UDATE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>UDATE<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">date of inventory update</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="srh1">Overview Description</DIV> <DIV STYLE="margin-left:0.2in"> <SPAN CLASS="lt"><PRE ID="original">*** All of the following tree inventory data are taken from FVS model projections of stand exams grown from the date of examination to the current year and are in consideration of just the live tree component. *** If the USEID is the same as the SID, then the stand was examined, and the data in the inventory tables came from that examination. If the USEID is a different stand id, then the data came from another 'wild' (non-treated) stand that has been examined, which was assigned through the MSN (Most Similar Neighbor) process. If the USEID is null (blank) then the stand is non-forest, or doesn't have a current exam and has had some character-altering activity so that it is no longer a 'wild' stand. These are the so-called 'leftover' stands.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT><BR /> </DIV> <DIV CLASS="srh1">Overview</DIV> <DIV STYLE="margin-left:0.2in"> <SPAN CLASS="lt"><PRE ID="original">Feb 4,2010 The FSVEG exam table - nrv_setting_measurements@iwebdb.fs.usda.gov TSMRS_ALL_STANDS photo-interpretive data, slope, aspect, elevation, etc. FACT_ACTV160_VW harvest, exam, and fire change activities, etc. cstands_combo combination table - sid joins to stand_id clw_inv_size size inventory info. 6 rows per stand clw_inv_species Species inventory info. Eleven rows per stand id. clw_inv_codes Classification codes and names for reports FVS *** All of the following tree inventory data are taken from FVS model projections of stand exams grown from the date of examination to the current year and are in consideration of just the live tree component. *** If the USEID is the same as the SID, then the stand was examined, and the data in the inventory tables came from that examination. If the USEID is a different stand id, then the data came from another 'wild' (non-treated) stand that has been examined, which was assigned through the MSN (Most Similar Neighbor) process. If the USEID is null (blank) then the stand is non-forest, or doesn't have a current exam and has had some character-altering activity so that it is no longer a 'wild' stand. These are the so-called 'leftover' stands. FVS short cycle. name longer name x=N.A. Description --------- --------------------------- ------ ----------- forest forest_no x Forest number within the Region. The Clearwater National Forest is forest 5. ------------------------------------------------------------------------ sid stand_id x varchar2(8) stand id number from TSMRS stands Stand Id number. An eight digit number usually consisting of a one digit district number, a two digit compartment number, a two digit subcompartment number, and a three digit standnumber. All numbers are zero-filled. Since it is a character column, it can have private or other lands, with all or part of the compartment, subcompartment and stand numbers replaced by identifying alphanumeric identification info. ------------------------------------------------------------------------ useid useid x varchar2(8) sid whose exam is being used The stand id whose exam was used. All the inventory data for a particular stand id may come from an exam of the stand itself, or from another stand whose photo interpretation, map and other variables are determined by the Most Similar Neighbor process to be closest to that data for the stand in question. Useid can be one of three types: 1. The same as the sid. These stands have a current exam and the data is from that exam. 2. A different stand id than the sid. These stands have had no treatment, and have been assigned an exam from another 'wild' stand that has been examined, and has been found to be the 'Most Similar Neighbor' by the MSN process. 3. Null (blank). These stands have no current exam and do not qualify as 'wild' stands, for various reasons. ------------------------------------------------------------------------ stype survey_type_code x number(2) survey type Survey type. There are four survey types used: 45 - Standard exam, project level. 46 - Standard exam, compartment inventory. 47 - Quick plot exam, project level. 48 - Quick plot exam, compartment inventory. ----------------------------------------------------------------------- sdate survey_date x date survey date Date of the survey. ----------------------------------------------------------------------- pistr pi_stratum x varchar2(6) PI_STRATUM from TSMRS ----------------------------------------------------------------------- Photo-interpretive stratum. Six character code describing the character of a stand as derived from photo interpretation. Stocked (greater than 9 percent tree crown closure) stand codes, consisting of a one character stocking code, a four letter size class code, and a one character speciesgroup code: The one character stocking codes are: H - High stocking M - Medium stocking L - Low stocking The four character stocking codes are: SAPL - Sapling average size. POLE - Pole average size. SSAW - Small Sawtimber average size. SAWT - Large Sawtimber average size. The one character species groups are: 1 - western redcedar, western hemlock 2 - mixed conifer (grand fir, Douglas-fir, larch, white pine, ponderosa pine) 3 - spruce, sub-alpine fir 4 - lodgepole pine, mountain hemlock, whitebark pine 5 - hardwoods Other codes used for stocked stands are: MULTI - Multi-strata code used with the 1 character species group in column 6. SEDLNG - Standalone code for seedlings, where we have on-the-ground confirmation. Non-Stocked (less than 10 percent tree crown closure) codes are: ROCK - Standalone code for rock fields. WATER - Standalone code for bodies of water. NSALDR - Standalone code for alder shrub fields (greater than 49 percent shrub cover). NSSERL - Standalone code for other shrub fields (greater than 49 percent shrub cover). NSBARE - Standalone code for non-shrub fields (less than 50 percent shrub cover). ------------------------------------------------------------------------------ htc habitat_type_code x number(3) Habitat type code. A three-digit code from the TSMRS STANDS table. ------------------------------------------------------------------------------ htg habtype_group_code x number(3) ------------------------------------------------------------------------------ Habitat type group. A classification consisting of habitats found on the Clearwater National Forest: short longer short htg code code description -1 UNK Unknown Unknown Habitat Type Group 1 VDPP Very Dry-PP/DF Very Dry PP/DF Types 2 DPP Dry-PP/DF/GF Dry PP/DF/GF Types 3 DDF Dry-DF/GF Dry DF/GF Types 4 MGF Moist-GF Moist GF Types 5 MWRC Moist-WRC/WH Moist WRC/WH Types 6 WWRC Wet-WRC Wet WRC Types 7 MSAF Moist-S/SAF/MH Moist S/SAF/MH Types 8 WSAF Wet-S/SAF/MH Wet S/SAF/MH Types 9 DSAF Dry-SAF/MH Dry SAF/MH Types 10 CDMH Cold Dry-SAF/MH Cold Dry SAF/MH Types 11 CALP Very Cold-Alpine Very Cold SAF/WBP/SAL Types 12 MTNM Mtn Btm/Meadow Mtn Bottomland/Meadow 13 ALPM Alpine-Meadow Alpine Meadow 14 ROCK Rock Rock Land 15 WATR Water Water 16 HDWD Hardwoods Hardwood Forest 17 STEP Steppe Grass/Shrub Steppe Habitat groups and their constituent habitat type codes: htg habitat type codes 1 - 130 140 141 142 160 161 162 210 220 230 311 321 2 - 110 170 171 172 190 250 260 261 262 263 280 281 282 283 292 310 312 313 320 322 323 324 330 340 350 360 370 505 506 507 508 3 - 290 291 293 510 511 512 515 590 591 592 4 - 500 516 517 518 519 520 521 522 523 524 525 526 529 5 - 501 530 531 532 533 534 535 545 546 547 548 555 565 570 571 572 573 574 575 576 577 578 6 - 540 541 542 550 560 7 - 420 421 422 470 579 600 620 621 622 623 624 625 660 661 662 670 671 672 673 674 680 681 682 685 686 687 740 8 - 410 440 460 461 462 480 610 630 631 632 635 636 637 650 651 652 653 654 655 675 676 677 9 - 450 640 641 663 690 691 692 693 694 710 711 712 713 720 750 780 790 791 792 910 920 930 950 10 - 730 731 732 733 820 830 831 832 840 841 842 925 940 11 - 850 860 870 12 - 60 61 65 70 71 72 73 74 13 - 80 81 84 87 14 - 10 15 - 1 16 - 50 78 79 17 - 15 16 17 18 19 20 21 30 31 32 33 34 35 36 37 38 39 ---------------------------------------------------------------------------------- tpa trees_per_acre n number(6) Total live trees per acre. ba ba_acre n number(4) Basal area of live trees in square feet per acre. sdi stand_density_index n number(5) Reineke's stand density index. The equivalent stocking in trees per acre as if all trees were ten inches in diameter. ccf crown_competition_factor n number(4) Crown competition factor. Sum of calculated maximum crown areas in square feet divided by 43560. Expressed as a percent. tcuft total_cubic_ft n number(6) Total cubic foot volume in all live trees for all size classes. mcuft merch_cubic_ft n number(6) Total merchantable cubic foot volume in live trees for all size classes. bdft total_board_ft n number(6) Total merchantable board foot volume in live trees for all size classes. denclass density_class n number(2) ----------------------------------------------------------------------------------- Density class. Consists of: Short Longer Class Name Name Description ----- ----- ------ ------------------------------------------------------- -1 UNK Unknown Unknown Density 0 NS Non-Stocked Non-Stocked - 0 trees 1 VLTA 1- 49 TPA Very Low TPA - 1 - 49 where badbh &lt; 5 inches. 2 LTPA 50-249 TPA Low TPA - 50 - 249 where badbh &lt; 5 inches. 3 MTPA 250-499 TPA Medium TPA - 250 - 499 where badbh &lt; 5 inches. 4 HTPA 500-999 TPA High TPA - 500 - 999 where badbh &lt; 5 inches. 5 VHTA 1000 + TPA Very High TPA - 1000+ where badbh &lt; 5 inches. 6 VLBA .5- 49 BA Very Low BA - .5 - 49 where badbh &gt;= 5 inches. 7 LBA 50- 99 BA Low BA - 50 - 99 where badbh &gt;= 5 inches. 8 MBA 100-199 BA Medium BA - 100 - 199 where badbh &gt;= 5 inches. 9 HBA 200-299 BA High BA - 200 - 299 where badbh &gt;= 5 inches. 10 VHBA 300 + BA Very High BA - 300+ where badbh &gt;= 5 inches. ------------------------------------------------------------------------------------ qmd quadratic_mean_diameter n number(5,1) Diameter of tree of average basal area. badbh basal_area_diameter n number(7,1) Basal area weighted average diameter. voldbh volume_diameter n number(8,1) Average diameter weighted by cubic foot volume. stgdbh structural_stage_diameter n number(6,1) Diameter of 70th percentile tree by crown diameter. baht basal_area_height n number(7,1) Basal area weighted average height. volht volume_height n number(8,1) Volume weighted average height. topht top_height n number(4) Mean height of 40 largest diameter trees. --------------------------------------------------------------------------------------- sizclass size_class n number(2) Size class is based on the badbh for the stand. size class short shorter code code description long description ---- ----- ------ ---------------------------------- -1 UNK Unknown Unknown Size Class 0 NS Non-Stocked Non-Stocked - No Trees 1 SEED Seedling 0 - .9 Seedlings - 0 - .9 inches 2 SAPL Sapling 1 - 4.9 Saplings - 1 - 4.9 inche 3 POLE Pole 5 - 8.9 Poles - 5 - 8.9 inches 4 SML Small 9 - 17.9 Small Trees - 9 - 17.9 inches 5 MED Medium 18 - 24.9 Medium Trees - 18 - 24.9 inches 6 LRG Large 25 + Large Trees - 25 plus inches -------------------------------------------------------------------------------- crncls crown_closure n number(2) Will be max of 100 percent, 100*(1-exp(-.01*tcov)). tcov total_cover n number(4) Total canopy cover of trees expressed as a percent. Sum of crown areas in square feet/43560. Can exceed 100 percent, based on the amount of crown overlap, which is not excluded. covht1 cover_height1 n number(4) Canopy cover of trees within the height range of zero to twenty feet. covht2 cover_height2 n number(4) Canopy cover of trees within the height range of 21 to 60 feet. covht3 cover_height3 n number(4) Canopy cover of trees within the height range of 61 to 100 feet. covht4 cover_height4 n number(4) Canopy cover of trees with a height greater than 100 feet. sttclass strata_class n number(2) Currently not computed. bage ba_age n number(4) Basal area weighted average age. Missing tree ages in our R1EDIT stand exams have been supplied by Clearwater Forest species-specific tree age regression models. We have also overwritten the calculated tree age estimates from the R1EDIT edit routines. upage upper_ba_age n number(4) Basal area weighted average age of trees in the 50th to 90th percentile by basal area. Upage is computed to provide an estimate of the stand initiation date of the main canopy of wild stands. ------------------------------------------------------------------------------- ageclass age_class n number(2) The following age classes are based on bage. size short longer short code code code description ---- ----- ------ ---------------------------------- -1 UNK Unknown Unknown Stand Age 0 NS Non-Stocked Non-Stocked - No Trees 1 25 1- 25 1 - 25 years Children 2 50 26- 50 26 - 50 years Teenagers 3 100 51-100 51 - 100 years Sub Adults 4 150 101-150 101 - 150 years Adults 5 151+ 151+ 151 plus years Old Folks ----------------------------------------------------------------------------- strstage structural_stage n number(3) The following structural stage is classified by the FVS model. See Crookston and Stage, 1999, RMRS-GTR-24. An error in classification has been made that eliminates most or all of Stem Exclusion and classifies these stands erroneously as Stand Initiation. stage short longer short code code code description ---- ----- ------ ---------------------------------- -1 UNK Unknown Unknown Structural Stage 0 NF Non-Forest Non-Forest from Land Class = 200 1 SS Seral/Shrub Seral/Shrub 2 SI Stand Initiation Stand Initiation 3 SE Stem Exclusion Stem Exclusion 4 URI Undrstory ReInit Understory Re-Initiation (2) 5 YFM Yng Forest Multi Young Forest Multi-Strata (3+) 6 OFS Old Forest Singl Old Forest Single Stratum 7 OFM Old Forest Multi Old Forest Multi-Strata (2+) ------------------------------------------------------------------------------ sucstage successional stage n number(2) Successional stage codes are: -1 UNK Unknown Unknown Successional Stage 0 NF Non-Forest Non-Forest from Land Class = 200 1 ES Early Seral Early Seral up to 5" DBH 2 MS/Y Mid-Seral/Young Mid-Seral/Young Forest up to 100 years old 3 MS/Y Mid-Seral/Mature Mid-Seral/Mature Forest up to 140 years old 4 LS/O Late-Seral/OF Late-Seral/Old Forest at least 140 years old. The process for classifying successional stage is: First, if land class code indicates non-forest, successional stage = 0. Then remaining stands meeting north idaho old growth or stepped down criteria are classified as Late Seral Old Forest. Then remaining stands that have received a regen harvest within the last 15 years and all other stands with a badbh of less then five inches are classified as Early Seral. Then remaining stands with a bage less than 100 years are classified as Mid-Seral Young Forest. Then remaining stands with a bage of 100 years or greater, up to the point of achieving Stepped Down or North Idaho criteria are classified as Mid-Seral Mature. Then remaining stands are set to Unknown. --------------------------------------------------------------------------------- ntsd num_trees_step_down n number(3) The number of trees per acre that qualify under the Stepped Down diameter and age criteria for old growth. The Stepped Down criteria is two inches less in diameter, and ten years less in age compared to the North Idaho Criteria. See ntni below for details. ---------------------------------------------------------------------------------- ntni num_trees_north_idaho n number(3) The number of trees per acre that qualify under the North Idaho diameter and age criteria for old growth. The age condition varies by species and the diameter criteria varies by both habitat group (HTG) and species. The following chart depicts these criteria: Species Minimum Minimum tree diameter Age in Yrs in inches White Pine 150 21 for HTG 1-8, 18 for HTG 9-17. Larch 150 21 for HTG 1-8, 18 for HTG 9-17. Douglas-fir 150 21 for HTG 1-8, 18 for HTG 9-17. Grand Fir 150 21 for all. Western Hemlock 150 21 for all. Western Red Cedar 150 25 for all. Lodgepole Pine 120 15 for HTG 1-8, 13 for HTG 9-17. Spruce 150 21 for HTG 1-8, 18 for HTG 9-17. Subalpine Fire 150 17 for all. Ponderosa Pine 150 21 for all. Other Species 150 17 for HTG 1-9, 13 for HTG 10-17. ---------------------------------------------------------------------------------- ogclass old_growth_class n number(2) Old Growth class: -1 UNK Unknown Unknown Old Growth Qualifications 0 NF Non-Forest Non-Forest (Habitat Groups 12-17) 1 NOG Not Old Growth Insufficient qualifying trees or total basal area. 2 OGSD Step-Down NI OG Meets Stepped Down criteria (-2" DBH and -10 Years) for at least the minimum number of qualifying trees, and minimum basal area for the stand. 3 OGNI North Idaho OG Meets North Idaho criteria for at least the minimum number of qualifying trees, and minimum basal area for the stand. Each tree is measured against the appropriate age and dbh by species and stand habitat type group to ascertain if it counts towards the number of North Idaho or Step Down qualifying trees for the stand. Each tree qualifying by the North Idaho criteria automatically qualifies by the Step Down criteria, which is more relaxed (see ntni and ntsd). For the stand to be characterized as either Step Down or North Idaho Old Growth (classes 2 or 3) each stand must have a minimum number of qualifying trees, and a minimum basal area in trees five inches or larger diameter, both of which vary by habitat type group as follows: Minimum Minimum # of qualifying Code Habitat type group basal Area trees per acre 1 Very Dry PP/DF Types 60 8 2 Dry PP/DF/GF Types 60 8 3 Dry DF/GF Types 80 10 4 Moist GF Types 80 10 5 Moist WRC/WH Types 120 10 6 Wet WRC Types 120 10 7 Moist S/SAF/MH Types 80 10 8 Wet S/SAF/MH Types 80 10 9 Dry SAF/MH Types 60 8 10 Cold Dry SAF/MH Types 60 5 11 Very Cold SAF/WBP/SAL Types 40 5 12 Mtn Bottomland/Meadow N.A. N.A. 13 Alpine Meadow N.A. N.A. 14 Rock Land N.A. N.A. 15 Water N.A. N.A. 16 Hardwood Forest N.A. N.A. 17 Grass/Shrub Steppe N.A. N.A. As a final check, any stand that has had any regeneration harvest activity will receive an Old Growth classification of 1 (not Old Growth). ------------------------------------------------------------------------------- acc accretion n number(4) Cubic foot volume growth per acre per year. mort mortality n number(4) Cubic foot volume mortality per acre per year. vigclass vigor_class n number(2) Not currently calculated. vigindex vigor_index n number(8,5) Vigor index is a percent expression of the annual net growth ( (acc minus mort)/tcuft ). -------------------------------------------------------------------------------- msc major_species n number(2) MSC is the species in plurality by trees per acre when the quadratic mean diameter is less than five inches, and the species in plurality by basal area when the quadratic mean diameter is greater than or equal to five inches. Major Species codes: -1 UNK Unknown Unknown Species Group 0 NS Non-Stocked Non-Stocked 1 WP WP White Pine 2 L L Larch 3 DF DF Douglas Fir 4 GF GF Grand Fir 5 WH WH Western Hemlock 6 C C Cedar 7 LP LP Lodgepole 8 S S Spruce 9 AF AF Subalpine Fir 10 PP PP Ponderosa Pine 11 OTHR Other species Other Species - MH, WBP, etc. --------------------------------------------------------------------------------- msctpa major_species_trees_per_acre n number(6) MSCTPA is the species in plurality by trees per acre. See msc for species codes. mscba major_species_basal_area n number(6) MSCBA is the species in plurality by basal area. See msc for species codes. mscvol major_species_volume n number(6) MSCVOL is the species in plurality by cubic foot volume. See msc for species codes. msccov major_species_cover n number(6) MSCCOV is the species in plurality by canopy cover. See msc for species codes. spclass species_class x number(2) Not currently computed. Will be Regional single and multiple species cover types. --------------------------------------------------------------------------------- hrvact harvest_activity_code x number(4) Activity code of the most recent harvest activity from the FACTS table,exclusive of salvage harvest that has occurred on less than 50 percent of the stand acres. hrvyear harvest_year x number(4) Calendar year of the most recent planned or accomplished harvest activity fromthe TSMRS ACTIVITIES table. Planned harvests include only those that are currently under contract to be harvested. ---------------------------------------------------------------------------------- hrvclass harvest_class x number(2) Harvest activities are classified into two groups. Regeneration harvest activities include only even-aged regeneration harvests, i.e. where the current stand is being or has been essentially replaced. The intermediate harvest class includes all intermediate harvests, such as sanitation salvage and commercial thinning, as well as uneven-age regeneration harvests. These intermediate harvests are not directed at replacing the entire existing stand, but rather maintaining a substantial canopy cover. The codes for harvest class are: 0 NONE Not Harvested No Known Harvest 1 INTM Intermediate Intermediate Harvest 2 REGN Regeneration Regeneration Harvest ---------------------------------------------------------------------------------- chgact change_activity_code x number(4) The activity code of the latest burn or natural change activity from the FACTS table. The codes for change activities are: 4250 Natural Changes 4260 Man-Caused Fire Damage ---------------------------------------------------------------------------------- chgmeth change_method x number(4) The method of accomplishment code from the TSMRS ACTIVITIES table. Those that are applicable associated with the natural change activity (4250) are: 304 wildfire 306 insect and disease 307 wind --------------------------------------------------------------------------------- chgyear change_year x number(4) Calendar year of the most recent change or burn activity from the FACTS table. udate update_date x date Date of the inventory compilation. *** All of the preceding tree inventory data are taken from FVS model projections of stand exams grown from the date of examination to the current year and are in consideration of just the live tree component.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT><BR /> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>