description:
|
<div>Local, County and State managed roads provided by the Nevada Department of Transportation. Last updated October 5, 2023. Download from NDOT's GeoHub at https://geohub-ndot.hub.arcgis.com/datasets/NDOT::statewideroutes/about<br /></div><div><br /></div><div>The UNIMPROVED_ROADS dataset is a managed dataset that includes secondary and lesser unpaved roads inside the Nevada state boundary that are tracked by the Nevada Department of Transportation for regulatory and mapping purposes. This dataset is maintained by the Location Division, Cartography Section.</div><div><br /></div><div>Process Steps to display labels for mapping:</div><div><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Download Statewide Routes from NDOT geohub https://geohub-ndot.hub.arcgis.com/datasets/NDOT::statewideroutes/about</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Dissolved by RMID field - Pairwise Dissolve. Do not create multi-part features.</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Add Join from Dissolved roads to downloaded roads on RMID</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Feature classes must be in different gdbs to not have duplicates</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Add StreetName (text 255)</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Add StreetNameLabel (text 255)</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Calculate field StreetName from RouteNameFull</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Definition query on systemtype 01 to calculate streetnamelabel to remove IR and end direction</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>!StatewideRoutes_Dissolve.StreetName![2:-1]</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Definition query on systemtype 02 to calculate streetnamelabel to remove US</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>!StatewideRoutes_Dissolve.StreetName![2:]</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Manually remove end direction; Change A to 'Alt' and Business to 'Bus'</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Definition query on systemtype 03 to calculate streetnamelabel to remove SR</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>!StatewideRoutes_Dissolve.StreetName![2:]</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Need to manually edit streets to remove end direction</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Do not create labels for systemtype 4 - 11</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Definition query on systemtype 12 to calculate streetnamelabel and convert to title case</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>!StatewideRoutes_Dissolve.StreetName!</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>!StreetNameLabel!.title()</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>!StreetNameLabel!.replace('Th', 'th'),</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>!StreetNameLabel!.replace('Rd', 'rd') and !StreetNameLabel!.replace(' rd ', ' Rd ')</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>!StreetNameLabel!.replace('Nd', 'nd')</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Remove labels with 'Aly' and 'Alley'</span></p><p style='margin-bottom:0in; text-indent:0.5in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>SystemType = '12' And (StreetName LIKE '%ALY' Or StreetName LIKE '%ALLEY')</span></p><p style='margin-bottom:0in;'><span style='font-size:8pt; font-family:"Segoe UI", sans-serif; color:rgb(26, 26, 27);'>Add GlobalIDs. Remove unneeded fields. Leave RMID.</span></p></div> |