User:The Anome/code/nhpn values.py

# Copyright (c) The Anome 2012

# Permission is hereby granted, free of charge, to any person
# obtaining a copy of this software and associated documentation files
# (the "Software"), to deal in the Software without restriction,
# including without limitation the rights to use, copy, modify, merge,
# publish, distribute, sublicense, and/or sell copies of the Software,
# and to permit persons to whom the Software is furnished to do so,
# subject to the following conditions:

# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.

# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
# BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
# ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

valuecode = {
"BNDRY 0": "Not a boundary node",
"BNDRY 1": "County Boundary",
"BNDRY 2": "Adjusted Urbanized Area",
"BNDRY 4": "Adjusted Small Urban Area",
"BNDRY 10": "State Border",
"SOURCE T": "Tiger File",
"SOURCE D": "Digitized",
"SOURCE S": "State",
"SOURCE U": "Unknown",
"SIGNT1 I": "Interstate",
"SIGNT1 U": "US Route",
"SIGNT1 S": "State Route",
"SIGNT1 O": "Off-Interstate Business Marker",
"SIGNT1 C": "County Route",
"SIGNT1 T": "Township",
"SIGNT1 M": "Municipal",
"SIGNT1 P": "Parkway or Forest Route Marker",
"SIGNT1 N": "None of the above",
"SIGNT1 (blank)": "Not signed or not applicable",
"SIGNQ1 A": "Alternate Route",
"SIGNQ1 B": "Business Route",
"SIGNQ1 P": "By Pass",
"SIGNQ1 S": "Spur",
"SIGNQ1 L": "Loop",
"SIGNQ1 F": "Proposed (future)",
"SIGNQ1 D": "Temporary (detour)",
"SIGNQ1 T": "Truck Route",
"SIGNQ1 N": "None of the above",
"SIGNQ1 (Blank)": "No Qualifier, not signed, or not applicable.",
"SIGNT2 I": "Interstate",
"SIGNT2 U": "US Route",
"SIGNT2 S": "State Route",
"SIGNT2 O": "Off-Interstate Business Marker",
"SIGNT2 C": "County Route",
"SIGNT2 T": "Township",
"SIGNT2 M": "Municipal",
"SIGNT2 P": "Parkway or Forest Route Marker",
"SIGNT2 N": "None of the above",
"SIGNT2 (blank)": "Not signed or not applicable",
"SIGNQ2 A": "Alternate Route",
"SIGNQ2 B": "Business Route",
"SIGNQ2 P": "By Pass",
"SIGNQ2 S": "Spur",
"SIGNQ2 L": "Loop",
"SIGNQ2 F": "Proposed (future)",
"SIGNQ2 D": "Temporary (detour)",
"SIGNQ2 T": "Truck Route",
"SIGNQ2 N": "None of the above",
"SIGNQ2 (Blank)": "No Qualifier, not signed, or not applicable.",
"SIGNT3 I": "Interstate",
"SIGNT3 U": "US Route",
"SIGNT3 S": "State Route",
"SIGNT3 O": "Off-Interstate Business Marker",
"SIGNT3 C": "County Route",
"SIGNT3 T": "Township",
"SIGNT3 M": "Municipal",
"SIGNT3 P": "Parkway or Forest Route Marker",
"SIGNT3 N": "None of the above",
"SIGNT3 (blank)": "Not signed or not applicable",
"SIGNQ3 A": "Alternate Route",
"SIGNQ3 B": "Business Route",
"SIGNQ3 P": "By Pass",
"SIGNQ3 S": "Spur",
"SIGNQ3 L": "Loop",
"SIGNQ3 F": "Proposed (future)",
"SIGNQ3 D": "Temporary (detour)",
"SIGNQ3 T": "Truck Route",
"SIGNQ3 N": "None of the above",
"SIGNQ3 (Blank)": "No Qualifier, not signed, or not applicable.",
"FCLASS 1": "Rural Interstate",
"FCLASS 2": "Rural Principal Arterial",
"FCLASS 6": "Rural Minor Arterial",
"FCLASS 7": "Rural Major Collector",
"FCLASS 8": "Rural Minor Collector",
"FCLASS 9": "Rural Local",
"FCLASS 11": "Urban Interstate",
"FCLASS 12": "Urban Freeway or Expressway",
"FCLASS 14": "Urban Principal Arterial",
"FCLASS 16": "Urban Minor Arterial",
"FCLASS 17": "Urban Collector",
"FCLASS 19": "Urban Local",
"RUCODE 1": "Rural",
"RUCODE 2": "Small Urban (Census 2000 pop 5,000 -49,999)",
"RUCODE 3": "Large Urban (Census 2000 pop >= 50,000)",
"STATUS 0": "Proposed/Under construction",
"STATUS 1": "Open to traffic",
"STATUS 2": "Ferry route",
"NHS 0": "Not on NHS",
"NHS 1": "Interstate",
"NHS 3": "Non-Interstate STRAHNET",
"NHS 4": "STRAHNET Connector",
"NHS 7": "Other NHS",
"NHS 8": "Approved Intermodal Connector",
"STRAHNET 0": "Not on STRAHNET",
"STRAHNET 1": "STRAHNET Priority 1 Connector",
"STRAHNET 2": "STRAHNET Priority 2 Connector",
"STRAHNET 3": "Non-Interstate STRAHNET",
"STRAHNET 4": "Interstate<!!!>-Designated Urban 16ft. Vertical Clearance Route",
"STRAHNET 5": "Interstate<!!!>-Non-Designated Urban 16ft. Vertical Clearance Route",
"STRAHNET 6": "Interstate<!!!>all other",
"OWNERSHIP 1": "State Highway Agency",
"OWNERSHIP 2": "County Highway Agency",
"OWNERSHIP 3": "Town or Township Highway Agency",
"OWNERSHIP 4": "Municipal Highway Agency",
"OWNERSHIP 5": "Other State Agency",
"OWNERSHIP 6": "Other Local Agency",
"OWNERSHIP 7": "Federal Agency",
"OWNERSHIP 8": "Other",
"EDITED 0": "Not Edited",
"EDITED 1": "Edited",
"EDITED 2": "Flagged",

"STFIPS 2": "Alaska",
"STFIPS 1": "Alabama",
"STFIPS 5": "Arkansas",
"STFIPS 60": "American Samoa",
"STFIPS 4": "Arizona",
"STFIPS 6": "California",
"STFIPS 8": "Colorado",
"STFIPS 9": "Connecticut",
"STFIPS 11": "District of Columbia",
"STFIPS 10": "Delaware",
"STFIPS 12": "Florida",
"STFIPS 13": "Georgia",
"STFIPS 66": "Guam",
"STFIPS 15": "Hawaii",
"STFIPS 19": "Iowa",
"STFIPS 16": "Idaho",
"STFIPS 17": "Illinois",
"STFIPS 18": "Indiana",
"STFIPS 20": "Kansas",
"STFIPS 21": "Kentucky",
"STFIPS 22": "Louisiana",
"STFIPS 25": "Massachusetts",
"STFIPS 24": "Maryland",
"STFIPS 23": "Maine",
"STFIPS 26": "Michigan",
"STFIPS 27": "Minnesota",
"STFIPS 29": "Missouri",
"STFIPS 28": "Mississippi",
"STFIPS 30": "Montana",
"STFIPS 37": "North Carolina",
"STFIPS 38": "North Dakota",
"STFIPS 31": "Nebraska",
"STFIPS 33": "New Hampshire",
"STFIPS 34": "New Jersey",
"STFIPS 35": "New Mexico",
"STFIPS 32": "Nevada",
"STFIPS 36": "New York",
"STFIPS 39": "Ohio",
"STFIPS 40": "Oklahoma",
"STFIPS 41": "Oregon",
"STFIPS 42": "Pennsylvania",
"STFIPS 72": "Puerto Rico",
"STFIPS 44": "Rhode Island",
"STFIPS 45": "South Carolina",
"STFIPS 46": "South Dakota",
"STFIPS 47": "Tennessee",
"STFIPS 48": "Texas",
"STFIPS 49": "Utah",
"STFIPS 51": "Virginia",
"STFIPS 78": "Virgin Islands",
"STFIPS 50": "Vermont",
"STFIPS 53": "Washington",
"STFIPS 55": "Wisconsin",
"STFIPS 54": "West Virginia",
"STFIPS 56": "Wyoming",

"!!!End!!!": ""
}