{ "culture": "en-US", "name": "NDOT_Roads", "guid": "08B426AB-C8C2-42E1-9964-805440FF19F1", "catalogPath": "", "snippet": "System Type, Local and unimproved roads in Nevada. Maintained by NDOT", "description": "
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
<\/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>
Process Steps to display labels for mapping:<\/div>

Download Statewide Routes from NDOT geohub  https://geohub-ndot.hub.arcgis.com/datasets/NDOT::statewideroutes/about<\/span><\/p>

Dissolved by RMID field - Pairwise Dissolve.  Do not create multi-part features.<\/span><\/p>

Add Join from Dissolved roads to downloaded roads on RMID<\/span><\/p>

Feature classes must be in different gdbs to not have duplicates<\/span><\/p>

Add StreetName (text 255)<\/span><\/p>

Add StreetNameLabel (text 255)<\/span><\/p>

Calculate field StreetName from RouteNameFull<\/span><\/p>

Definition query on systemtype 01 to calculate streetnamelabel to remove IR and end direction<\/span><\/p>

!StatewideRoutes_Dissolve.StreetName![2:-1]<\/span><\/p>

Definition query on systemtype 02 to calculate streetnamelabel to remove US<\/span><\/p>

!StatewideRoutes_Dissolve.StreetName![2:]<\/span><\/p>

Manually remove end direction; Change A to 'Alt' and Business to 'Bus'<\/span><\/p>

Definition query on systemtype 03 to calculate streetnamelabel to remove SR<\/span><\/p>

!StatewideRoutes_Dissolve.StreetName![2:]<\/span><\/p>

Need to manually edit streets to remove end direction<\/span><\/p>

Do not create labels for systemtype 4 - 11<\/span><\/p>

Definition query on systemtype 12 to calculate streetnamelabel and convert to title case<\/span><\/p>

!StatewideRoutes_Dissolve.StreetName!<\/span><\/p>

!StreetNameLabel!.title()<\/span><\/p>

!StreetNameLabel!.replace('Th', 'th'),<\/span><\/p>

!StreetNameLabel!.replace('Rd', 'rd') and !StreetNameLabel!.replace(' rd ', ' Rd ')<\/span><\/p>

!StreetNameLabel!.replace('Nd', 'nd')<\/span><\/p>

Remove labels with 'Aly' and 'Alley'<\/span><\/p>

SystemType = '12' And (StreetName LIKE '%ALY' Or StreetName LIKE '%ALLEY')<\/span><\/p>

Add GlobalIDs.  Remove unneeded fields.  Leave RMID.<\/span><\/p><\/div>", "summary": "System Type, Local and unimproved roads in Nevada. Maintained by NDOT", "title": "Roads in Nevada", "tags": [ "road", "street", "highway", "paved", "unpaved", "unimproved", "interstate", "state", "nevada" ], "type": "Map Service", "typeKeywords": [ "ArcGIS", "ArcGIS Server", "Data", "Map Service", "Service" ], "thumbnail": "thumbnail/thumbnail.png", "url": "", "extent": [ [ -120.571133710385, 34.9445847809689 ], [ -112.429062794829, 42.1726341383699 ] ], "minScale": 0, "maxScale": 1.7976931348623157E308, "spatialReference": "NAD_1983_UTM_Zone_11N", "accessInformation": "", "licenseInfo": "", "portalUrl": "" }