ÿþ<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>2007 Regional Plan Data - Ver.9 Data</H1> <H2>ESRI Personal Geo-database </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> 2007 Regional Plan Data Ver. 9, 2007 Regional Plan</DIV> <DIV STYLE="margin-left:0.2in" CLASS="lt2"><SPAN CLASS="pn">Place: </SPAN> Truckee Meadows, Reno, Sparks, Washoe County, One East First Street, Suite 1100</DIV> <BR /> <DIV CLASS="pn">Description</DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Abstract <DIV CLASS="pe2" STYLE="display:"> <SPAN CLASS="lt"><PRE ID="original">This File Geo-Database represents the data used to create Maps 1-8 of the 2007 Regional Plan Version 9. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Please note that TMRPA (Truckee Meadows Regional Planning Agency) creates, maintains and distributes the following GIS feature classes: - AE_Floodways_DCA (Revised 01/15/2009 - Updated FEMA DFIRM Maps 09/2008) - Public_Lands_DCA - Significant_Water_Bodies_DCA - Slopes_DCA_30_Deg_n_UP (Revised 01/15/2009 - Updated with 2004 WC Community Development Slope Data) - Reno_Tahoe_Industrial_Park - Spaghetti_Bowl_Buffers - Spaghetti_Bowl_Center_Point - Convention_Regional_Center (Removed from the database 11/21/07 and incorporated into the Regional_Centers Feature Class) - Cooperative_Planning (Revised 01/14/2010) Several updates based on recent conformance reviews - FSA (Revised 01/15/2009) - Geometry Corrections - FSA_Diss (Revised 01/15/2009) - Geometry Corrections - Joint_Planning, (Revised 08/13/2009 - Deleted the WC and Sparks Joint Planning Area Polygon), (Revised 01/14/2010 - Removed the Ergs and Peak Properties) - Regional_Centers (Revised 11/21/2007), (Revised 08/13/2009) - RT_Airport_Regional_Center (Removed from the database 11/21/07 and incorporated into the Regional_Centers Feature Class) - South_Virginia_TOD (Removed from the database 11/21/07 and incorporated into the TOD_Corridors Feature Class) - TMSA (Revised 01/15/2009) - Geometry Corrections, (Revised 01/14/2010) - Silver Hills and Stanley PPO RPA's - TMSA_Diss (Revised 01/15/2009) - Geometry Corrections, (Revised 01/14/2010) - Silver Hills and Stanley PPO RPA's - TOD_Corridors (Revised 09/11/2008 - South Virginia TOD revised), (Revised 08/13/2009), (Revised 01/14/2010) Several updates based on recent conformance reviews - West_4th_TOD (Removed from the database 11/21/07 and incorporated into the TOD_Corridors Feature Class - See Above Notes) Please note that the following feature classes are maintained, created and distributed by Washoe County GIS Department: - NV_Counties - Highway_580_Alignment - McCarran_Blvd - WC_Roads ( downloaded by TMRPA staff on 06/25/09) **For more details please contact Washoe County GIS Department at (775) 328-2032 or visit: http://www.washoecounty.us/gis/datawarehouse.htm ***All of the Hydofeatures and Hydrobasin datasets are created, maintained and distributed by USGS.</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">The purpose of this data is to convey or illustrate Regional Planning concepts within the Washoe, Reno and Sparks jurisdictions.</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">The following data edits were made in previous versions of this database and are now part of this database: Version 9: 01/14/2010 - Updated the TOD data layer with boundary changes to the Western Gateway Regional Center and the University Regional Center. Updated the Cooperative Planning data layer to match the Dandini Regional Center boundary. Updated both the TMSA and TMSA Dissolved data layers based on the approval of both the Stanley RPA 08-005 and Silver Hills (RPA 09-024) WC requests to amend the TMSA. Also updated the Joint Planning Area boundary to remove the ERGS Inc. and Lemon Valley Land Co., Inc. properties. Updated the WC Street Center Line File and also updated both the City of Reno and the City of Sparks City Limits boundaries. Version 8: 08/13/2009 - Updated the TOD data layer with boundary changes to both the West 4th street and Virginia Street TOD polygons. Changed the "Mill" Regional Center Annotation to "Medical". Updated the Joint Planning Data Layer by deleting the Washoe County - Sparks Joint Planning Area Boundary polygon. Updated the WC Street Center Line File and also updated both the City of Reno and the City of Sparks City Limits boundaries. Version 7: 01/15/2009 - Updated the TMSA polygon dissolved, TMSA polygons, FSA polygon dissolved, FSA polygons datasets so that each of the geographic features contained coincident geometry with the WC GIS Parcel Polygons released in September 2008. All over shoots, gaps and overlaps have been fixed. Additionally, the TMSA polygons data layer now conatins attribute fields for total TMSA by jurisdiction and total Development Constrained Areas by jurisdiction. Please also note that the slopes greater than 30% and AE Floodways DCA data layers have also been updated in Version 7. No private property owner requests to ammend the TMSA have been approved between Version 6 and Version 7 TMRPA GIS data. Version 6: 09/11/2008 - Updated the South Virginia TOD polygon in the TOD GIS data layer, updated the WC street C.L. data and updated both the City of Reno and City of Sparks incorporated boundaries. Version 5: 02/14/2008 - TMSA 07-008 (Silvas) application to ammend the TMSA, this amendment was approved by the RPGB on this date. This application moved a 40 acre parcel from Rural Development Area to Washoe County's portion of the TMSA. Version 4: 12/13/2007 - Technical Amendments involving Maps 1-8 (Data Edits as well as text edits to the 2007 Regional Plan) were made in advance of the December 13, 2007 RPGB meeting. Also, the WC Roads feature class was updated by WC on November 14, 2007. TMRPA staff downloaded the WC Roads feature class from the Washoe County website on 11/21/07. 12/13/2007 - TMSA 06-011 (Dolan Properties LLC) and TMSA 07-004 (Brad &amp; Sharon Stanley) TMSA (Truckee Meadows Service Areas) amendments were approved by the RPGB. The Dolan application moves 2,172 acres into the City of Reno TMSA from the RDA (Rural Development Area). The Stanley application moves 40 acres into Washoe County's protion of the TMSA. Therefore, the TMSA and TMSA_diss data layers contained within this database have been modified (12/18/2007) to reflect these changes to the Truckee Meadows Service Areas. Version 3: 11/08/2007 - The South Virginia and West 4th Street Corridors were updated in Version 4 of the TOD Corridors feature class. Also, the Reno Tahoe International Airport Center and the Convention Center Regional Center were updated via conformance review and have incorporated into Version 4 of the Regional Center Feature Class data. 11/08/2007 - TMSA 07-006 Dean and Kristina Tischler application to ammend the TMSA (Truckee Meadows Service Areas) boundary was approved by the RPGB (Regional Planning Governing Board) on November 8, 2007. This application moves a parcel from Washoe County's portion of the TMSA into the City of Sparks' portion of the TMSA. Only the TMSA Boundary &amp; TMSA dissolved feature classes will be affected by this change. Version 2: 10/11/2007 - TMSA 07-003 Sierra Triple Net LLC application to ammend the TMSA (Truckee Meadows Service Areas) boundary was approved by the RPGB (Regional Planning Governing Board) on October 11, 2007.</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> <DIV CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Links to graphics describing the data <DIV CLASS="pe2" STYLE="display:; position:relative; top:-15; margin-left:-0.05in"> <UL><LI> TMRPA Logo (JPEG): <A TARGET="viewer" HREF="T:\525.Graphics\logos\tmrpa-color-transparent4x4@300.jpg">T:\525.Graphics\logos\tmrpa-color-transparent4x4@300.jpg</A> </LI> </UL> </DIV> </DIV> <DIV STYLE="text-align:center; color:#6495ED">_________________</DIV><BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Status of the data <DIV CLASS="pe2" STYLE="display:none"> Complete<BR /><I>Data update frequency: </I> As needed<BR /></DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Time period for which the data is relevant <DIV CLASS="pe2" STYLE="display:none"> <DIV><I>Date and time: </I> January 14, 2010 at time unknown</DIV> <DIV><I>Date and time: </I> September 11, 2008 at time unknown</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>TMRPA (Truckee Meadows Regional Planning) - Andrew M. Simpson<BR /></SPAN> <DIV><I>Date and time: </I> January 14, 2010 at time Unknown</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>Type of data: </I>vector digital data<BR /> <DIV><I>Location of the data: </I></DIV><DIV><LI STYLE="margin-left:0.2in">www.tmrpa.org</LI></DIV> <I>Data processing environment: </I><SPAN CLASS="lt">Microsoft Windows XP Version 5.1 (Build 2600) Service Pack 2; ESRI ArcCatalog 9.2.2.1350</SPAN><BR /> <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">No warranty is made by the Truckee Meadows Regional Planning Agency as to the accuracy, reliability, or completeness of the data contained in this File Geo-Database. This data was intended to illustrate concepts defined in the 2007 Regional Plan and may not meet National Mapping Accuracy Standards. Additionally, this data was developed through a digital means and may be updated without notification. For questions regarding this data please call Truckee Meadows Regional Planning Agency at (775) 321-8394.<BR /></SPAN><DIV> <I>Use constraints: </I> <SPAN CLASS="lt"><PRE ID="original">none</PRE></SPAN><BR /> <SCRIPT>fix(original)</SCRIPT> </DIV> </DIV> </DIV> </DIV> </DIV> <BR /> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details about this document <DIV CLASS="pe2" STYLE="display:none"> Contents last updated: 20100423 at time 15182600 <DIV>Contents last reviewed: February 1, 2010</DIV> <DIV>Contents to be reviewed: na</DIV> <DIV CLASS="ph1" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Who completed this document <DIV CLASS="pe2" STYLE="display:none"> Andrew M. Simpson<BR />TMRPA (Truckee Meadows Regional Planning Agency)<BR /><I>mailing and physical address:</I><BR /><DIV STYLE="margin-left:0.3in"> <DIV CLASS="lt"> <PRE ID="original">One East First Street</PRE> <SCRIPT>fix(original)</SCRIPT> </DIV> <DIV> Reno, Nevada 89501-1625</DIV> <DIV>United States</DIV></DIV> <BR /> 775-321-8394 (voice)<BR />775-321-8385 (voice)<BR />775-321-8386 (fax)<BR />asimpson@tmrpa.org<BR />input@tmrp.org<BR /><BR /> <DIV><I>Hours of service:</I> M-F 8am-5pm</DIV><DIV><I>Contact Instructions:</I></DIV> <DIV STYLE="margin-left:0.3in"> <PRE ID="original">Please email your request.</PRE> <SCRIPT>fix(original)</SCRIPT> </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 CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Details <DIV CLASS="pe2" STYLE="display:none"> <DIV CLASS="srh1">Geographic Coordinate System</DIV> <DIV CLASS="sr2"><I>Geographic Coordinate Units: </I>Decimal degrees</DIV> <BR /> <DIV CLASS="srh1">Geodetic Model</DIV> <DIV CLASS="sr2"><I>Horizontal Datum Name: </I>North American Datum of 1983</DIV> </DIV> </DIV> <BR /> <DIV CLASS="srh1">Altitude System Definition</DIV> <DIV CLASS="sr2"><I>Datum Name: </I>North American Vertical Datum of 1988</DIV> <DIV CLASS="sr2"><I>Distance Units: </I>feet</DIV> <DIV CLASS="sr2"><I>Encoding Method: </I>Implicit coordinate</DIV> <BR /> <DIV CLASS="srh1">Depth System Definition</DIV> <DIV CLASS="sr2"><I>Datum Name: </I>Local surface</DIV> <DIV CLASS="sr2"><I>Distance Units: </I>feet</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> Min X: -15822000</DIV> <DIV STYLE="margin-left:0.6in"><I>East: </I> Max X: 2955096133492.94</DIV> <DIV STYLE="margin-left:0.6in"><I>North: </I> Max Y: 2955079647292.94</DIV> <DIV STYLE="margin-left:0.6in"><I>South: </I> Min Y: -32308200</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>C:\GIS\500.Data\Metadata\metadata.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>V:\GIS_Tools\Metadata_Archive\2007_Regional_Plan_Data_Ver_9.xml<BR /> <I>Process date: </I>20100201 at time 16440400<BR /> </DIV> </DIV> <BR /> </DIV> <DIV ID="Attributes" class="pv" STYLE="display:none"><BR /> <DIV CLASS="pn">Details for 2007_Regional_Plan_Data_Ver_9.gdb</DIV> <DIV STYLE="margin-left:0.2in" CLASS="ph2" onmouseover="doHilite()" onmouseout="doHilite()" onclick="hideShowGroup(this)">Description <DIV CLASS="pe2" STYLE="display:none"> <SPAN CLASS="lt">An ESRI Personal Geo-Database used to group the Data sets. These Data Sets were then used to produce Maps 1-8 of the 2007 Regional Plan.</SPAN><BR /> <SPAN CLASS="lt"><I>Source: </I>2007 Regional Plan</SPAN><BR /> <BR /> </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">This File Geo-Database represents the data used to create Maps 1-8 of the 2007 Regional Plan Version 9. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Please note that TMRPA (Truckee Meadows Regional Planning Agency) creates, maintains and distributes the following GIS feature classes: - AE_Floodways_DCA (Revised 01/15/2009 - Updated FEMA DFIRM Maps 09/2008) - Public_Lands_DCA - Significant_Water_Bodies_DCA - Slopes_DCA_30_Deg_n_UP (Revised 01/15/2009 - Updated with 2004 WC Community Development Slope Data) - Reno_Tahoe_Industrial_Park - Spaghetti_Bowl_Buffers - Spaghetti_Bowl_Center_Point - Convention_Regional_Center (Removed from the database 11/21/07 and incorporated into the Regional_Centers Feature Class) - Cooperative_Planning (Revised 01/14/2010) Several updates based on recent conformance reviews - FSA (Revised 01/15/2009) - Geometry Corrections - FSA_Diss (Revised 01/15/2009) - Geometry Corrections - Joint_Planning, (Revised 08/13/2009 - Deleted the WC and Sparks Joint Planning Area Polygon), (Revised 01/14/2010 - Removed the Ergs and Peak Properties) - Regional_Centers (Revised 11/21/2007), (Revised 08/13/2009) - RT_Airport_Regional_Center (Removed from the database 11/21/07 and incorporated into the Regional_Centers Feature Class) - South_Virginia_TOD (Removed from the database 11/21/07 and incorporated into the TOD_Corridors Feature Class) - TMSA (Revised 01/15/2009) - Geometry Corrections, (Revised 01/14/2010) - Silver Hills and Stanley PPO RPA's - TMSA_Diss (Revised 01/15/2009) - Geometry Corrections, (Revised 01/14/2010) - Silver Hills and Stanley PPO RPA's - TOD_Corridors (Revised 09/11/2008 - South Virginia TOD revised), (Revised 08/13/2009), (Revised 01/14/2010) Several updates based on recent conformance reviews - West_4th_TOD (Removed from the database 11/21/07 and incorporated into the TOD_Corridors Feature Class - See Above Notes) Please note that the following feature classes are maintained, created and distributed by Washoe County GIS Department: - NV_Counties - Highway_580_Alignment - McCarran_Blvd - WC_Roads ( downloaded by TMRPA staff on 06/25/09) **For more details please contact Washoe County GIS Department at (775) 328-2032 or visit: http://www.washoecounty.us/gis/datawarehouse.htm ***All of the Hydofeatures and Hydrobasin datasets are created, maintained and distributed by USGS.</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">The following data edits were made in previous versions of this database and are now part of this database: Version 9: 01/14/2010 - Updated the TOD data layer with boundary changes to the Western Gateway Regional Center and the University Regional Center. Updated the Cooperative Planning data layer to match the Dandini Regional Center boundary. Updated both the TMSA and TMSA Dissolved data layers based on the approval of both the Stanley RPA 08-005 and Silver Hills (RPA 09-024) WC requests to amend the TMSA. Also updated the Joint Planning Area boundary to remove the Ergs and Peak properties. Updated the WC Street Center Line File and also updated both the City of Reno and the City of Sparks City Limits boundaries. Version 8: 08/13/2009 - Updated the TOD data layer with boundary changes to both the West 4th street and Virginia Street TOD polygons. Changed the "Mill" Regional Center Annotation to "Medical". Updated the Joint Planning Data Layer by deleting the Washoe County - Sparks Joint Planning Area Boundary polygon. Updated the WC Street Center Line File and also updated both the City of Reno and the City of Sparks City Limits boundaries. Version 7: 01/15/2009 - Updated the TMSA polygon dissolved, TMSA polygons, FSA polygon dissolved, FSA polygons datasets so that each of the geographic features contained coincident geometry with the WC GIS Parcel Polygons released in September 2008. All over shoots, gaps and overlaps have been fixed. Additionally, the TMSA polygons data layer now conatins attribute fields for total TMSA by jurisdiction and total Development Constrained Areas by jurisdiction. Please also note that the slopes greater than 30% and AE Floodways DCA data layers have also been updated in Version 7. No private property owner requests to ammend the TMSA have been approved between Version 6 and Version 7 TMRPA GIS data. Version 6: 09/11/2008 - Updated the South Virginia TOD polygon in the TOD GIS data layer, updated the WC street C.L. data and updated both the City of Reno and City of Sparks incorporated boundaries. Version 5: 02/14/2008 - TMSA 07-008 (Silvas) application to ammend the TMSA, this amendment was approved by the RPGB on this date. This application moved a 40 acre parcel from Rural Development Area to Washoe County's portion of the TMSA. Version 4: 12/13/2007 - Technical Amendments involving Maps 1-8 (Data Edits as well as text edits to the 2007 Regional Plan) were made in advance of the December 13, 2007 RPGB meeting. Also, the WC Roads feature class was updated by WC on November 14, 2007. TMRPA staff downloaded the WC Roads feature class from the Washoe County website on 11/21/07. 12/13/2007 - TMSA 06-011 (Dolan Properties LLC) and TMSA 07-004 (Brad &amp; Sharon Stanley) TMSA (Truckee Meadows Service Areas) amendments were approved by the RPGB. The Dolan application moves 2,172 acres into the City of Reno TMSA from the RDA (Rural Development Area). The Stanley application moves 40 acres into Washoe County's protion of the TMSA. Therefore, the TMSA and TMSA_diss data layers contained within this database have been modified (12/18/2007) to reflect these changes to the Truckee Meadows Service Areas. Version 3: 11/08/2007 - The South Virginia and West 4th Street Corridors were updated in Version 4 of the TOD Corridors feature class. Also, the Reno Tahoe International Airport Center and the Convention Center Regional Center were updated via conformance review and have incorporated into Version 4 of the Regional Center Feature Class data. 11/08/2007 - TMSA 07-006 Dean and Kristina Tischler application to ammend the TMSA (Truckee Meadows Service Areas) boundary was approved by the RPGB (Regional Planning Governing Board) on November 8, 2007. This application moves a parcel from Washoe County's portion of the TMSA into the City of Sparks' portion of the TMSA. Only the TMSA Boundary &amp; TMSA dissolved feature classes will be affected by this change. Version 2: 10/11/2007 - TMSA 07-003 Sierra Triple Net LLC application to ammend the TMSA (Truckee Meadows Service Areas) boundary was approved by the RPGB (Regional Planning Governing Board) on October 11, 2007.</PRE></SPAN> <SCRIPT>fix(original)</SCRIPT><BR /> </DIV> <BR /> </DIV> </DIV> </BODY> </HTML>