ÿþ<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>Humboldt County GIS Roadway Centerline</H1> <H2>Shapefile </H2> <TABLE cols="3" frame="void" rules="cols" width="315" height="28"> <COL WIDTH="105" /><COL WIDTH="105" /><COL WIDTH="105" /> <TR height="28" onmouseover="doHilite()" onmouseout="doHilite()" onclick="changeTab(this)"> <TD ID="DescTab" CLASS="tsel" TITLE="Click to see a description of the data">Description</TD> <TD ID="SpatialTab" CLASS="tun" TITLE="Click for details about the spatial data">Spatial</TD> <TD ID="AttribTab" CLASS="tun" TITLE="Click for details about the attribute data">Attributes</TD> </TR> </TABLE> <DIV ID="Group" CLASS="f"> <DIV ID="Description" CLASS="pv" STYLE="display:block"><BR /> <IMG ID="thumbnail" ALIGN="absmiddle" STYLE="height:144; border:'2 outset #FFFFFF'; position:relative" SRC="file:///H:\GIS1\roads\current\humtrans3sp_201006010.bmp" /> <BR /><BR /> <DIV CLASS="pn">Keywords</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Theme: </SPAN> Transportation, Highways, Roads, Streets, Addressing, Functional Class</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Place: </SPAN> California, Humboldt County, Eureka, Arcata, Fortuna, Rio Dell, Ferndale, Blue Lake, Trinidad, McKinleyville, Redway, Garberville, Shelter Cove, Hoopa</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">Humboldt County Highways and Roads, June 2010. This GIS dataset is the result of ongoing efforts to produce an accurate Roadway Centerline GIS layer for Humboldt County. Multiple source datasets were merged and edited to create this master roads layer. This centerline data consists of all public and some private roads in Humboldt County. Location geometry is based on 2005 Airphotos - USDA NAIP County Mosaic. Address ranges, City and Zip attributes have been checked and corrected using various sources including parcel site addresses. Roadway Functional Class is based on Humboldt County Travel Demand Forecasting Model.</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 be used as a general guide to Highways and Roads for Humboldt County for street and address location.</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">June 2008 - Added County General Plan Functional Classification attribute and values - [planfunc]</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>Date and time: </I> June 6, 2010</DIV> <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>Humboldt County Community Development Services<BR /></SPAN> <DIV><I>Date and time: </I> June 6, 2010</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>humtrans3sp_20100601<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">\\Clark-Dc1\snapgis\GIS1\roads\current\humtrans3sp_20100601.shp</LI></DIV> <DIV><LI STYLE="margin-left:0.2in">http://co.humboldt.ca.us/planning/maps/datainventory/gisdatalist.asp</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.0.1770</SPAN><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Size of the data: </I>6.780 MB<BR /> <I>Data transfer size: </I>6.780 MB<BR /> <BR /> </DIV> </DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Accessing the data <DIV CLASS="pe2" STYLE="display:none"> <I>Size of the data: </I>0.000 MB<BR /> <I>Data transfer size: </I>0.000 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">Humboldt County Community Development Services (HCCDS) makes no guarantee of the accuracy or completeness of this data. It has not been fully reviewed for accuracy and is intended to be used for planning purposes only. HCCDS assumes no liability or responsibility in the use, or misuse, of this data. While every effort has been made to assure the accuracy of this information, it should be understood that it does not have the force and effect of law, rule, or regulation. Should any difference or error occur, the law will take precedence.</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: 20100609 at time 16572700 <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> Chinmaya Lewis<BR />Humboldt County Community Development Services<BR /><I>mailing and physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">3015 H Street</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Eureka, CA 95501</DIV> </DIV> <BR /> 707-268-3737 (voice)<BR />707-445-7446 (fax)<BR />clewis@co.humboldt.ca.us<BR /><BR /> <DIV><I>Hours of service:</I> 8:30am - 5pm M-F</DIV><BR /> </DIV> </DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Standards used to create this document <DIV CLASS="pe2" STYLE="display:none"> <I>Standard name: </I>FGDC Content Standards for Digital Geospatial Metadata<BR /> <I>Standard version: </I>FGDC-STD-001-1998<BR /> <I>Time convention used in this document: </I>local time<BR /> Metadata profiles defining additonal information<LI STYLE="margin-left:0.2in"> ESRI Metadata Profile: <A TARGET="viewer" HREF="http://www.esri.com/metadata/esriprof80.html">http://www.esri.com/metadata/esriprof80.html </A> </LI> </DIV> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Spatial" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Horizontal coordinate system</DIV> <DIV STYLE="margin-left:0.2in"><I>Projected coordinate system name: </I>NAD_1983_StatePlane_California_I_FIPS_0401</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>State Plane Coordinate System 1983</DIV> <DIV CLASS="sr2"><I>SPCS Zone Identifier: </I>401</DIV> <DIV CLASS="srh2">Lambert Conformal Conic Projection</DIV> <DIV CLASS="sr3"><I>Standard Parallel: </I>40.000000<BR /> <I>Standard Parallel: </I>41.666667<BR /> <I>Longitude of Central Meridian: </I>-122.000000<BR /> <I>Latitude of Projection Origin: </I>39.333333<BR /> <I>False Easting: </I>2000000.000000<BR /> <I>False Northing: </I>500000.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.000000</DIV> <DIV CLASS="sr3"><I>Ordinate Resolution: </I>0.000000</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>0.000003</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> -124.443951</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> -123.414814</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> 41.480260</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> 39.973953</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">In projected or local coordinates</DIV> <DIV STYLE="margin-left:0.6in"><I>Left: </I>1795860.930221</DIV> <DIV STYLE="margin-left:0.6in"><I>Right: </I>1879171.366850</DIV> <DIV STYLE="margin-left:0.6in"><I>Top: </I>739392.912373</DIV> <DIV STYLE="margin-left:0.6in"><I>Bottom: </I>573918.697249</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>Metadata imported.<BR /> <I>Source used: </I>h:\gis1\emptymetadata.xml<BR /> <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>Metadata imported.<BR /> <I>Source used: </I>H:\GIS1\roads\humtrans20061215.shp.xml<BR /> <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>Metadata imported.<BR /> <I>Source used: </I>C:\gis2\roads\humtrans20070713.xml<BR /> <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>Dataset copied.<BR /> <I>Source used: </I>\\PLAN94\C$\gis2\roads\edit\20070510\humtrans.gdb<BR /> <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>Dataset copied.<BR /> <I>Source used: </I>H:\GIS1\roads\humtrans20080626utm83<BR /> <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>Dataset copied.<BR /> <I>Source used: </I>\\GIS-SERVER\cdsgis\GIS1\roads\humtrans20061215.gdb<BR /> <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>Dataset copied.<BR /> <I>Source used: </I>H:\GIS1\roads\current\humtransutm83_20100312<BR /> <I>Process date: </I>20100330 at time 14452600<BR /> <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>Dataset copied.<BR /> <I>Process date: </I>20100330 at time 14495200<BR /> <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>Dataset copied.<BR /> <I>Source used: </I>C:\Gis1\Roads\Edit\humtrans3sp_20100312<BR /> <I>Process date: </I>20100414 at time 16504200<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: Humboldt County Travel Demand Forecasting Model <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 2: USGS DLG <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 3: Humboldt County's 911 Contract Roads Centerline Dataset <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 4: Modified Tiger File Roadway Centerline <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 5: Humboldt County County GIS Parcel Data <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 6: USPS Post Offices for Humboldt County. <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Source 7: USPS Zip Code Lookup <DIV CLASS="pe2" STYLE="margin-left:0.2in; display:none"> </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. FeatureClassToFeatureClass_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20080627 at time 150935<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 D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp D:\cdsgis\GIS1\roads\humtrans20061215.gdb humtrans # "OBJECTID OBJECTID true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,OBJECTID,-1,-1;ID ID true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,ID,-1,-1;DIR DIR true false false 4 Short 0 4 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,DIR,-1,-1;FUNCTIONAL FUNCTIONAL true false false 20 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,FUNCTIONAL,-1,-1;AB_LANE AB_LANE true false false 4 Short 0 4 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,AB_LANE,-1,-1;BA_LANE BA_LANE true false false 4 Short 0 4 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,BA_LANE,-1,-1;AB_SPEED AB_SPEED true false false 4 Short 0 4 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,AB_SPEED,-1,-1;BA_SPEED BA_SPEED true false false 4 Short 0 4 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,BA_SPEED,-1,-1;LANE_CAPAC LANE_CAPAC true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,LANE_CAPAC,-1,-1;FROM_ID FROM_ID true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,FROM_ID,-1,-1;TO_ID TO_ID true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,TO_ID,-1,-1;SG_ID SG_ID true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,SG_ID,-1,-1;T63_ID T63_ID true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,T63_ID,-1,-1;T63_CFCC T63_CFCC true false false 16 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,T63_CFCC,-1,-1;DOT_ROUTE DOT_ROUTE true false false 4 Short 0 4 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,DOT_ROUTE,-1,-1;PREFIX PREFIX true false false 5 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,PREFIX,-1,-1;STREETNAME STREETNAME true false false 50 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,STREETNAME,-1,-1;STREETTYPE STREETTYPE true false false 16 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,STREETTYPE,-1,-1;SUFFIX SUFFIX true false false 5 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,SUFFIX,-1,-1;AR1FROM AR1FROM true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,AR1FROM,-1,-1;AR1TO AR1TO true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,AR1TO,-1,-1;AR2FROM AR2FROM true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,AR2FROM,-1,-1;AR2TO AR2TO true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,AR2TO,-1,-1;CITY CITY true false false 30 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,CITY,-1,-1;COMMUNITY COMMUNITY true false false 30 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,COMMUNITY,-1,-1;ZIP_RIGHT ZIP_RIGHT true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,ZIP_RIGHT,-1,-1;ZIP_LEFT ZIP_LEFT true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,ZIP_LEFT,-1,-1;STROADNO STROADNO true false false 10 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,STROADNO,-1,-1;SYS SYS true false false 5 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,SYS,-1,-1;FA_NO FA_NO true false false 10 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,FA_NO,-1,-1;FUNCCLASS FUNCCLASS true false false 10 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,FUNCCLASS,-1,-1;source source true false false 20 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,source,-1,-1;EditorName EditorName true false false 50 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,EditorName,-1,-1;LastUpdate LastUpdate true true false 8 Date 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,LastUpdate,-1,-1;dlg_id dlg_id true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,dlg_id,-1,-1;srnf_id srnf_id true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,srnf_id,-1,-1;Shape_Leng Shape_Leng true false false 19 Double 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,Shape_Leng,-1,-1;temp_id temp_id true false false 9 Long 0 9 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,temp_id,-1,-1;fullrdname fullrdname true false false 100 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,fullrdname,-1,-1;juris juris true false false 25 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,juris,-1,-1;planfunc planfunc true false false 25 Text 0 0 ,First,#,D:\cdsgis\GIS1\roads\humtrans20080626utm83.shp,planfunc,-1,-1" # D:\cdsgis\GIS1\roads\humtrans20061215.gdb\humtrans</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> 20100315 at time 095732<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Conversion Tools.tbx\FeatureClassToFeatureClass<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">FeatureClassToFeatureClass H:\GIS1\roads\current\humtrans20100312.gdb\humtrans H:\GIS1\roads\current humtrans20100312_utm83.shp # "OBJECTID 'OBJECTID' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,OBJECTID,-1,-1;ID 'ID' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,ID,-1,-1;DIR 'DIR' true true false 2 Short 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,DIR,-1,-1;FUNCTIONAL 'FUNCTIONAL' true true false 20 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,FUNCTIONAL,-1,-1;AB_LANE 'AB_LANE' true true false 2 Short 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,AB_LANE,-1,-1;BA_LANE 'BA_LANE' true true false 2 Short 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,BA_LANE,-1,-1;AB_SPEED 'AB_SPEED' true true false 2 Short 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,AB_SPEED,-1,-1;BA_SPEED 'BA_SPEED' true true false 2 Short 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,BA_SPEED,-1,-1;LANE_CAPAC 'LANE_CAPAC' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,LANE_CAPAC,-1,-1;FROM_ID 'FROM_ID' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,FROM_ID,-1,-1;TO_ID 'TO_ID' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,TO_ID,-1,-1;SG_ID 'SG_ID' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,SG_ID,-1,-1;T63_ID 'T63_ID' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,T63_ID,-1,-1;T63_CFCC 'T63_CFCC' true true false 16 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,T63_CFCC,-1,-1;DOT_ROUTE 'DOT_ROUTE' true true false 2 Short 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,DOT_ROUTE,-1,-1;PREFIX 'PREFIX' true true false 5 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,PREFIX,-1,-1;STREETNAME 'STREETNAME' true true false 50 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,STREETNAME,-1,-1;STREETTYPE 'STREETTYPE' true true false 16 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,STREETTYPE,-1,-1;SUFFIX 'SUFFIX' true true false 5 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,SUFFIX,-1,-1;AR1FROM 'AR1FROM' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,AR1FROM,-1,-1;AR1TO 'AR1TO' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,AR1TO,-1,-1;AR2FROM 'AR2FROM' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,AR2FROM,-1,-1;AR2TO 'AR2TO' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,AR2TO,-1,-1;CITY 'CITY' true true false 30 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,CITY,-1,-1;COMMUNITY 'COMMUNITY' true true false 30 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,COMMUNITY,-1,-1;ZIP_RIGHT 'ZIP_RIGHT' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,ZIP_RIGHT,-1,-1;ZIP_LEFT 'ZIP_LEFT' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,ZIP_LEFT,-1,-1;STROADNO 'STROADNO' true true false 10 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,STROADNO,-1,-1;SYS 'SYS' true true false 5 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,SYS,-1,-1;FA_NO 'FA_NO' true true false 10 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,FA_NO,-1,-1;FUNCCLASS 'FUNCCLASS' true true false 10 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,FUNCCLASS,-1,-1;source 'source' true true false 20 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,source,-1,-1;EditorName 'EditorName' true true false 50 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,EditorName,-1,-1;LastUpdate 'LastUpdate' true true false 8 Date 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,LastUpdate,-1,-1;dlg_id 'dlg_id' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,dlg_id,-1,-1;srnf_id 'srnf_id' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,srnf_id,-1,-1;Shape_Leng 'Shape_Leng' true true false 8 Double 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,Shape_Leng,-1,-1;temp_id 'temp_id' true true false 4 Long 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,temp_id,-1,-1;fullrdname 'fullrdname' true true false 100 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,fullrdname,-1,-1;juris 'juris' true true false 25 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,juris,-1,-1;planfunc 'planfunc' true true false 25 Text 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,planfunc,-1,-1;Shape_Le_1 'Shape_Length' false true true 8 Double 0 0 ,First,#,H:\GIS1\roads\current\humtrans20100312.gdb\humtrans,Shape_Length,-1,-1" # H:\GIS1\roads\current\humtrans20100312_utm83.shp</DIV> <BR /></DIV> </DIV> <DIV CLASS="ph2" STYLE="margin-left:0.4in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">3. Process<DIV CLASS="pe2" STYLE="display:none"> <I>Date and time:</I> 20100330 at time 144953<BR /> <I>Tool location:</I> C:\Program Files\ArcGIS\ArcToolbox\Toolboxes\Data Management Tools.tbx\Project<BR /> <DIV CLASS="srh1">Command issued</DIV> <DIV CLASS="sr2">Project H:\GIS1\roads\edit\humtransutm83_20100312.shp C:\Gis1\Roads\Edit\humtrans3sp_20100312.shp PROJCS['NAD_1983_StatePlane_California_I_FIPS_0401',GEOGCS['GCS_North_American_1983',DATUM['D_North_American_1983',SPHEROID['GRS_1980',6378137.0,298.257222101]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Lambert_Conformal_Conic'],PARAMETER['False_Easting',2000000.0],PARAMETER['False_Northing',500000.0],PARAMETER['Central_Meridian',-122.0],PARAMETER['Standard_Parallel_1',40.0],PARAMETER['Standard_Parallel_2',41.66666666666666],PARAMETER['Latitude_Of_Origin',39.33333333333334],UNIT['Meter',1.0]] # PROJCS['NAD_1983_UTM_Zone_10N',GEOGCS['GCS_North_American_1983',DATUM['D_North_American_1983',SPHEROID['GRS_1980',6378137.0,298.257222101]],PRIMEM['Greenwich',0.0],UNIT['Degree',0.0174532925199433]],PROJECTION['Transverse_Mercator'],PARAMETER['False_Easting',500000.0],PARAMETER['False_Northing',0.0],PARAMETER['Central_Meridian',-123.0],PARAMETER['Scale_Factor',0.9996],PARAMETER['Latitude_Of_Origin',0.0],UNIT['Meter',1.0]]</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">None.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="pn">Spatial data description</DIV> <DIV CLASS="pn" STYLE="margin-left:0.2in">Vector data information</DIV> <DIV STYLE="margin-left:0.4in" CLASS="pn">ESRI description</DIV> <DIV CLASS="ph2" STYLE="margin-left:0.6in" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> humtrans3sp_20100601 <DIV CLASS="pe2" STYLE="display:none"> <I>ESRI feature type: </I>Simple<BR /> <I>Geometry type: </I>Polyline<BR /> <I>Topology: </I>FALSE<BR /> <I>Feature count: </I>20567<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> humtrans3sp_20100601: String, 20567 </LI> </DIV> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for humtrans3sp_20100601</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>20567</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)"> fullrdname <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FID<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>100<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Full Road Name</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">[PREFIX]+" "+ [STREETNAME]+" "+ [STREETTYPE]+ " "+ [SUFFIX]</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)"> juris <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>juris<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>25<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">mergepub4 and Cities2</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)"> planfunc <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>planfunc<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>25<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">County General Plan Road Classification</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Humboldt County General Plan - Volume I Framework Plan, Adopted 12/10/84, Amended 02/09/98</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)"> COMMUN_9 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COMMUN_9<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>9<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_Le_1 <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape_Le_1<BR /> <I>Data type: </I>Float<BR /> <I>Width: </I>19<BR /> <I>Number of decimals: </I>11<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)"> temp_id <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>temp_id<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">temporary id</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">objectid</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> Shape <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape<BR /> <I>Data type: </I>Geometry<BR /> <I>Width: </I>0<BR /> <I>Precision: </I>0<BR /> <I>Scale: </I>0<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Feature geometry.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">ESRI</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <BR /> </DIV> </DIV> </DIV> <DIV STYLE="margin-left:0.2in" CLASS="pn"> <DIV STYLE="margin-left:0.25in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)"> ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DIR<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<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)"> DIR <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FUNCTIONAL<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Directionality</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)"> FUNCTIONAL <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>AB_LANE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>20<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Roadway Functional Class</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT> <SPAN CLASS="lt"><I>Definition Source: </I><PRE ID="original">Humboldt County Travel Demand Model Network (Network2000)</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)"> AB_LANE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BA_LANE<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Number of Lanes in AB Direction</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)"> BA_LANE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>AB_SPEED<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Number of Lanes in BA Direction</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)"> AB_SPEED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>BA_SPEED<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Speed Limit (posted) in AB Direction</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)"> BA_SPEED <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LANE_CAPAC<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Speed Limit (posted) in BA Direction</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)"> LANE_CAPAC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FROM_ID<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Average Daily Volume Capacity of Lane (?)</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)"> FROM_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>TO_ID<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<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)"> TO_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SG_ID<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<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)"> SG_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>T63_ID<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">shapegeo ID</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)"> T63_ID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>T63_CFCC<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<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)"> T63_CFCC <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>DOT_ROUTE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>16<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Census Feature Class Codes (CFCC)</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)"> DOT_ROUTE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>PREFIX<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>4<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">CALTRANS State HWY 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)"> PREFIX <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STREETNAME<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>5<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Streetname Prefix</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)"> STREETNAME <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STREETTYPE<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<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)"> STREETTYPE <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SUFFIX<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>16<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)"> SUFFIX <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>AR1FROM<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>5<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Street Type Suffix</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)"> AR1FROM <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>AR1TO<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Beginning Left Address Range</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)"> AR1TO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>AR2FROM<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Ending Left Address Range</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)"> AR2FROM <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>AR2TO<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Beginning Right Address Range</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)"> AR2TO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>CITY<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">Ending Right Address Range</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)"> CITY <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>COMMUNITY<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>30<BR /> <SPAN CLASS="lt"><I>Definition: </I><PRE ID="original">City/Community</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)"> COMMUNITY <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ZIP_RIGHT<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>30<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)"> ZIP_RIGHT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ZIP_LEFT<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<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)"> ZIP_LEFT <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>STROADNO<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<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)"> STROADNO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>SYS<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>10<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)"> SYS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FA_NO<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>5<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)"> FA_NO <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>FUNCCLASS<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>10<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)"> FUNCCLASS <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>source<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>10<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)"> source <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>EditorName<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>20<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)"> EditorName <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>LastUpdate<BR /> <I>Data type: </I>String<BR /> <I>Width: </I>50<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)"> LastUpdate <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>dlg_id<BR /> <I>Data type: </I>Date<BR /> <I>Width: </I>8<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)"> dlg_id <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>ID<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<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)"> Id <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>OBJECTID<BR /> <I>Data type: </I>Integer<BR /> <I>Width: </I>9<BR /> <I>Precision: </I>9<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)"> OBJECTID <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>Shape_Leng<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<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_Leng <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>srnf_id<BR /> <I>Data type: </I>Float<BR /> <I>Width: </I>19<BR /> <I>Number of decimals: </I>11<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)"> srnf_id <DIV CLASS="pe2" STYLE="display:none"> <I>Alias: </I>fullrdname<BR /> <I>Data type: </I>Number<BR /> <I>Width: </I>9<BR /> <BR /> </DIV> </DIV> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>