Skip to content

Instantly share code, notes, and snippets.

@hypeJunction
Last active May 26, 2023 18:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hypeJunction/916af083c6cb6f55f7392f08acee53bd to your computer and use it in GitHub Desktop.
Save hypeJunction/916af083c6cb6f55f7392f08acee53bd to your computer and use it in GitHub Desktop.
NOAA NCEI Web Services Taxonomies

NCDC Climate Data Online National Centers for Environmental Information Web Services https://www.ncdc.noaa.gov/cdo-web/webservices

Web services wouldn't let me find locations or look up taxonomies by name, so I created my own mappings.

{
"CITY:AE000001": {
"name": "Abu Dhabi, AE",
"display_name": "Abu Dhabi, United Arab Emirates",
"parts": {
"city": "Abu Dhabi",
"state": null,
"country": "United Arab Emirates",
"country_iso3": "ARE",
"country_iso": "AE",
"country_fips": "AE"
}
},
"CITY:AE000002": {
"name": "Ajman, AE",
"display_name": "Ajman, United Arab Emirates",
"parts": {
"city": "Ajman",
"state": null,
"country": "United Arab Emirates",
"country_iso3": "ARE",
"country_iso": "AE",
"country_fips": "AE"
}
},
"CITY:AE000003": {
"name": "Dubai, AE",
"display_name": "Dubai, United Arab Emirates",
"parts": {
"city": "Dubai",
"state": null,
"country": "United Arab Emirates",
"country_iso3": "ARE",
"country_iso": "AE",
"country_fips": "AE"
}
},
"CITY:AE000006": {
"name": "Sharjah, AE",
"display_name": "Sharjah, United Arab Emirates",
"parts": {
"city": "Sharjah",
"state": null,
"country": "United Arab Emirates",
"country_iso3": "ARE",
"country_iso": "AE",
"country_fips": "AE"
}
},
"CITY:AG000001": {
"name": "Algiers, AG",
"display_name": "Algiers, Algeria",
"parts": {
"city": "Algiers",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000002": {
"name": "Annaba, AG",
"display_name": "Annaba, Algeria",
"parts": {
"city": "Annaba",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000003": {
"name": "Batna, AG",
"display_name": "Batna, Algeria",
"parts": {
"city": "Batna",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000004": {
"name": "Bechar, AG",
"display_name": "Bechar, Algeria",
"parts": {
"city": "Bechar",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000005": {
"name": "Bejaia, AG",
"display_name": "Bejaia, Algeria",
"parts": {
"city": "Bejaia",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000006": {
"name": "Constantine, AG",
"display_name": "Constantine, Algeria",
"parts": {
"city": "Constantine",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000007": {
"name": "Guelma, AG",
"display_name": "Guelma, Algeria",
"parts": {
"city": "Guelma",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000008": {
"name": "Laghouat, AG",
"display_name": "Laghouat, Algeria",
"parts": {
"city": "Laghouat",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000009": {
"name": "Medea, AG",
"display_name": "Medea, Algeria",
"parts": {
"city": "Medea",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000010": {
"name": "Mostaganem, AG",
"display_name": "Mostaganem, Algeria",
"parts": {
"city": "Mostaganem",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000011": {
"name": "Oran, AG",
"display_name": "Oran, Algeria",
"parts": {
"city": "Oran",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000012": {
"name": "Oum el Bouaghi, AG",
"display_name": "Oum el Bouaghi, Algeria",
"parts": {
"city": "Oum el Bouaghi",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000013": {
"name": "Saida, AG",
"display_name": "Saida, Algeria",
"parts": {
"city": "Saida",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000014": {
"name": "Sidi-Bel-Abbes, AG",
"display_name": "Sidi-Bel-Abbes, Algeria",
"parts": {
"city": "Sidi-Bel-Abbes",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000015": {
"name": "Skikda, AG",
"display_name": "Skikda, Algeria",
"parts": {
"city": "Skikda",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000016": {
"name": "Tamanrasset, AG",
"display_name": "Tamanrasset, Algeria",
"parts": {
"city": "Tamanrasset",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AG000017": {
"name": "Tlemcen, AG",
"display_name": "Tlemcen, Algeria",
"parts": {
"city": "Tlemcen",
"state": null,
"country": "Algeria",
"country_iso3": "DZA",
"country_iso": "DZ",
"country_fips": "AG"
}
},
"CITY:AJ000001": {
"name": "Baku, AJ",
"display_name": "Baku, Azerbaijan",
"parts": {
"city": "Baku",
"state": null,
"country": "Azerbaijan",
"country_iso3": "AZE",
"country_iso": "AZ",
"country_fips": "AJ"
}
},
"CITY:AJ000002": {
"name": "Naxcivian, AJ",
"display_name": "Naxcivian, Azerbaijan",
"parts": {
"city": "Naxcivian",
"state": null,
"country": "Azerbaijan",
"country_iso3": "AZE",
"country_iso": "AZ",
"country_fips": "AJ"
}
},
"CITY:AL000001": {
"name": "Durres, AL",
"display_name": "Durres, Albania",
"parts": {
"city": "Durres",
"state": null,
"country": "Albania",
"country_iso3": "ALB",
"country_iso": "AL",
"country_fips": "AL"
}
},
"CITY:AL000004": {
"name": "Shkoder, AL",
"display_name": "Shkoder, Albania",
"parts": {
"city": "Shkoder",
"state": null,
"country": "Albania",
"country_iso3": "ALB",
"country_iso": "AL",
"country_fips": "AL"
}
},
"CITY:AL000005": {
"name": "Tirana, AL",
"display_name": "Tirana, Albania",
"parts": {
"city": "Tirana",
"state": null,
"country": "Albania",
"country_iso3": "ALB",
"country_iso": "AL",
"country_fips": "AL"
}
},
"CITY:AM000001": {
"name": "Yerevan, AM",
"display_name": "Yerevan, Armenia",
"parts": {
"city": "Yerevan",
"state": null,
"country": "Armenia",
"country_iso3": "ARM",
"country_iso": "AM",
"country_fips": "AM"
}
},
"CITY:AO000005": {
"name": "Luanda, AO",
"display_name": "Luanda, Angola",
"parts": {
"city": "Luanda",
"state": null,
"country": "Angola",
"country_iso3": "AGO",
"country_iso": "AO",
"country_fips": "AO"
}
},
"CITY:AO000008": {
"name": "Namibe, AO",
"display_name": "Namibe, Angola",
"parts": {
"city": "Namibe",
"state": null,
"country": "Angola",
"country_iso3": "AGO",
"country_iso": "AO",
"country_fips": "AO"
}
},
"CITY:AR000001": {
"name": "Bahia Blanca, AR",
"display_name": "Bahia Blanca, Argentina",
"parts": {
"city": "Bahia Blanca",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000002": {
"name": "Buenos Aires, AR",
"display_name": "Buenos Aires, Argentina",
"parts": {
"city": "Buenos Aires",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000003": {
"name": "Catamarca, AR",
"display_name": "Catamarca, Argentina",
"parts": {
"city": "Catamarca",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000004": {
"name": "Comodoro Rivadavia, AR",
"display_name": "Comodoro Rivadavia, Argentina",
"parts": {
"city": "Comodoro Rivadavia",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000005": {
"name": "Cordoba, AR",
"display_name": "Cordoba, Argentina",
"parts": {
"city": "Cordoba",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000006": {
"name": "Corrientes, AR",
"display_name": "Corrientes, Argentina",
"parts": {
"city": "Corrientes",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000007": {
"name": "Formosa, AR",
"display_name": "Formosa, Argentina",
"parts": {
"city": "Formosa",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000008": {
"name": "La Plata, AR",
"display_name": "La Plata, Argentina",
"parts": {
"city": "La Plata",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000009": {
"name": "La Rioja, AR",
"display_name": "La Rioja, Argentina",
"parts": {
"city": "La Rioja",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000010": {
"name": "Mendoza, AR",
"display_name": "Mendoza, Argentina",
"parts": {
"city": "Mendoza",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000011": {
"name": "Neuquen, AR",
"display_name": "Neuquen, Argentina",
"parts": {
"city": "Neuquen",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000012": {
"name": "Parana, AR",
"display_name": "Parana, Argentina",
"parts": {
"city": "Parana",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000013": {
"name": "Posadas, AR",
"display_name": "Posadas, Argentina",
"parts": {
"city": "Posadas",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000014": {
"name": "Resistencia, AR",
"display_name": "Resistencia, Argentina",
"parts": {
"city": "Resistencia",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000015": {
"name": "Rio Gallegos, AR",
"display_name": "Rio Gallegos, Argentina",
"parts": {
"city": "Rio Gallegos",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000016": {
"name": "Rosario, AR",
"display_name": "Rosario, Argentina",
"parts": {
"city": "Rosario",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000017": {
"name": "Salta, AR",
"display_name": "Salta, Argentina",
"parts": {
"city": "Salta",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000018": {
"name": "San Juan, AR",
"display_name": "San Juan, Argentina",
"parts": {
"city": "San Juan",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000019": {
"name": "San Luis, AR",
"display_name": "San Luis, Argentina",
"parts": {
"city": "San Luis",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000020": {
"name": "San Miguel De Tucuman, AR",
"display_name": "San Miguel De Tucuman, Argentina",
"parts": {
"city": "San Miguel De Tucuman",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000023": {
"name": "Santa Rosa, AR",
"display_name": "Santa Rosa, Argentina",
"parts": {
"city": "Santa Rosa",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000024": {
"name": "Santiago Del Estero, AR",
"display_name": "Santiago Del Estero, Argentina",
"parts": {
"city": "Santiago Del Estero",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AR000025": {
"name": "Ushuaia, AR",
"display_name": "Ushuaia, Argentina",
"parts": {
"city": "Ushuaia",
"state": null,
"country": "Argentina",
"country_iso3": "ARG",
"country_iso": "AR",
"country_fips": "AR"
}
},
"CITY:AS000001": {
"name": "Adelaide, AS",
"display_name": "Adelaide, Australia",
"parts": {
"city": "Adelaide",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000002": {
"name": "Brisbane, AS",
"display_name": "Brisbane, Australia",
"parts": {
"city": "Brisbane",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000003": {
"name": "Cairns, AS",
"display_name": "Cairns, Australia",
"parts": {
"city": "Cairns",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000004": {
"name": "Canberra, AS",
"display_name": "Canberra, Australia",
"parts": {
"city": "Canberra",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000005": {
"name": "Darwin, AS",
"display_name": "Darwin, Australia",
"parts": {
"city": "Darwin",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000006": {
"name": "Melbourne, AS",
"display_name": "Melbourne, Australia",
"parts": {
"city": "Melbourne",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000007": {
"name": "Newcastle, AS",
"display_name": "Newcastle, Australia",
"parts": {
"city": "Newcastle",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000008": {
"name": "Perth, AS",
"display_name": "Perth, Australia",
"parts": {
"city": "Perth",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000009": {
"name": "Rockhampton, AS",
"display_name": "Rockhampton, Australia",
"parts": {
"city": "Rockhampton",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000010": {
"name": "Sydney, AS",
"display_name": "Sydney, Australia",
"parts": {
"city": "Sydney",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AS000011": {
"name": "Townsville, AS",
"display_name": "Townsville, Australia",
"parts": {
"city": "Townsville",
"state": null,
"country": "Australia",
"country_iso3": "AUS",
"country_iso": "AU",
"country_fips": "AS"
}
},
"CITY:AU000001": {
"name": "Graz, AU",
"display_name": "Graz, Austria",
"parts": {
"city": "Graz",
"state": null,
"country": "Austria",
"country_iso3": "AUT",
"country_iso": "AT",
"country_fips": "AU"
}
},
"CITY:AU000002": {
"name": "Innsbruck, AU",
"display_name": "Innsbruck, Austria",
"parts": {
"city": "Innsbruck",
"state": null,
"country": "Austria",
"country_iso3": "AUT",
"country_iso": "AT",
"country_fips": "AU"
}
},
"CITY:AU000003": {
"name": "Klagenfurt, AU",
"display_name": "Klagenfurt, Austria",
"parts": {
"city": "Klagenfurt",
"state": null,
"country": "Austria",
"country_iso3": "AUT",
"country_iso": "AT",
"country_fips": "AU"
}
},
"CITY:AU000005": {
"name": "Salzburg, AU",
"display_name": "Salzburg, Austria",
"parts": {
"city": "Salzburg",
"state": null,
"country": "Austria",
"country_iso3": "AUT",
"country_iso": "AT",
"country_fips": "AU"
}
},
"CITY:AU000006": {
"name": "Vienna, AU",
"display_name": "Vienna, Austria",
"parts": {
"city": "Vienna",
"state": null,
"country": "Austria",
"country_iso3": "AUT",
"country_iso": "AT",
"country_fips": "AU"
}
},
"CITY:BB000001": {
"name": "Bridgetown, BB",
"display_name": "Bridgetown, Barbados",
"parts": {
"city": "Bridgetown",
"state": null,
"country": "Barbados",
"country_iso3": "BRB",
"country_iso": "BB",
"country_fips": "BB"
}
},
"CITY:BC000001": {
"name": "Francistown, BC",
"display_name": "Francistown, Botswana",
"parts": {
"city": "Francistown",
"state": null,
"country": "Botswana",
"country_iso3": "BWA",
"country_iso": "BW",
"country_fips": "BC"
}
},
"CITY:BC000002": {
"name": "Gaborone, BC",
"display_name": "Gaborone, Botswana",
"parts": {
"city": "Gaborone",
"state": null,
"country": "Botswana",
"country_iso3": "BWA",
"country_iso": "BW",
"country_fips": "BC"
}
},
"CITY:BC000003": {
"name": "Molepolole, BC",
"display_name": "Molepolole, Botswana",
"parts": {
"city": "Molepolole",
"state": null,
"country": "Botswana",
"country_iso3": "BWA",
"country_iso": "BW",
"country_fips": "BC"
}
},
"CITY:BE000002": {
"name": "Brussels, BE",
"display_name": "Brussels, Belgium",
"parts": {
"city": "Brussels",
"state": null,
"country": "Belgium",
"country_iso3": "BEL",
"country_iso": "BE",
"country_fips": "BE"
}
},
"CITY:BE000003": {
"name": "Gent, BE",
"display_name": "Gent, Belgium",
"parts": {
"city": "Gent",
"state": null,
"country": "Belgium",
"country_iso3": "BEL",
"country_iso": "BE",
"country_fips": "BE"
}
},
"CITY:BE000004": {
"name": "Hasselt, BE",
"display_name": "Hasselt, Belgium",
"parts": {
"city": "Hasselt",
"state": null,
"country": "Belgium",
"country_iso3": "BEL",
"country_iso": "BE",
"country_fips": "BE"
}
},
"CITY:BE000005": {
"name": "Liege, BE",
"display_name": "Liege, Belgium",
"parts": {
"city": "Liege",
"state": null,
"country": "Belgium",
"country_iso3": "BEL",
"country_iso": "BE",
"country_fips": "BE"
}
},
"CITY:BF000001": {
"name": "Nassau, BF",
"display_name": "Nassau, Bahamas",
"parts": {
"city": "Nassau",
"state": null,
"country": "Bahamas",
"country_iso3": "BHS",
"country_iso": "BS",
"country_fips": "BF"
}
},
"CITY:BG000002": {
"name": "Chittagong, BG",
"display_name": "Chittagong, Bangladesh",
"parts": {
"city": "Chittagong",
"state": null,
"country": "Bangladesh",
"country_iso3": "BGD",
"country_iso": "BD",
"country_fips": "BG"
}
},
"CITY:BG000005": {
"name": "Rajshahi, BG",
"display_name": "Rajshahi, Bangladesh",
"parts": {
"city": "Rajshahi",
"state": null,
"country": "Bangladesh",
"country_iso3": "BGD",
"country_iso": "BD",
"country_fips": "BG"
}
},
"CITY:BH000001": {
"name": "Belize, BH",
"display_name": "Belize, Belize",
"parts": {
"city": "Belize",
"state": null,
"country": "Belize",
"country_iso3": "BLZ",
"country_iso": "BZ",
"country_fips": "BH"
}
},
"CITY:BK000001": {
"name": "Sarajevo, BK",
"display_name": "Sarajevo, Bosnia and Herzegovina",
"parts": {
"city": "Sarajevo",
"state": null,
"country": "Bosnia and Herzegovina",
"country_iso3": "BIH",
"country_iso": "BA",
"country_fips": "BK"
}
},
"CITY:BL000001": {
"name": "Cochabamba, BL",
"display_name": "Cochabamba, Bolivia",
"parts": {
"city": "Cochabamba",
"state": null,
"country": "Bolivia",
"country_iso3": "BOL",
"country_iso": "BO",
"country_fips": "BL"
}
},
"CITY:BL000002": {
"name": "La Paz, BL",
"display_name": "La Paz, Bolivia",
"parts": {
"city": "La Paz",
"state": null,
"country": "Bolivia",
"country_iso3": "BOL",
"country_iso": "BO",
"country_fips": "BL"
}
},
"CITY:BL000003": {
"name": "Oruro, BL",
"display_name": "Oruro, Bolivia",
"parts": {
"city": "Oruro",
"state": null,
"country": "Bolivia",
"country_iso3": "BOL",
"country_iso": "BO",
"country_fips": "BL"
}
},
"CITY:BL000005": {
"name": "Santa Cruz de La Sierra, BL",
"display_name": "Santa Cruz de La Sierra, Bolivia",
"parts": {
"city": "Santa Cruz de La Sierra",
"state": null,
"country": "Bolivia",
"country_iso3": "BOL",
"country_iso": "BO",
"country_fips": "BL"
}
},
"CITY:BL000006": {
"name": "Sucre, BL",
"display_name": "Sucre, Bolivia",
"parts": {
"city": "Sucre",
"state": null,
"country": "Bolivia",
"country_iso3": "BOL",
"country_iso": "BO",
"country_fips": "BL"
}
},
"CITY:BL000007": {
"name": "Tarija, BL",
"display_name": "Tarija, Bolivia",
"parts": {
"city": "Tarija",
"state": null,
"country": "Bolivia",
"country_iso3": "BOL",
"country_iso": "BO",
"country_fips": "BL"
}
},
"CITY:BL000008": {
"name": "Trinidad, BL",
"display_name": "Trinidad, Bolivia",
"parts": {
"city": "Trinidad",
"state": null,
"country": "Bolivia",
"country_iso3": "BOL",
"country_iso": "BO",
"country_fips": "BL"
}
},
"CITY:BM000007": {
"name": "Rangoon, BM",
"display_name": "Rangoon, Myanmar",
"parts": {
"city": "Rangoon",
"state": null,
"country": "Myanmar",
"country_iso3": "MMR",
"country_iso": "MM",
"country_fips": "BM"
}
},
"CITY:BN000001": {
"name": "Abomey, BN",
"display_name": "Abomey, Benin",
"parts": {
"city": "Abomey",
"state": null,
"country": "Benin",
"country_iso3": "BEN",
"country_iso": "BJ",
"country_fips": "BN"
}
},
"CITY:BN000002": {
"name": "Cotonou, BN",
"display_name": "Cotonou, Benin",
"parts": {
"city": "Cotonou",
"state": null,
"country": "Benin",
"country_iso3": "BEN",
"country_iso": "BJ",
"country_fips": "BN"
}
},
"CITY:BN000003": {
"name": "Lokossa, BN",
"display_name": "Lokossa, Benin",
"parts": {
"city": "Lokossa",
"state": null,
"country": "Benin",
"country_iso3": "BEN",
"country_iso": "BJ",
"country_fips": "BN"
}
},
"CITY:BN000004": {
"name": "Natitingou, BN",
"display_name": "Natitingou, Benin",
"parts": {
"city": "Natitingou",
"state": null,
"country": "Benin",
"country_iso3": "BEN",
"country_iso": "BJ",
"country_fips": "BN"
}
},
"CITY:BN000005": {
"name": "Parakou, BN",
"display_name": "Parakou, Benin",
"parts": {
"city": "Parakou",
"state": null,
"country": "Benin",
"country_iso3": "BEN",
"country_iso": "BJ",
"country_fips": "BN"
}
},
"CITY:BO000001": {
"name": "Brest, BO",
"display_name": "Brest, Belarus",
"parts": {
"city": "Brest",
"state": null,
"country": "Belarus",
"country_iso3": "BLR",
"country_iso": "BY",
"country_fips": "BO"
}
},
"CITY:BO000002": {
"name": "Homyel\u0027, BO",
"display_name": "Homyel\u0027, Belarus",
"parts": {
"city": "Homyel\u0027",
"state": null,
"country": "Belarus",
"country_iso3": "BLR",
"country_iso": "BY",
"country_fips": "BO"
}
},
"CITY:BO000003": {
"name": "Hrodna, BO",
"display_name": "Hrodna, Belarus",
"parts": {
"city": "Hrodna",
"state": null,
"country": "Belarus",
"country_iso3": "BLR",
"country_iso": "BY",
"country_fips": "BO"
}
},
"CITY:BO000004": {
"name": "Mahilyow, BO",
"display_name": "Mahilyow, Belarus",
"parts": {
"city": "Mahilyow",
"state": null,
"country": "Belarus",
"country_iso3": "BLR",
"country_iso": "BY",
"country_fips": "BO"
}
},
"CITY:BO000005": {
"name": "Minsk, BO",
"display_name": "Minsk, Belarus",
"parts": {
"city": "Minsk",
"state": null,
"country": "Belarus",
"country_iso3": "BLR",
"country_iso": "BY",
"country_fips": "BO"
}
},
"CITY:BO000006": {
"name": "Vitsyebsk, BO",
"display_name": "Vitsyebsk, Belarus",
"parts": {
"city": "Vitsyebsk",
"state": null,
"country": "Belarus",
"country_iso3": "BLR",
"country_iso": "BY",
"country_fips": "BO"
}
},
"CITY:BP000001": {
"name": "Honiara, BP",
"display_name": "Honiara, Solomon Islands",
"parts": {
"city": "Honiara",
"state": null,
"country": "Solomon Islands",
"country_iso3": "SLB",
"country_iso": "SB",
"country_fips": "BP"
}
},
"CITY:BR000001": {
"name": "Aracaju, BR",
"display_name": "Aracaju, Brazil",
"parts": {
"city": "Aracaju",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000002": {
"name": "Belem, BR",
"display_name": "Belem, Brazil",
"parts": {
"city": "Belem",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000003": {
"name": "Belo Horizonte, BR",
"display_name": "Belo Horizonte, Brazil",
"parts": {
"city": "Belo Horizonte",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000005": {
"name": "Brasilia, BR",
"display_name": "Brasilia, Brazil",
"parts": {
"city": "Brasilia",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000006": {
"name": "Campo Grande, BR",
"display_name": "Campo Grande, Brazil",
"parts": {
"city": "Campo Grande",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000007": {
"name": "Cuiaba, BR",
"display_name": "Cuiaba, Brazil",
"parts": {
"city": "Cuiaba",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000008": {
"name": "Curitiba, BR",
"display_name": "Curitiba, Brazil",
"parts": {
"city": "Curitiba",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000009": {
"name": "Florianopolis, BR",
"display_name": "Florianopolis, Brazil",
"parts": {
"city": "Florianopolis",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000010": {
"name": "Fortaleza, BR",
"display_name": "Fortaleza, Brazil",
"parts": {
"city": "Fortaleza",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000011": {
"name": "Goiania, BR",
"display_name": "Goiania, Brazil",
"parts": {
"city": "Goiania",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000012": {
"name": "Joao Pessoa, BR",
"display_name": "Joao Pessoa, Brazil",
"parts": {
"city": "Joao Pessoa",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000014": {
"name": "Maceio, BR",
"display_name": "Maceio, Brazil",
"parts": {
"city": "Maceio",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000016": {
"name": "Natal, BR",
"display_name": "Natal, Brazil",
"parts": {
"city": "Natal",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000017": {
"name": "Niteroi, BR",
"display_name": "Niteroi, Brazil",
"parts": {
"city": "Niteroi",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000018": {
"name": "Palmas, BR",
"display_name": "Palmas, Brazil",
"parts": {
"city": "Palmas",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000019": {
"name": "Porto Alegre, BR",
"display_name": "Porto Alegre, Brazil",
"parts": {
"city": "Porto Alegre",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000021": {
"name": "Recife, BR",
"display_name": "Recife, Brazil",
"parts": {
"city": "Recife",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000023": {
"name": "Rio de Janeiro, BR",
"display_name": "Rio de Janeiro, Brazil",
"parts": {
"city": "Rio de Janeiro",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000024": {
"name": "Salvador, BR",
"display_name": "Salvador, Brazil",
"parts": {
"city": "Salvador",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000025": {
"name": "Santarem, BR",
"display_name": "Santarem, Brazil",
"parts": {
"city": "Santarem",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000026": {
"name": "Santos, BR",
"display_name": "Santos, Brazil",
"parts": {
"city": "Santos",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000027": {
"name": "Sao Luis, BR",
"display_name": "Sao Luis, Brazil",
"parts": {
"city": "Sao Luis",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000028": {
"name": "Sao Paulo, BR",
"display_name": "Sao Paulo, Brazil",
"parts": {
"city": "Sao Paulo",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000029": {
"name": "Teresina, BR",
"display_name": "Teresina, Brazil",
"parts": {
"city": "Teresina",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BR000030": {
"name": "Vitoria, BR",
"display_name": "Vitoria, Brazil",
"parts": {
"city": "Vitoria",
"state": null,
"country": "Brazil",
"country_iso3": "BRA",
"country_iso": "BR",
"country_fips": "BR"
}
},
"CITY:BU000002": {
"name": "Sofia, BU",
"display_name": "Sofia, Bulgaria",
"parts": {
"city": "Sofia",
"state": null,
"country": "Bulgaria",
"country_iso3": "BGR",
"country_iso": "BG",
"country_fips": "BU"
}
},
"CITY:BU000003": {
"name": "Varna, BU",
"display_name": "Varna, Bulgaria",
"parts": {
"city": "Varna",
"state": null,
"country": "Bulgaria",
"country_iso3": "BGR",
"country_iso": "BG",
"country_fips": "BU"
}
},
"CITY:BX000001": {
"name": "Bandar Seri Begawan, BX",
"display_name": "Bandar Seri Begawan, Brunei",
"parts": {
"city": "Bandar Seri Begawan",
"state": null,
"country": "Brunei",
"country_iso3": "BRN",
"country_iso": "BN",
"country_fips": "BX"
}
},
"CITY:BY000001": {
"name": "Bujumbura, BY",
"display_name": "Bujumbura, Burundi",
"parts": {
"city": "Bujumbura",
"state": null,
"country": "Burundi",
"country_iso3": "BDI",
"country_iso": "BI",
"country_fips": "BY"
}
},
"CITY:BY000002": {
"name": "Muyinga, BY",
"display_name": "Muyinga, Burundi",
"parts": {
"city": "Muyinga",
"state": null,
"country": "Burundi",
"country_iso3": "BDI",
"country_iso": "BI",
"country_fips": "BY"
}
},
"CITY:CA000001": {
"name": "Calgary, CA",
"display_name": "Calgary, Canada",
"parts": {
"city": "Calgary",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000002": {
"name": "Edmonton, CA",
"display_name": "Edmonton, Canada",
"parts": {
"city": "Edmonton",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000003": {
"name": "Fredericton, CA",
"display_name": "Fredericton, Canada",
"parts": {
"city": "Fredericton",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000004": {
"name": "Halifax, CA",
"display_name": "Halifax, Canada",
"parts": {
"city": "Halifax",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000005": {
"name": "Montreal, CA",
"display_name": "Montreal, Canada",
"parts": {
"city": "Montreal",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000006": {
"name": "Ottawa, CA",
"display_name": "Ottawa, Canada",
"parts": {
"city": "Ottawa",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000007": {
"name": "Quebec, CA",
"display_name": "Quebec, Canada",
"parts": {
"city": "Quebec",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000008": {
"name": "Regina, CA",
"display_name": "Regina, Canada",
"parts": {
"city": "Regina",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000009": {
"name": "Saint John, CA",
"display_name": "Saint John, Canada",
"parts": {
"city": "Saint John",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000010": {
"name": "Saskatoon, CA",
"display_name": "Saskatoon, Canada",
"parts": {
"city": "Saskatoon",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000011": {
"name": "Toronto, CA",
"display_name": "Toronto, Canada",
"parts": {
"city": "Toronto",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000012": {
"name": "Vancouver, CA",
"display_name": "Vancouver, Canada",
"parts": {
"city": "Vancouver",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000013": {
"name": "Victoria, CA",
"display_name": "Victoria, Canada",
"parts": {
"city": "Victoria",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CA000014": {
"name": "Winnipeg, CA",
"display_name": "Winnipeg, Canada",
"parts": {
"city": "Winnipeg",
"state": null,
"country": "Canada",
"country_iso3": "CAN",
"country_iso": "CA",
"country_fips": "CA"
}
},
"CITY:CD000001": {
"name": "Abeche, CD",
"display_name": "Abeche, Chad",
"parts": {
"city": "Abeche",
"state": null,
"country": "Chad",
"country_iso3": "TCD",
"country_iso": "TD",
"country_fips": "CD"
}
},
"CITY:CD000002": {
"name": "Moundou, CD",
"display_name": "Moundou, Chad",
"parts": {
"city": "Moundou",
"state": null,
"country": "Chad",
"country_iso3": "TCD",
"country_iso": "TD",
"country_fips": "CD"
}
},
"CITY:CD000003": {
"name": "Ndjamena, CD",
"display_name": "Ndjamena, Chad",
"parts": {
"city": "Ndjamena",
"state": null,
"country": "Chad",
"country_iso3": "TCD",
"country_iso": "TD",
"country_fips": "CD"
}
},
"CITY:CD000004": {
"name": "Sarh, CD",
"display_name": "Sarh, Chad",
"parts": {
"city": "Sarh",
"state": null,
"country": "Chad",
"country_iso3": "TCD",
"country_iso": "TD",
"country_fips": "CD"
}
},
"CITY:CE000002": {
"name": "Colombo, CE",
"display_name": "Colombo, Sri Lanka",
"parts": {
"city": "Colombo",
"state": null,
"country": "Sri Lanka",
"country_iso3": "LKA",
"country_iso": "LK",
"country_fips": "CE"
}
},
"CITY:CE000005": {
"name": "Trincomalee, CE",
"display_name": "Trincomalee, Sri Lanka",
"parts": {
"city": "Trincomalee",
"state": null,
"country": "Sri Lanka",
"country_iso3": "LKA",
"country_iso": "LK",
"country_fips": "CE"
}
},
"CITY:CF000001": {
"name": "Brazzaville, CF",
"display_name": "Brazzaville, Republic of the Congo",
"parts": {
"city": "Brazzaville",
"state": null,
"country": "Republic of the Congo",
"country_iso3": "COG",
"country_iso": "CG",
"country_fips": "CF"
}
},
"CITY:CF000002": {
"name": "Loubomo, CF",
"display_name": "Loubomo, Republic of the Congo",
"parts": {
"city": "Loubomo",
"state": null,
"country": "Republic of the Congo",
"country_iso3": "COG",
"country_iso": "CG",
"country_fips": "CF"
}
},
"CITY:CF000003": {
"name": "Pointe Noire, CF",
"display_name": "Pointe Noire, Republic of the Congo",
"parts": {
"city": "Pointe Noire",
"state": null,
"country": "Republic of the Congo",
"country_iso3": "COG",
"country_iso": "CG",
"country_fips": "CF"
}
},
"CITY:CG000003": {
"name": "Kinshasa, CG",
"display_name": "Kinshasa, Democratic Republic of the Congo",
"parts": {
"city": "Kinshasa",
"state": null,
"country": "Democratic Republic of the Congo",
"country_iso3": "COD",
"country_iso": "CD",
"country_fips": "CG"
}
},
"CITY:CH000003": {
"name": "Beijing, CH",
"display_name": "Beijing, China",
"parts": {
"city": "Beijing",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000004": {
"name": "Changchun, CH",
"display_name": "Changchun, China",
"parts": {
"city": "Changchun",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000005": {
"name": "Changsha, CH",
"display_name": "Changsha, China",
"parts": {
"city": "Changsha",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000006": {
"name": "Chengdu, CH",
"display_name": "Chengdu, China",
"parts": {
"city": "Chengdu",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000007": {
"name": "Chongqing, CH",
"display_name": "Chongqing, China",
"parts": {
"city": "Chongqing",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000008": {
"name": "Dalian, CH",
"display_name": "Dalian, China",
"parts": {
"city": "Dalian",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000009": {
"name": "Fushun, CH",
"display_name": "Fushun, China",
"parts": {
"city": "Fushun",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000010": {
"name": "Fuzhou, CH",
"display_name": "Fuzhou, China",
"parts": {
"city": "Fuzhou",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000011": {
"name": "Guangzhou, CH",
"display_name": "Guangzhou, China",
"parts": {
"city": "Guangzhou",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000012": {
"name": "Guiyang, CH",
"display_name": "Guiyang, China",
"parts": {
"city": "Guiyang",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000013": {
"name": "Hangzhou, CH",
"display_name": "Hangzhou, China",
"parts": {
"city": "Hangzhou",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000014": {
"name": "Harbin, CH",
"display_name": "Harbin, China",
"parts": {
"city": "Harbin",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000015": {
"name": "Hefei, CH",
"display_name": "Hefei, China",
"parts": {
"city": "Hefei",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000016": {
"name": "Hong Kong, CH",
"display_name": "Hong Kong, China",
"parts": {
"city": "Hong Kong",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000017": {
"name": "Huhot, CH",
"display_name": "Huhot, China",
"parts": {
"city": "Huhot",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000019": {
"name": "Jinan, CH",
"display_name": "Jinan, China",
"parts": {
"city": "Jinan",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000020": {
"name": "Kashi, CH",
"display_name": "Kashi, China",
"parts": {
"city": "Kashi",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000021": {
"name": "Kunming, CH",
"display_name": "Kunming, China",
"parts": {
"city": "Kunming",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000022": {
"name": "Lanzhou, CH",
"display_name": "Lanzhou, China",
"parts": {
"city": "Lanzhou",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000023": {
"name": "Lhasa, CH",
"display_name": "Lhasa, China",
"parts": {
"city": "Lhasa",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000025": {
"name": "Macau, CH",
"display_name": "Macau, China",
"parts": {
"city": "Macau",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000026": {
"name": "Nanchang, CH",
"display_name": "Nanchang, China",
"parts": {
"city": "Nanchang",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000027": {
"name": "Nanjing, CH",
"display_name": "Nanjing, China",
"parts": {
"city": "Nanjing",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000028": {
"name": "Nanning, CH",
"display_name": "Nanning, China",
"parts": {
"city": "Nanning",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000029": {
"name": "Qingdao, CH",
"display_name": "Qingdao, China",
"parts": {
"city": "Qingdao",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000030": {
"name": "Qiqihar, CH",
"display_name": "Qiqihar, China",
"parts": {
"city": "Qiqihar",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000031": {
"name": "Shanghai, CH",
"display_name": "Shanghai, China",
"parts": {
"city": "Shanghai",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000032": {
"name": "Shenyang, CH",
"display_name": "Shenyang, China",
"parts": {
"city": "Shenyang",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000033": {
"name": "Shijiazhuang, CH",
"display_name": "Shijiazhuang, China",
"parts": {
"city": "Shijiazhuang",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000037": {
"name": "Taiyuan, CH",
"display_name": "Taiyuan, China",
"parts": {
"city": "Taiyuan",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000039": {
"name": "Tianjin, CH",
"display_name": "Tianjin, China",
"parts": {
"city": "Tianjin",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000040": {
"name": "Urumqi, CH",
"display_name": "Urumqi, China",
"parts": {
"city": "Urumqi",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000041": {
"name": "Wuhan, CH",
"display_name": "Wuhan, China",
"parts": {
"city": "Wuhan",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000042": {
"name": "Xi\u0027an, CH",
"display_name": "Xi\u0027an, China",
"parts": {
"city": "Xi\u0027an",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000043": {
"name": "Xining, CH",
"display_name": "Xining, China",
"parts": {
"city": "Xining",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000044": {
"name": "Yinchuan, CH",
"display_name": "Yinchuan, China",
"parts": {
"city": "Yinchuan",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CH000045": {
"name": "Zhengzhou, CH",
"display_name": "Zhengzhou, China",
"parts": {
"city": "Zhengzhou",
"state": null,
"country": "China",
"country_iso3": "CHN",
"country_iso": "CN",
"country_fips": "CH"
}
},
"CITY:CI000001": {
"name": "Antofagasta, CI",
"display_name": "Antofagasta, Chile",
"parts": {
"city": "Antofagasta",
"state": null,
"country": "Chile",
"country_iso3": "CHL",
"country_iso": "CL",
"country_fips": "CI"
}
},
"CITY:CI000002": {
"name": "Concepcion, CI",
"display_name": "Concepcion, Chile",
"parts": {
"city": "Concepcion",
"state": null,
"country": "Chile",
"country_iso3": "CHL",
"country_iso": "CL",
"country_fips": "CI"
}
},
"CITY:CI000003": {
"name": "Copiapo, CI",
"display_name": "Copiapo, Chile",
"parts": {
"city": "Copiapo",
"state": null,
"country": "Chile",
"country_iso3": "CHL",
"country_iso": "CL",
"country_fips": "CI"
}
},
"CITY:CI000004": {
"name": "Coquimbo, CI",
"display_name": "Coquimbo, Chile",
"parts": {
"city": "Coquimbo",
"state": null,
"country": "Chile",
"country_iso3": "CHL",
"country_iso": "CL",
"country_fips": "CI"
}
},
"CITY:CI000006": {
"name": "La Serena, CI",
"display_name": "La Serena, Chile",
"parts": {
"city": "La Serena",
"state": null,
"country": "Chile",
"country_iso3": "CHL",
"country_iso": "CL",
"country_fips": "CI"
}
},
"CITY:CI000007": {
"name": "Puerto Montt, CI",
"display_name": "Puerto Montt, Chile",
"parts": {
"city": "Puerto Montt",
"state": null,
"country": "Chile",
"country_iso3": "CHL",
"country_iso": "CL",
"country_fips": "CI"
}
},
"CITY:CI000008": {
"name": "Punta Arenas, CI",
"display_name": "Punta Arenas, Chile",
"parts": {
"city": "Punta Arenas",
"state": null,
"country": "Chile",
"country_iso3": "CHL",
"country_iso": "CL",
"country_fips": "CI"
}
},
"CITY:CI000009": {
"name": "Santiago, CI",
"display_name": "Santiago, Chile",
"parts": {
"city": "Santiago",
"state": null,
"country": "Chile",
"country_iso3": "CHL",
"country_iso": "CL",
"country_fips": "CI"
}
},
"CITY:CI000011": {
"name": "Temuco, CI",
"display_name": "Temuco, Chile",
"parts": {
"city": "Temuco",
"state": null,
"country": "Chile",
"country_iso3": "CHL",
"country_iso": "CL",
"country_fips": "CI"
}
},
"CITY:CM000004": {
"name": "Douala, CM",
"display_name": "Douala, Cameroon",
"parts": {
"city": "Douala",
"state": null,
"country": "Cameroon",
"country_iso3": "CMR",
"country_iso": "CM",
"country_fips": "CM"
}
},
"CITY:CO000003": {
"name": "Barranquilla, CO",
"display_name": "Barranquilla, Colombia",
"parts": {
"city": "Barranquilla",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CO000004": {
"name": "Bogota, CO",
"display_name": "Bogota, Colombia",
"parts": {
"city": "Bogota",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CO000005": {
"name": "Bucaramanga, CO",
"display_name": "Bucaramanga, Colombia",
"parts": {
"city": "Bucaramanga",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CO000006": {
"name": "Cali, CO",
"display_name": "Cali, Colombia",
"parts": {
"city": "Cali",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CO000007": {
"name": "Cartagena, CO",
"display_name": "Cartagena, Colombia",
"parts": {
"city": "Cartagena",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CO000008": {
"name": "Cucuta, CO",
"display_name": "Cucuta, Colombia",
"parts": {
"city": "Cucuta",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CO000012": {
"name": "Medellin, CO",
"display_name": "Medellin, Colombia",
"parts": {
"city": "Medellin",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CO000015": {
"name": "Pasto, CO",
"display_name": "Pasto, Colombia",
"parts": {
"city": "Pasto",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CO000019": {
"name": "San Andres, CO",
"display_name": "San Andres, Colombia",
"parts": {
"city": "San Andres",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CO000024": {
"name": "Villavicencio, CO",
"display_name": "Villavicencio, Colombia",
"parts": {
"city": "Villavicencio",
"state": null,
"country": "Colombia",
"country_iso3": "COL",
"country_iso": "CO",
"country_fips": "CO"
}
},
"CITY:CS000001": {
"name": "Puerto Limon, CS",
"display_name": "Puerto Limon, Costa Rica",
"parts": {
"city": "Puerto Limon",
"state": null,
"country": "Costa Rica",
"country_iso3": "CRI",
"country_iso": "CR",
"country_fips": "CS"
}
},
"CITY:CS000002": {
"name": "San Jose, CS",
"display_name": "San Jose, Costa Rica",
"parts": {
"city": "San Jose",
"state": null,
"country": "Costa Rica",
"country_iso3": "CRI",
"country_iso": "CR",
"country_fips": "CS"
}
},
"CITY:CT000001": {
"name": "Bangui, CT",
"display_name": "Bangui, Central African Republic",
"parts": {
"city": "Bangui",
"state": null,
"country": "Central African Republic",
"country_iso3": "CAF",
"country_iso": "CF",
"country_fips": "CT"
}
},
"CITY:CT000002": {
"name": "Berberati, CT",
"display_name": "Berberati, Central African Republic",
"parts": {
"city": "Berberati",
"state": null,
"country": "Central African Republic",
"country_iso3": "CAF",
"country_iso": "CF",
"country_fips": "CT"
}
},
"CITY:CU000001": {
"name": "Camaguey, CU",
"display_name": "Camaguey, Cuba",
"parts": {
"city": "Camaguey",
"state": null,
"country": "Cuba",
"country_iso3": "CUB",
"country_iso": "CU",
"country_fips": "CU"
}
},
"CITY:CU000005": {
"name": "Havana, CU",
"display_name": "Havana, Cuba",
"parts": {
"city": "Havana",
"state": null,
"country": "Cuba",
"country_iso3": "CUB",
"country_iso": "CU",
"country_fips": "CU"
}
},
"CITY:CY000001": {
"name": "Lemesos, CY",
"display_name": "Lemesos, Cyprus",
"parts": {
"city": "Lemesos",
"state": null,
"country": "Cyprus",
"country_iso3": "CYP",
"country_iso": "CY",
"country_fips": "CY"
}
},
"CITY:CY000002": {
"name": "Nicosia, CY",
"display_name": "Nicosia, Cyprus",
"parts": {
"city": "Nicosia",
"state": null,
"country": "Cyprus",
"country_iso3": "CYP",
"country_iso": "CY",
"country_fips": "CY"
}
},
"CITY:DA000001": {
"name": "Alborg, DA",
"display_name": "Alborg, Denmark",
"parts": {
"city": "Alborg",
"state": null,
"country": "Denmark",
"country_iso3": "DNK",
"country_iso": "DK",
"country_fips": "DA"
}
},
"CITY:DA000003": {
"name": "Copenhagen, DA",
"display_name": "Copenhagen, Denmark",
"parts": {
"city": "Copenhagen",
"state": null,
"country": "Denmark",
"country_iso3": "DNK",
"country_iso": "DK",
"country_fips": "DA"
}
},
"CITY:DR000008": {
"name": "Santiago, DR",
"display_name": "Santiago, Dominican Republic",
"parts": {
"city": "Santiago",
"state": null,
"country": "Dominican Republic",
"country_iso3": "DOM",
"country_iso": "DO",
"country_fips": "DR"
}
},
"CITY:DR000009": {
"name": "Santo Domingo, DR",
"display_name": "Santo Domingo, Dominican Republic",
"parts": {
"city": "Santo Domingo",
"state": null,
"country": "Dominican Republic",
"country_iso3": "DOM",
"country_iso": "DO",
"country_fips": "DR"
}
},
"CITY:EC000002": {
"name": "Babahoyo, EC",
"display_name": "Babahoyo, Ecuador",
"parts": {
"city": "Babahoyo",
"state": null,
"country": "Ecuador",
"country_iso3": "ECU",
"country_iso": "EC",
"country_fips": "EC"
}
},
"CITY:EG000001": {
"name": "Al Ghurdaqah, EG",
"display_name": "Al Ghurdaqah, Egypt",
"parts": {
"city": "Al Ghurdaqah",
"state": null,
"country": "Egypt",
"country_iso3": "EGY",
"country_iso": "EG",
"country_fips": "EG"
}
},
"CITY:EG000002": {
"name": "Alexandria, EG",
"display_name": "Alexandria, Egypt",
"parts": {
"city": "Alexandria",
"state": null,
"country": "Egypt",
"country_iso3": "EGY",
"country_iso": "EG",
"country_fips": "EG"
}
},
"CITY:EG000003": {
"name": "Aswan, EG",
"display_name": "Aswan, Egypt",
"parts": {
"city": "Aswan",
"state": null,
"country": "Egypt",
"country_iso3": "EGY",
"country_iso": "EG",
"country_fips": "EG"
}
},
"CITY:EG000005": {
"name": "Cairo, EG",
"display_name": "Cairo, Egypt",
"parts": {
"city": "Cairo",
"state": null,
"country": "Egypt",
"country_iso3": "EGY",
"country_iso": "EG",
"country_fips": "EG"
}
},
"CITY:EG000007": {
"name": "Giza, EG",
"display_name": "Giza, Egypt",
"parts": {
"city": "Giza",
"state": null,
"country": "Egypt",
"country_iso3": "EGY",
"country_iso": "EG",
"country_fips": "EG"
}
},
"CITY:EG000008": {
"name": "Ismailia, EG",
"display_name": "Ismailia, Egypt",
"parts": {
"city": "Ismailia",
"state": null,
"country": "Egypt",
"country_iso3": "EGY",
"country_iso": "EG",
"country_fips": "EG"
}
},
"CITY:EG000009": {
"name": "Marsa Matruh, EG",
"display_name": "Marsa Matruh, Egypt",
"parts": {
"city": "Marsa Matruh",
"state": null,
"country": "Egypt",
"country_iso3": "EGY",
"country_iso": "EG",
"country_fips": "EG"
}
},
"CITY:EG000010": {
"name": "Qena, EG",
"display_name": "Qena, Egypt",
"parts": {
"city": "Qena",
"state": null,
"country": "Egypt",
"country_iso3": "EGY",
"country_iso": "EG",
"country_fips": "EG"
}
},
"CITY:EG000012": {
"name": "Suez, EG",
"display_name": "Suez, Egypt",
"parts": {
"city": "Suez",
"state": null,
"country": "Egypt",
"country_iso3": "EGY",
"country_iso": "EG",
"country_fips": "EG"
}
},
"CITY:EI000001": {
"name": "Cork, EI",
"display_name": "Cork, Ireland",
"parts": {
"city": "Cork",
"state": null,
"country": "Ireland",
"country_iso3": "IRL",
"country_iso": "IE",
"country_fips": "EI"
}
},
"CITY:EI000002": {
"name": "Dublin, EI",
"display_name": "Dublin, Ireland",
"parts": {
"city": "Dublin",
"state": null,
"country": "Ireland",
"country_iso3": "IRL",
"country_iso": "IE",
"country_fips": "EI"
}
},
"CITY:EI000003": {
"name": "Galway, EI",
"display_name": "Galway, Ireland",
"parts": {
"city": "Galway",
"state": null,
"country": "Ireland",
"country_iso3": "IRL",
"country_iso": "IE",
"country_fips": "EI"
}
},
"CITY:EN000001": {
"name": "Tallinn, EN",
"display_name": "Tallinn, Estonia",
"parts": {
"city": "Tallinn",
"state": null,
"country": "Estonia",
"country_iso3": "EST",
"country_iso": "EE",
"country_fips": "EN"
}
},
"CITY:ER000001": {
"name": "Asmara, ER",
"display_name": "Asmara, Eritrea",
"parts": {
"city": "Asmara",
"state": null,
"country": "Eritrea",
"country_iso3": "ERI",
"country_iso": "ER",
"country_fips": "ER"
}
},
"CITY:ES000001": {
"name": "Nueva San Salvador, ES",
"display_name": "Nueva San Salvador, El Salvador",
"parts": {
"city": "Nueva San Salvador",
"state": null,
"country": "El Salvador",
"country_iso3": "SLV",
"country_iso": "SV",
"country_fips": "ES"
}
},
"CITY:ES000002": {
"name": "San Salvador, ES",
"display_name": "San Salvador, El Salvador",
"parts": {
"city": "San Salvador",
"state": null,
"country": "El Salvador",
"country_iso3": "SLV",
"country_iso": "SV",
"country_fips": "ES"
}
},
"CITY:ES000004": {
"name": "Sonsonate, ES",
"display_name": "Sonsonate, El Salvador",
"parts": {
"city": "Sonsonate",
"state": null,
"country": "El Salvador",
"country_iso3": "SLV",
"country_iso": "SV",
"country_fips": "ES"
}
},
"CITY:ET000001": {
"name": "Addis Ababa, ET",
"display_name": "Addis Ababa, Ethiopia",
"parts": {
"city": "Addis Ababa",
"state": null,
"country": "Ethiopia",
"country_iso3": "ETH",
"country_iso": "ET",
"country_fips": "ET"
}
},
"CITY:ET000002": {
"name": "Arba Minch, ET",
"display_name": "Arba Minch, Ethiopia",
"parts": {
"city": "Arba Minch",
"state": null,
"country": "Ethiopia",
"country_iso3": "ETH",
"country_iso": "ET",
"country_fips": "ET"
}
},
"CITY:ET000003": {
"name": "Awasa, ET",
"display_name": "Awasa, Ethiopia",
"parts": {
"city": "Awasa",
"state": null,
"country": "Ethiopia",
"country_iso3": "ETH",
"country_iso": "ET",
"country_fips": "ET"
}
},
"CITY:ET000004": {
"name": "Debre Markos, ET",
"display_name": "Debre Markos, Ethiopia",
"parts": {
"city": "Debre Markos",
"state": null,
"country": "Ethiopia",
"country_iso3": "ETH",
"country_iso": "ET",
"country_fips": "ET"
}
},
"CITY:ET000005": {
"name": "Dese, ET",
"display_name": "Dese, Ethiopia",
"parts": {
"city": "Dese",
"state": null,
"country": "Ethiopia",
"country_iso3": "ETH",
"country_iso": "ET",
"country_fips": "ET"
}
},
"CITY:ET000006": {
"name": "Gonder, ET",
"display_name": "Gonder, Ethiopia",
"parts": {
"city": "Gonder",
"state": null,
"country": "Ethiopia",
"country_iso3": "ETH",
"country_iso": "ET",
"country_fips": "ET"
}
},
"CITY:ET000007": {
"name": "Jima, ET",
"display_name": "Jima, Ethiopia",
"parts": {
"city": "Jima",
"state": null,
"country": "Ethiopia",
"country_iso3": "ETH",
"country_iso": "ET",
"country_fips": "ET"
}
},
"CITY:EZ000001": {
"name": "Brno, EZ",
"display_name": "Brno, Czech Republic",
"parts": {
"city": "Brno",
"state": null,
"country": "Czech Republic",
"country_iso3": "CZE",
"country_iso": "CZ",
"country_fips": "EZ"
}
},
"CITY:EZ000004": {
"name": "Ostrava, EZ",
"display_name": "Ostrava, Czech Republic",
"parts": {
"city": "Ostrava",
"state": null,
"country": "Czech Republic",
"country_iso3": "CZE",
"country_iso": "CZ",
"country_fips": "EZ"
}
},
"CITY:EZ000006": {
"name": "Prague, EZ",
"display_name": "Prague, Czech Republic",
"parts": {
"city": "Prague",
"state": null,
"country": "Czech Republic",
"country_iso3": "CZE",
"country_iso": "CZ",
"country_fips": "EZ"
}
},
"CITY:EZ000007": {
"name": "Usti Nad Labem, EZ",
"display_name": "Usti Nad Labem, Czech Republic",
"parts": {
"city": "Usti Nad Labem",
"state": null,
"country": "Czech Republic",
"country_iso3": "CZE",
"country_iso": "CZ",
"country_fips": "EZ"
}
},
"CITY:FG000001": {
"name": "Cayenne, FG",
"display_name": "Cayenne, French Guiana",
"parts": {
"city": "Cayenne",
"state": null,
"country": "French Guiana",
"country_iso3": "GUF",
"country_iso": "GF",
"country_fips": "FG"
}
},
"CITY:FI000001": {
"name": "Helsinki, FI",
"display_name": "Helsinki, Finland",
"parts": {
"city": "Helsinki",
"state": null,
"country": "Finland",
"country_iso3": "FIN",
"country_iso": "FI",
"country_fips": "FI"
}
},
"CITY:FI000002": {
"name": "Joensuu, FI",
"display_name": "Joensuu, Finland",
"parts": {
"city": "Joensuu",
"state": null,
"country": "Finland",
"country_iso3": "FIN",
"country_iso": "FI",
"country_fips": "FI"
}
},
"CITY:FI000003": {
"name": "Jyvaskyla, FI",
"display_name": "Jyvaskyla, Finland",
"parts": {
"city": "Jyvaskyla",
"state": null,
"country": "Finland",
"country_iso3": "FIN",
"country_iso": "FI",
"country_fips": "FI"
}
},
"CITY:FI000004": {
"name": "Kuopio, FI",
"display_name": "Kuopio, Finland",
"parts": {
"city": "Kuopio",
"state": null,
"country": "Finland",
"country_iso3": "FIN",
"country_iso": "FI",
"country_fips": "FI"
}
},
"CITY:FI000005": {
"name": "Oulu, FI",
"display_name": "Oulu, Finland",
"parts": {
"city": "Oulu",
"state": null,
"country": "Finland",
"country_iso3": "FIN",
"country_iso": "FI",
"country_fips": "FI"
}
},
"CITY:FI000006": {
"name": "Turku, FI",
"display_name": "Turku, Finland",
"parts": {
"city": "Turku",
"state": null,
"country": "Finland",
"country_iso3": "FIN",
"country_iso": "FI",
"country_fips": "FI"
}
},
"CITY:FJ000001": {
"name": "Suva, FJ",
"display_name": "Suva, Fiji",
"parts": {
"city": "Suva",
"state": null,
"country": "Fiji",
"country_iso3": "FJI",
"country_iso": "FJ",
"country_fips": "FJ"
}
},
"CITY:FR000001": {
"name": "Ajaccio, FR",
"display_name": "Ajaccio, France",
"parts": {
"city": "Ajaccio",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000002": {
"name": "Amiens, FR",
"display_name": "Amiens, France",
"parts": {
"city": "Amiens",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000005": {
"name": "Brest, FR",
"display_name": "Brest, France",
"parts": {
"city": "Brest",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000006": {
"name": "Caen, FR",
"display_name": "Caen, France",
"parts": {
"city": "Caen",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000007": {
"name": "Clermont-Ferrand, FR",
"display_name": "Clermont-Ferrand, France",
"parts": {
"city": "Clermont-Ferrand",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000008": {
"name": "Dijon, FR",
"display_name": "Dijon, France",
"parts": {
"city": "Dijon",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000010": {
"name": "Lille, FR",
"display_name": "Lille, France",
"parts": {
"city": "Lille",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000011": {
"name": "Limoges, FR",
"display_name": "Limoges, France",
"parts": {
"city": "Limoges",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000012": {
"name": "Lyon, FR",
"display_name": "Lyon, France",
"parts": {
"city": "Lyon",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000013": {
"name": "Marseille, FR",
"display_name": "Marseille, France",
"parts": {
"city": "Marseille",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000014": {
"name": "Montpellier, FR",
"display_name": "Montpellier, France",
"parts": {
"city": "Montpellier",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000015": {
"name": "Nancy, FR",
"display_name": "Nancy, France",
"parts": {
"city": "Nancy",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000016": {
"name": "Nantes, FR",
"display_name": "Nantes, France",
"parts": {
"city": "Nantes",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000018": {
"name": "Paris, FR",
"display_name": "Paris, France",
"parts": {
"city": "Paris",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000019": {
"name": "Poitiers, FR",
"display_name": "Poitiers, France",
"parts": {
"city": "Poitiers",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000020": {
"name": "Reims, FR",
"display_name": "Reims, France",
"parts": {
"city": "Reims",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000021": {
"name": "Rennes, FR",
"display_name": "Rennes, France",
"parts": {
"city": "Rennes",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000022": {
"name": "Rouen, FR",
"display_name": "Rouen, France",
"parts": {
"city": "Rouen",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000023": {
"name": "Strasbourg, FR",
"display_name": "Strasbourg, France",
"parts": {
"city": "Strasbourg",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:FR000024": {
"name": "Toulouse, FR",
"display_name": "Toulouse, France",
"parts": {
"city": "Toulouse",
"state": null,
"country": "France",
"country_iso3": "FRA",
"country_iso": "FR",
"country_fips": "FR"
}
},
"CITY:GB000001": {
"name": "Libreville, GB",
"display_name": "Libreville, Gabon",
"parts": {
"city": "Libreville",
"state": null,
"country": "Gabon",
"country_iso3": "GAB",
"country_iso": "GA",
"country_fips": "GB"
}
},
"CITY:GB000002": {
"name": "Port Gentil, GB",
"display_name": "Port Gentil, Gabon",
"parts": {
"city": "Port Gentil",
"state": null,
"country": "Gabon",
"country_iso3": "GAB",
"country_iso": "GA",
"country_fips": "GB"
}
},
"CITY:GG000001": {
"name": "Bat\u0027umi, GG",
"display_name": "Bat\u0027umi, Georgia",
"parts": {
"city": "Bat\u0027umi",
"state": null,
"country": "Georgia",
"country_iso3": "GEO",
"country_iso": "GE",
"country_fips": "GG"
}
},
"CITY:GG000002": {
"name": "Sokhumi, GG",
"display_name": "Sokhumi, Georgia",
"parts": {
"city": "Sokhumi",
"state": null,
"country": "Georgia",
"country_iso3": "GEO",
"country_iso": "GE",
"country_fips": "GG"
}
},
"CITY:GG000003": {
"name": "T\u0027Bilisi, GG",
"display_name": "T\u0027Bilisi, Georgia",
"parts": {
"city": "T\u0027Bilisi",
"state": null,
"country": "Georgia",
"country_iso3": "GEO",
"country_iso": "GE",
"country_fips": "GG"
}
},
"CITY:GM000001": {
"name": "Berlin, GM",
"display_name": "Berlin, Germany",
"parts": {
"city": "Berlin",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000002": {
"name": "Bonn, GM",
"display_name": "Bonn, Germany",
"parts": {
"city": "Bonn",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000003": {
"name": "Bremen, GM",
"display_name": "Bremen, Germany",
"parts": {
"city": "Bremen",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000004": {
"name": "Bremerhaven, GM",
"display_name": "Bremerhaven, Germany",
"parts": {
"city": "Bremerhaven",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000005": {
"name": "Cologne, GM",
"display_name": "Cologne, Germany",
"parts": {
"city": "Cologne",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000006": {
"name": "Dortmund, GM",
"display_name": "Dortmund, Germany",
"parts": {
"city": "Dortmund",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000007": {
"name": "Dresden, GM",
"display_name": "Dresden, Germany",
"parts": {
"city": "Dresden",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000008": {
"name": "Duisburg, GM",
"display_name": "Duisburg, Germany",
"parts": {
"city": "Duisburg",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000009": {
"name": "Dusseldorf, GM",
"display_name": "Dusseldorf, Germany",
"parts": {
"city": "Dusseldorf",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000010": {
"name": "Erfurt, GM",
"display_name": "Erfurt, Germany",
"parts": {
"city": "Erfurt",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000011": {
"name": "Essen, GM",
"display_name": "Essen, Germany",
"parts": {
"city": "Essen",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000012": {
"name": "Frankfurt, GM",
"display_name": "Frankfurt, Germany",
"parts": {
"city": "Frankfurt",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000013": {
"name": "Hamburg, GM",
"display_name": "Hamburg, Germany",
"parts": {
"city": "Hamburg",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000014": {
"name": "Hannover, GM",
"display_name": "Hannover, Germany",
"parts": {
"city": "Hannover",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000015": {
"name": "Kiel, GM",
"display_name": "Kiel, Germany",
"parts": {
"city": "Kiel",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000016": {
"name": "Leipzig, GM",
"display_name": "Leipzig, Germany",
"parts": {
"city": "Leipzig",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000017": {
"name": "Magdeburg, GM",
"display_name": "Magdeburg, Germany",
"parts": {
"city": "Magdeburg",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000018": {
"name": "Mainz, GM",
"display_name": "Mainz, Germany",
"parts": {
"city": "Mainz",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000019": {
"name": "Munich, GM",
"display_name": "Munich, Germany",
"parts": {
"city": "Munich",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000020": {
"name": "Potsdam, GM",
"display_name": "Potsdam, Germany",
"parts": {
"city": "Potsdam",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000021": {
"name": "Saarbrucken, GM",
"display_name": "Saarbrucken, Germany",
"parts": {
"city": "Saarbrucken",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000022": {
"name": "Schwerin, GM",
"display_name": "Schwerin, Germany",
"parts": {
"city": "Schwerin",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000023": {
"name": "Stuttgart, GM",
"display_name": "Stuttgart, Germany",
"parts": {
"city": "Stuttgart",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GM000024": {
"name": "Wiesbaden, GM",
"display_name": "Wiesbaden, Germany",
"parts": {
"city": "Wiesbaden",
"state": null,
"country": "Germany",
"country_iso3": "DEU",
"country_iso": "DE",
"country_fips": "GM"
}
},
"CITY:GR000001": {
"name": "Athens, GR",
"display_name": "Athens, Greece",
"parts": {
"city": "Athens",
"state": null,
"country": "Greece",
"country_iso3": "GRC",
"country_iso": "GR",
"country_fips": "GR"
}
},
"CITY:GR000002": {
"name": "Ioannina, GR",
"display_name": "Ioannina, Greece",
"parts": {
"city": "Ioannina",
"state": null,
"country": "Greece",
"country_iso3": "GRC",
"country_iso": "GR",
"country_fips": "GR"
}
},
"CITY:GR000003": {
"name": "Iraklion, GR",
"display_name": "Iraklion, Greece",
"parts": {
"city": "Iraklion",
"state": null,
"country": "Greece",
"country_iso3": "GRC",
"country_iso": "GR",
"country_fips": "GR"
}
},
"CITY:GR000004": {
"name": "Larisa, GR",
"display_name": "Larisa, Greece",
"parts": {
"city": "Larisa",
"state": null,
"country": "Greece",
"country_iso3": "GRC",
"country_iso": "GR",
"country_fips": "GR"
}
},
"CITY:GR000006": {
"name": "Piraeus, GR",
"display_name": "Piraeus, Greece",
"parts": {
"city": "Piraeus",
"state": null,
"country": "Greece",
"country_iso3": "GRC",
"country_iso": "GR",
"country_fips": "GR"
}
},
"CITY:GR000007": {
"name": "Thessaloniki, GR",
"display_name": "Thessaloniki, Greece",
"parts": {
"city": "Thessaloniki",
"state": null,
"country": "Greece",
"country_iso3": "GRC",
"country_iso": "GR",
"country_fips": "GR"
}
},
"CITY:GT000004": {
"name": "Guatemala, GT",
"display_name": "Guatemala, Guatemala",
"parts": {
"city": "Guatemala",
"state": null,
"country": "Guatemala",
"country_iso3": "GTM",
"country_iso": "GT",
"country_fips": "GT"
}
},
"CITY:GV000001": {
"name": "Conakry, GV",
"display_name": "Conakry, Guinea",
"parts": {
"city": "Conakry",
"state": null,
"country": "Guinea",
"country_iso3": "GIN",
"country_iso": "GN",
"country_fips": "GV"
}
},
"CITY:GV000002": {
"name": "Kankan, GV",
"display_name": "Kankan, Guinea",
"parts": {
"city": "Kankan",
"state": null,
"country": "Guinea",
"country_iso3": "GIN",
"country_iso": "GN",
"country_fips": "GV"
}
},
"CITY:GV000003": {
"name": "Kindia, GV",
"display_name": "Kindia, Guinea",
"parts": {
"city": "Kindia",
"state": null,
"country": "Guinea",
"country_iso3": "GIN",
"country_iso": "GN",
"country_fips": "GV"
}
},
"CITY:HO000002": {
"name": "La Ceiba, HO",
"display_name": "La Ceiba, Honduras",
"parts": {
"city": "La Ceiba",
"state": null,
"country": "Honduras",
"country_iso3": "HND",
"country_iso": "HN",
"country_fips": "HO"
}
},
"CITY:HO000003": {
"name": "San Pedro Sula, HO",
"display_name": "San Pedro Sula, Honduras",
"parts": {
"city": "San Pedro Sula",
"state": null,
"country": "Honduras",
"country_iso3": "HND",
"country_iso": "HN",
"country_fips": "HO"
}
},
"CITY:HO000004": {
"name": "Tegucigalpa, HO",
"display_name": "Tegucigalpa, Honduras",
"parts": {
"city": "Tegucigalpa",
"state": null,
"country": "Honduras",
"country_iso3": "HND",
"country_iso": "HN",
"country_fips": "HO"
}
},
"CITY:HR000001": {
"name": "Rijeka, HR",
"display_name": "Rijeka, Croatia",
"parts": {
"city": "Rijeka",
"state": null,
"country": "Croatia",
"country_iso3": "HRV",
"country_iso": "HR",
"country_fips": "HR"
}
},
"CITY:HR000002": {
"name": "Zagreb, HR",
"display_name": "Zagreb, Croatia",
"parts": {
"city": "Zagreb",
"state": null,
"country": "Croatia",
"country_iso3": "HRV",
"country_iso": "HR",
"country_fips": "HR"
}
},
"CITY:HU000002": {
"name": "Budapest, HU",
"display_name": "Budapest, Hungary",
"parts": {
"city": "Budapest",
"state": null,
"country": "Hungary",
"country_iso3": "HUN",
"country_iso": "HU",
"country_fips": "HU"
}
},
"CITY:HU000003": {
"name": "Debrecen, HU",
"display_name": "Debrecen, Hungary",
"parts": {
"city": "Debrecen",
"state": null,
"country": "Hungary",
"country_iso3": "HUN",
"country_iso": "HU",
"country_fips": "HU"
}
},
"CITY:HU000008": {
"name": "Miskolc, HU",
"display_name": "Miskolc, Hungary",
"parts": {
"city": "Miskolc",
"state": null,
"country": "Hungary",
"country_iso3": "HUN",
"country_iso": "HU",
"country_fips": "HU"
}
},
"CITY:HU000010": {
"name": "Pecs, HU",
"display_name": "Pecs, Hungary",
"parts": {
"city": "Pecs",
"state": null,
"country": "Hungary",
"country_iso3": "HUN",
"country_iso": "HU",
"country_fips": "HU"
}
},
"CITY:HU000011": {
"name": "Szeged, HU",
"display_name": "Szeged, Hungary",
"parts": {
"city": "Szeged",
"state": null,
"country": "Hungary",
"country_iso3": "HUN",
"country_iso": "HU",
"country_fips": "HU"
}
},
"CITY:HU000014": {
"name": "Szombathely, HU",
"display_name": "Szombathely, Hungary",
"parts": {
"city": "Szombathely",
"state": null,
"country": "Hungary",
"country_iso3": "HUN",
"country_iso": "HU",
"country_fips": "HU"
}
},
"CITY:IC000001": {
"name": "Reykjavik, IC",
"display_name": "Reykjavik, Iceland",
"parts": {
"city": "Reykjavik",
"state": null,
"country": "Iceland",
"country_iso3": "ISL",
"country_iso": "IS",
"country_fips": "IC"
}
},
"CITY:ID000003": {
"name": "Banda Aceh, ID",
"display_name": "Banda Aceh, Indonesia",
"parts": {
"city": "Banda Aceh",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000004": {
"name": "Bandjermasin, ID",
"display_name": "Bandjermasin, Indonesia",
"parts": {
"city": "Bandjermasin",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000006": {
"name": "Bengkulu, ID",
"display_name": "Bengkulu, Indonesia",
"parts": {
"city": "Bengkulu",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000007": {
"name": "Denpasar, ID",
"display_name": "Denpasar, Indonesia",
"parts": {
"city": "Denpasar",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000008": {
"name": "Jakarta, ID",
"display_name": "Jakarta, Indonesia",
"parts": {
"city": "Jakarta",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000011": {
"name": "Kupang, ID",
"display_name": "Kupang, Indonesia",
"parts": {
"city": "Kupang",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000013": {
"name": "Manado, ID",
"display_name": "Manado, Indonesia",
"parts": {
"city": "Manado",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000015": {
"name": "Medan, ID",
"display_name": "Medan, Indonesia",
"parts": {
"city": "Medan",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000016": {
"name": "Padang, ID",
"display_name": "Padang, Indonesia",
"parts": {
"city": "Padang",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000017": {
"name": "Palembang, ID",
"display_name": "Palembang, Indonesia",
"parts": {
"city": "Palembang",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000018": {
"name": "Palu, ID",
"display_name": "Palu, Indonesia",
"parts": {
"city": "Palu",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000019": {
"name": "Pontianak, ID",
"display_name": "Pontianak, Indonesia",
"parts": {
"city": "Pontianak",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000020": {
"name": "Samarinda, ID",
"display_name": "Samarinda, Indonesia",
"parts": {
"city": "Samarinda",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000021": {
"name": "Semarang, ID",
"display_name": "Semarang, Indonesia",
"parts": {
"city": "Semarang",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:ID000022": {
"name": "Surabaja, ID",
"display_name": "Surabaja, Indonesia",
"parts": {
"city": "Surabaja",
"state": null,
"country": "Indonesia",
"country_iso3": "IDN",
"country_iso": "ID",
"country_fips": "ID"
}
},
"CITY:IN000001": {
"name": "Agartala, IN",
"display_name": "Agartala, India",
"parts": {
"city": "Agartala",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000002": {
"name": "Ahmadabad, IN",
"display_name": "Ahmadabad, India",
"parts": {
"city": "Ahmadabad",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000003": {
"name": "Aizawl, IN",
"display_name": "Aizawl, India",
"parts": {
"city": "Aizawl",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000004": {
"name": "Amritsar, IN",
"display_name": "Amritsar, India",
"parts": {
"city": "Amritsar",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000005": {
"name": "Bangalore, IN",
"display_name": "Bangalore, India",
"parts": {
"city": "Bangalore",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000006": {
"name": "Bhopal, IN",
"display_name": "Bhopal, India",
"parts": {
"city": "Bhopal",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000007": {
"name": "Bhubaneshwar, IN",
"display_name": "Bhubaneshwar, India",
"parts": {
"city": "Bhubaneshwar",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000008": {
"name": "Chandigarh, IN",
"display_name": "Chandigarh, India",
"parts": {
"city": "Chandigarh",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000009": {
"name": "Chennai, IN",
"display_name": "Chennai, India",
"parts": {
"city": "Chennai",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000010": {
"name": "Cochin, IN",
"display_name": "Cochin, India",
"parts": {
"city": "Cochin",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000011": {
"name": "Delhi, IN",
"display_name": "Delhi, India",
"parts": {
"city": "Delhi",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000012": {
"name": "Hyderabad, IN",
"display_name": "Hyderabad, India",
"parts": {
"city": "Hyderabad",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000013": {
"name": "Imphal, IN",
"display_name": "Imphal, India",
"parts": {
"city": "Imphal",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000014": {
"name": "Jaipur, IN",
"display_name": "Jaipur, India",
"parts": {
"city": "Jaipur",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000015": {
"name": "Kanpur, IN",
"display_name": "Kanpur, India",
"parts": {
"city": "Kanpur",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000016": {
"name": "Kohima, IN",
"display_name": "Kohima, India",
"parts": {
"city": "Kohima",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000017": {
"name": "Kolkata, IN",
"display_name": "Kolkata, India",
"parts": {
"city": "Kolkata",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000018": {
"name": "Lucknow, IN",
"display_name": "Lucknow, India",
"parts": {
"city": "Lucknow",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000019": {
"name": "Madurai, IN",
"display_name": "Madurai, India",
"parts": {
"city": "Madurai",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000020": {
"name": "Mangalore, IN",
"display_name": "Mangalore, India",
"parts": {
"city": "Mangalore",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000021": {
"name": "Mumbai, IN",
"display_name": "Mumbai, India",
"parts": {
"city": "Mumbai",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000022": {
"name": "Nagpur, IN",
"display_name": "Nagpur, India",
"parts": {
"city": "Nagpur",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000023": {
"name": "New Delhi, IN",
"display_name": "New Delhi, India",
"parts": {
"city": "New Delhi",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000024": {
"name": "Panaji, IN",
"display_name": "Panaji, India",
"parts": {
"city": "Panaji",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000025": {
"name": "Patna, IN",
"display_name": "Patna, India",
"parts": {
"city": "Patna",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000026": {
"name": "Pondicherry, IN",
"display_name": "Pondicherry, India",
"parts": {
"city": "Pondicherry",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000027": {
"name": "Port Blair, IN",
"display_name": "Port Blair, India",
"parts": {
"city": "Port Blair",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000028": {
"name": "Pune, IN",
"display_name": "Pune, India",
"parts": {
"city": "Pune",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000029": {
"name": "Shillong, IN",
"display_name": "Shillong, India",
"parts": {
"city": "Shillong",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000030": {
"name": "Simla, IN",
"display_name": "Simla, India",
"parts": {
"city": "Simla",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000031": {
"name": "Trivandrum, IN",
"display_name": "Trivandrum, India",
"parts": {
"city": "Trivandrum",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000032": {
"name": "Varanasi, IN",
"display_name": "Varanasi, India",
"parts": {
"city": "Varanasi",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IN000033": {
"name": "Vishakhapatnam, IN",
"display_name": "Vishakhapatnam, India",
"parts": {
"city": "Vishakhapatnam",
"state": null,
"country": "India",
"country_iso3": "IND",
"country_iso": "IN",
"country_fips": "IN"
}
},
"CITY:IR000001": {
"name": "Ahvaz, IR",
"display_name": "Ahvaz, Iran",
"parts": {
"city": "Ahvaz",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000002": {
"name": "Arak, IR",
"display_name": "Arak, Iran",
"parts": {
"city": "Arak",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000003": {
"name": "Esfahan, IR",
"display_name": "Esfahan, Iran",
"parts": {
"city": "Esfahan",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000004": {
"name": "Hamadan, IR",
"display_name": "Hamadan, Iran",
"parts": {
"city": "Hamadan",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000005": {
"name": "Ilam, IR",
"display_name": "Ilam, Iran",
"parts": {
"city": "Ilam",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000006": {
"name": "Kerman, IR",
"display_name": "Kerman, Iran",
"parts": {
"city": "Kerman",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000007": {
"name": "Kermanshah, IR",
"display_name": "Kermanshah, Iran",
"parts": {
"city": "Kermanshah",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000008": {
"name": "Khorramabad, IR",
"display_name": "Khorramabad, Iran",
"parts": {
"city": "Khorramabad",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000009": {
"name": "Mashhad, IR",
"display_name": "Mashhad, Iran",
"parts": {
"city": "Mashhad",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000010": {
"name": "Rasht, IR",
"display_name": "Rasht, Iran",
"parts": {
"city": "Rasht",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000011": {
"name": "Sanandaj, IR",
"display_name": "Sanandaj, Iran",
"parts": {
"city": "Sanandaj",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000013": {
"name": "Semnan, IR",
"display_name": "Semnan, Iran",
"parts": {
"city": "Semnan",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000014": {
"name": "Shahr-E Kord, IR",
"display_name": "Shahr-E Kord, Iran",
"parts": {
"city": "Shahr-E Kord",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000015": {
"name": "Shiraz, IR",
"display_name": "Shiraz, Iran",
"parts": {
"city": "Shiraz",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000016": {
"name": "Tabriz, IR",
"display_name": "Tabriz, Iran",
"parts": {
"city": "Tabriz",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000017": {
"name": "Tehran, IR",
"display_name": "Tehran, Iran",
"parts": {
"city": "Tehran",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000018": {
"name": "Yazd, IR",
"display_name": "Yazd, Iran",
"parts": {
"city": "Yazd",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000019": {
"name": "Zahedan, IR",
"display_name": "Zahedan, Iran",
"parts": {
"city": "Zahedan",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IR000020": {
"name": "Zanjan, IR",
"display_name": "Zanjan, Iran",
"parts": {
"city": "Zanjan",
"state": null,
"country": "Iran",
"country_iso3": "IRN",
"country_iso": "IR",
"country_fips": "IR"
}
},
"CITY:IS000001": {
"name": "Beersheba, IS",
"display_name": "Beersheba, Israel",
"parts": {
"city": "Beersheba",
"state": null,
"country": "Israel",
"country_iso3": "ISR",
"country_iso": "IL",
"country_fips": "IS"
}
},
"CITY:IS000003": {
"name": "Jerusalem, IS",
"display_name": "Jerusalem, Israel",
"parts": {
"city": "Jerusalem",
"state": null,
"country": "Israel",
"country_iso3": "ISR",
"country_iso": "IL",
"country_fips": "IS"
}
},
"CITY:IS000005": {
"name": "Ramla, IS",
"display_name": "Ramla, Israel",
"parts": {
"city": "Ramla",
"state": null,
"country": "Israel",
"country_iso3": "ISR",
"country_iso": "IL",
"country_fips": "IS"
}
},
"CITY:IS000006": {
"name": "Tel Aviv-Yafo, IS",
"display_name": "Tel Aviv-Yafo, Israel",
"parts": {
"city": "Tel Aviv-Yafo",
"state": null,
"country": "Israel",
"country_iso3": "ISR",
"country_iso": "IL",
"country_fips": "IS"
}
},
"CITY:IT000004": {
"name": "Bologna, IT",
"display_name": "Bologna, Italy",
"parts": {
"city": "Bologna",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000005": {
"name": "Cagliari, IT",
"display_name": "Cagliari, Italy",
"parts": {
"city": "Cagliari",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000006": {
"name": "Campobasso, IT",
"display_name": "Campobasso, Italy",
"parts": {
"city": "Campobasso",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000009": {
"name": "Genoa, IT",
"display_name": "Genoa, Italy",
"parts": {
"city": "Genoa",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000010": {
"name": "Milan, IT",
"display_name": "Milan, Italy",
"parts": {
"city": "Milan",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000011": {
"name": "Naples, IT",
"display_name": "Naples, Italy",
"parts": {
"city": "Naples",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000012": {
"name": "Palermo, IT",
"display_name": "Palermo, Italy",
"parts": {
"city": "Palermo",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000015": {
"name": "Rome, IT",
"display_name": "Rome, Italy",
"parts": {
"city": "Rome",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000016": {
"name": "Trento, IT",
"display_name": "Trento, Italy",
"parts": {
"city": "Trento",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000017": {
"name": "Trieste, IT",
"display_name": "Trieste, Italy",
"parts": {
"city": "Trieste",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IT000018": {
"name": "Turin, IT",
"display_name": "Turin, Italy",
"parts": {
"city": "Turin",
"state": null,
"country": "Italy",
"country_iso3": "ITA",
"country_iso": "IT",
"country_fips": "IT"
}
},
"CITY:IV000002": {
"name": "Abidjan, IV",
"display_name": "Abidjan, Ivory Coast",
"parts": {
"city": "Abidjan",
"state": null,
"country": "Ivory Coast",
"country_iso3": "CIV",
"country_iso": "CI",
"country_fips": "IV"
}
},
"CITY:IV000005": {
"name": "Bondoukou, IV",
"display_name": "Bondoukou, Ivory Coast",
"parts": {
"city": "Bondoukou",
"state": null,
"country": "Ivory Coast",
"country_iso3": "CIV",
"country_iso": "CI",
"country_fips": "IV"
}
},
"CITY:IV000007": {
"name": "Bouake, IV",
"display_name": "Bouake, Ivory Coast",
"parts": {
"city": "Bouake",
"state": null,
"country": "Ivory Coast",
"country_iso3": "CIV",
"country_iso": "CI",
"country_fips": "IV"
}
},
"CITY:IV000008": {
"name": "Daloa, IV",
"display_name": "Daloa, Ivory Coast",
"parts": {
"city": "Daloa",
"state": null,
"country": "Ivory Coast",
"country_iso3": "CIV",
"country_iso": "CI",
"country_fips": "IV"
}
},
"CITY:IV000010": {
"name": "Dimbokro, IV",
"display_name": "Dimbokro, Ivory Coast",
"parts": {
"city": "Dimbokro",
"state": null,
"country": "Ivory Coast",
"country_iso3": "CIV",
"country_iso": "CI",
"country_fips": "IV"
}
},
"CITY:IV000012": {
"name": "Ferkessedougou, IV",
"display_name": "Ferkessedougou, Ivory Coast",
"parts": {
"city": "Ferkessedougou",
"state": null,
"country": "Ivory Coast",
"country_iso3": "CIV",
"country_iso": "CI",
"country_fips": "IV"
}
},
"CITY:IV000013": {
"name": "Gagnoa, IV",
"display_name": "Gagnoa, Ivory Coast",
"parts": {
"city": "Gagnoa",
"state": null,
"country": "Ivory Coast",
"country_iso3": "CIV",
"country_iso": "CI",
"country_fips": "IV"
}
},
"CITY:IV000016": {
"name": "Man, IV",
"display_name": "Man, Ivory Coast",
"parts": {
"city": "Man",
"state": null,
"country": "Ivory Coast",
"country_iso3": "CIV",
"country_iso": "CI",
"country_fips": "IV"
}
},
"CITY:IV000021": {
"name": "Yamoussoukro, IV",
"display_name": "Yamoussoukro, Ivory Coast",
"parts": {
"city": "Yamoussoukro",
"state": null,
"country": "Ivory Coast",
"country_iso3": "CIV",
"country_iso": "CI",
"country_fips": "IV"
}
},
"CITY:IZ000003": {
"name": "Al Basrah, IZ",
"display_name": "Al Basrah, Iraq",
"parts": {
"city": "Al Basrah",
"state": null,
"country": "Iraq",
"country_iso3": "IRQ",
"country_iso": "IQ",
"country_fips": "IZ"
}
},
"CITY:JA000001": {
"name": "Aomori, JA",
"display_name": "Aomori, Japan",
"parts": {
"city": "Aomori",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000002": {
"name": "Fukuoka, JA",
"display_name": "Fukuoka, Japan",
"parts": {
"city": "Fukuoka",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000003": {
"name": "Gifu, JA",
"display_name": "Gifu, Japan",
"parts": {
"city": "Gifu",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000004": {
"name": "Hiroshima, JA",
"display_name": "Hiroshima, Japan",
"parts": {
"city": "Hiroshima",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000005": {
"name": "Kawasaki, JA",
"display_name": "Kawasaki, Japan",
"parts": {
"city": "Kawasaki",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000006": {
"name": "Kita Kyushu, JA",
"display_name": "Kita Kyushu, Japan",
"parts": {
"city": "Kita Kyushu",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000007": {
"name": "Kobe, JA",
"display_name": "Kobe, Japan",
"parts": {
"city": "Kobe",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000008": {
"name": "Kyoto, JA",
"display_name": "Kyoto, Japan",
"parts": {
"city": "Kyoto",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000009": {
"name": "Nagasaki, JA",
"display_name": "Nagasaki, Japan",
"parts": {
"city": "Nagasaki",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000010": {
"name": "Nagoya, JA",
"display_name": "Nagoya, Japan",
"parts": {
"city": "Nagoya",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000011": {
"name": "Naha, JA",
"display_name": "Naha, Japan",
"parts": {
"city": "Naha",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000012": {
"name": "Osaka, JA",
"display_name": "Osaka, Japan",
"parts": {
"city": "Osaka",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000013": {
"name": "Sapporo, JA",
"display_name": "Sapporo, Japan",
"parts": {
"city": "Sapporo",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000014": {
"name": "Sendai, JA",
"display_name": "Sendai, Japan",
"parts": {
"city": "Sendai",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000015": {
"name": "Shimonoseki, JA",
"display_name": "Shimonoseki, Japan",
"parts": {
"city": "Shimonoseki",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000016": {
"name": "Tokyo, JA",
"display_name": "Tokyo, Japan",
"parts": {
"city": "Tokyo",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JA000017": {
"name": "Yokohama, JA",
"display_name": "Yokohama, Japan",
"parts": {
"city": "Yokohama",
"state": null,
"country": "Japan",
"country_iso3": "JPN",
"country_iso": "JP",
"country_fips": "JA"
}
},
"CITY:JM000001": {
"name": "Kingston, JM",
"display_name": "Kingston, Jamaica",
"parts": {
"city": "Kingston",
"state": null,
"country": "Jamaica",
"country_iso3": "JAM",
"country_iso": "JM",
"country_fips": "JM"
}
},
"CITY:JM000002": {
"name": "Montego Bay, JM",
"display_name": "Montego Bay, Jamaica",
"parts": {
"city": "Montego Bay",
"state": null,
"country": "Jamaica",
"country_iso3": "JAM",
"country_iso": "JM",
"country_fips": "JM"
}
},
"CITY:JM000003": {
"name": "Spanish Town, JM",
"display_name": "Spanish Town, Jamaica",
"parts": {
"city": "Spanish Town",
"state": null,
"country": "Jamaica",
"country_iso3": "JAM",
"country_iso": "JM",
"country_fips": "JM"
}
},
"CITY:JO000001": {
"name": "Al Mafraq, JO",
"display_name": "Al Mafraq, Jordan",
"parts": {
"city": "Al Mafraq",
"state": null,
"country": "Jordan",
"country_iso3": "JOR",
"country_iso": "JO",
"country_fips": "JO"
}
},
"CITY:JO000004": {
"name": "Az Zarqa\u0027, JO",
"display_name": "Az Zarqa\u0027, Jordan",
"parts": {
"city": "Az Zarqa\u0027",
"state": null,
"country": "Jordan",
"country_iso3": "JOR",
"country_iso": "JO",
"country_fips": "JO"
}
},
"CITY:KE000003": {
"name": "Mombasa, KE",
"display_name": "Mombasa, Kenya",
"parts": {
"city": "Mombasa",
"state": null,
"country": "Kenya",
"country_iso3": "KEN",
"country_iso": "KE",
"country_fips": "KE"
}
},
"CITY:KE000004": {
"name": "Nairobi, KE",
"display_name": "Nairobi, Kenya",
"parts": {
"city": "Nairobi",
"state": null,
"country": "Kenya",
"country_iso3": "KEN",
"country_iso": "KE",
"country_fips": "KE"
}
},
"CITY:KG000001": {
"name": "Bishkek, KG",
"display_name": "Bishkek, Kyrgyzstan",
"parts": {
"city": "Bishkek",
"state": null,
"country": "Kyrgyzstan",
"country_iso3": "KGZ",
"country_iso": "KG",
"country_fips": "KG"
}
},
"CITY:KG000002": {
"name": "Karakol, KG",
"display_name": "Karakol, Kyrgyzstan",
"parts": {
"city": "Karakol",
"state": null,
"country": "Kyrgyzstan",
"country_iso3": "KGZ",
"country_iso": "KG",
"country_fips": "KG"
}
},
"CITY:KG000003": {
"name": "Osh, KG",
"display_name": "Osh, Kyrgyzstan",
"parts": {
"city": "Osh",
"state": null,
"country": "Kyrgyzstan",
"country_iso3": "KGZ",
"country_iso": "KG",
"country_fips": "KG"
}
},
"CITY:KN000002": {
"name": "Haeju, KN",
"display_name": "Haeju, North Korea",
"parts": {
"city": "Haeju",
"state": null,
"country": "North Korea",
"country_iso3": "PRK",
"country_iso": "KP",
"country_fips": "KN"
}
},
"CITY:KN000004": {
"name": "Hyesan, KN",
"display_name": "Hyesan, North Korea",
"parts": {
"city": "Hyesan",
"state": null,
"country": "North Korea",
"country_iso3": "PRK",
"country_iso": "KP",
"country_fips": "KN"
}
},
"CITY:KN000007": {
"name": "P\u0027yongyang, KN",
"display_name": "P\u0027yongyang, North Korea",
"parts": {
"city": "P\u0027yongyang",
"state": null,
"country": "North Korea",
"country_iso3": "PRK",
"country_iso": "KP",
"country_fips": "KN"
}
},
"CITY:KN000009": {
"name": "Sinuiju, KN",
"display_name": "Sinuiju, North Korea",
"parts": {
"city": "Sinuiju",
"state": null,
"country": "North Korea",
"country_iso3": "PRK",
"country_iso": "KP",
"country_fips": "KN"
}
},
"CITY:KN000010": {
"name": "Wonsan, KN",
"display_name": "Wonsan, North Korea",
"parts": {
"city": "Wonsan",
"state": null,
"country": "North Korea",
"country_iso3": "PRK",
"country_iso": "KP",
"country_fips": "KN"
}
},
"CITY:KS000001": {
"name": "Ch\u0027unch\u0027on, KS",
"display_name": "Ch\u0027unch\u0027on, South Korea",
"parts": {
"city": "Ch\u0027unch\u0027on",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KS000002": {
"name": "Ch\u0027ungju, KS",
"display_name": "Ch\u0027ungju, South Korea",
"parts": {
"city": "Ch\u0027ungju",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KS000003": {
"name": "Cheju, KS",
"display_name": "Cheju, South Korea",
"parts": {
"city": "Cheju",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KS000004": {
"name": "Chonju, KS",
"display_name": "Chonju, South Korea",
"parts": {
"city": "Chonju",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KS000005": {
"name": "Inch`on, KS",
"display_name": "Inch`on, South Korea",
"parts": {
"city": "Inch`on",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KS000006": {
"name": "Kwangju, KS",
"display_name": "Kwangju, South Korea",
"parts": {
"city": "Kwangju",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KS000007": {
"name": "Pusan, KS",
"display_name": "Pusan, South Korea",
"parts": {
"city": "Pusan",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KS000008": {
"name": "Seoul, KS",
"display_name": "Seoul, South Korea",
"parts": {
"city": "Seoul",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KS000009": {
"name": "Taegu, KS",
"display_name": "Taegu, South Korea",
"parts": {
"city": "Taegu",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KS000010": {
"name": "Taejon, KS",
"display_name": "Taejon, South Korea",
"parts": {
"city": "Taejon",
"state": null,
"country": "South Korea",
"country_iso3": "KOR",
"country_iso": "KR",
"country_fips": "KS"
}
},
"CITY:KU000001": {
"name": "Kuwait, KU",
"display_name": "Kuwait, Kuwait",
"parts": {
"city": "Kuwait",
"state": null,
"country": "Kuwait",
"country_iso3": "KWT",
"country_iso": "KW",
"country_fips": "KU"
}
},
"CITY:KZ000001": {
"name": "Aktyubinsk, KZ",
"display_name": "Aktyubinsk, Kazakhstan",
"parts": {
"city": "Aktyubinsk",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000002": {
"name": "Almaty, KZ",
"display_name": "Almaty, Kazakhstan",
"parts": {
"city": "Almaty",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000003": {
"name": "Astana, KZ",
"display_name": "Astana, Kazakhstan",
"parts": {
"city": "Astana",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000004": {
"name": "Atyrau, KZ",
"display_name": "Atyrau, Kazakhstan",
"parts": {
"city": "Atyrau",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000005": {
"name": "Dzhambul, KZ",
"display_name": "Dzhambul, Kazakhstan",
"parts": {
"city": "Dzhambul",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000006": {
"name": "Karaganda, KZ",
"display_name": "Karaganda, Kazakhstan",
"parts": {
"city": "Karaganda",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000007": {
"name": "Kokshetau, KZ",
"display_name": "Kokshetau, Kazakhstan",
"parts": {
"city": "Kokshetau",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000008": {
"name": "Kostanay, KZ",
"display_name": "Kostanay, Kazakhstan",
"parts": {
"city": "Kostanay",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000009": {
"name": "Kyzylorda, KZ",
"display_name": "Kyzylorda, Kazakhstan",
"parts": {
"city": "Kyzylorda",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000010": {
"name": "Pavlodar, KZ",
"display_name": "Pavlodar, Kazakhstan",
"parts": {
"city": "Pavlodar",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000011": {
"name": "Petropavlovsk, KZ",
"display_name": "Petropavlovsk, Kazakhstan",
"parts": {
"city": "Petropavlovsk",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000012": {
"name": "Semipalatinsk, KZ",
"display_name": "Semipalatinsk, Kazakhstan",
"parts": {
"city": "Semipalatinsk",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000013": {
"name": "Shymkent, KZ",
"display_name": "Shymkent, Kazakhstan",
"parts": {
"city": "Shymkent",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000014": {
"name": "Taldykorgan, KZ",
"display_name": "Taldykorgan, Kazakhstan",
"parts": {
"city": "Taldykorgan",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000015": {
"name": "Ural\u0027sk, KZ",
"display_name": "Ural\u0027sk, Kazakhstan",
"parts": {
"city": "Ural\u0027sk",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000016": {
"name": "Ust\u0027-Kamenogorsk, KZ",
"display_name": "Ust\u0027-Kamenogorsk, Kazakhstan",
"parts": {
"city": "Ust\u0027-Kamenogorsk",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:KZ000017": {
"name": "Zhezkazgan, KZ",
"display_name": "Zhezkazgan, Kazakhstan",
"parts": {
"city": "Zhezkazgan",
"state": null,
"country": "Kazakhstan",
"country_iso3": "KAZ",
"country_iso": "KZ",
"country_fips": "KZ"
}
},
"CITY:LA000001": {
"name": "Savannakhet, LA",
"display_name": "Savannakhet, Laos",
"parts": {
"city": "Savannakhet",
"state": null,
"country": "Laos",
"country_iso3": "LAO",
"country_iso": "LA",
"country_fips": "LA"
}
},
"CITY:LA000002": {
"name": "Vientiane, LA",
"display_name": "Vientiane, Laos",
"parts": {
"city": "Vientiane",
"state": null,
"country": "Laos",
"country_iso3": "LAO",
"country_iso": "LA",
"country_fips": "LA"
}
},
"CITY:LE000001": {
"name": "Beirut, LE",
"display_name": "Beirut, Lebanon",
"parts": {
"city": "Beirut",
"state": null,
"country": "Lebanon",
"country_iso3": "LBN",
"country_iso": "LB",
"country_fips": "LE"
}
},
"CITY:LE000003": {
"name": "Tripoli, LE",
"display_name": "Tripoli, Lebanon",
"parts": {
"city": "Tripoli",
"state": null,
"country": "Lebanon",
"country_iso3": "LBN",
"country_iso": "LB",
"country_fips": "LE"
}
},
"CITY:LE000004": {
"name": "Zahle, LE",
"display_name": "Zahle, Lebanon",
"parts": {
"city": "Zahle",
"state": null,
"country": "Lebanon",
"country_iso3": "LBN",
"country_iso": "LB",
"country_fips": "LE"
}
},
"CITY:LG000001": {
"name": "Riga, LG",
"display_name": "Riga, Latvia",
"parts": {
"city": "Riga",
"state": null,
"country": "Latvia",
"country_iso3": "LVA",
"country_iso": "LV",
"country_fips": "LG"
}
},
"CITY:LH000001": {
"name": "Vilnius, LH",
"display_name": "Vilnius, Lithuania",
"parts": {
"city": "Vilnius",
"state": null,
"country": "Lithuania",
"country_iso3": "LTU",
"country_iso": "LT",
"country_fips": "LH"
}
},
"CITY:LO000001": {
"name": "Banska Bystrica, LO",
"display_name": "Banska Bystrica, Slovakia",
"parts": {
"city": "Banska Bystrica",
"state": null,
"country": "Slovakia",
"country_iso3": "SVK",
"country_iso": "SK",
"country_fips": "LO"
}
},
"CITY:LO000003": {
"name": "Kosice, LO",
"display_name": "Kosice, Slovakia",
"parts": {
"city": "Kosice",
"state": null,
"country": "Slovakia",
"country_iso3": "SVK",
"country_iso": "SK",
"country_fips": "LO"
}
},
"CITY:LT000001": {
"name": "Mafeteng, LT",
"display_name": "Mafeteng, Lesotho",
"parts": {
"city": "Mafeteng",
"state": null,
"country": "Lesotho",
"country_iso3": "LSO",
"country_iso": "LS",
"country_fips": "LT"
}
},
"CITY:LT000002": {
"name": "Maseru, LT",
"display_name": "Maseru, Lesotho",
"parts": {
"city": "Maseru",
"state": null,
"country": "Lesotho",
"country_iso3": "LSO",
"country_iso": "LS",
"country_fips": "LT"
}
},
"CITY:LU000001": {
"name": "Luxembourg, LU",
"display_name": "Luxembourg, Luxembourg",
"parts": {
"city": "Luxembourg",
"state": null,
"country": "Luxembourg",
"country_iso3": "LUX",
"country_iso": "LU",
"country_fips": "LU"
}
},
"CITY:LY000001": {
"name": "Ajdabiya, LY",
"display_name": "Ajdabiya, Libya",
"parts": {
"city": "Ajdabiya",
"state": null,
"country": "Libya",
"country_iso3": "LBY",
"country_iso": "LY",
"country_fips": "LY"
}
},
"CITY:LY000003": {
"name": "Benghazi, LY",
"display_name": "Benghazi, Libya",
"parts": {
"city": "Benghazi",
"state": null,
"country": "Libya",
"country_iso3": "LBY",
"country_iso": "LY",
"country_fips": "LY"
}
},
"CITY:LY000004": {
"name": "Darnah, LY",
"display_name": "Darnah, Libya",
"parts": {
"city": "Darnah",
"state": null,
"country": "Libya",
"country_iso3": "LBY",
"country_iso": "LY",
"country_fips": "LY"
}
},
"CITY:LY000005": {
"name": "Misratah, LY",
"display_name": "Misratah, Libya",
"parts": {
"city": "Misratah",
"state": null,
"country": "Libya",
"country_iso3": "LBY",
"country_iso": "LY",
"country_fips": "LY"
}
},
"CITY:LY000006": {
"name": "Tripoli, LY",
"display_name": "Tripoli, Libya",
"parts": {
"city": "Tripoli",
"state": null,
"country": "Libya",
"country_iso3": "LBY",
"country_iso": "LY",
"country_fips": "LY"
}
},
"CITY:MA000001": {
"name": "Antananarivo, MA",
"display_name": "Antananarivo, Madagascar",
"parts": {
"city": "Antananarivo",
"state": null,
"country": "Madagascar",
"country_iso3": "MDG",
"country_iso": "MG",
"country_fips": "MA"
}
},
"CITY:MA000002": {
"name": "Antsiranana, MA",
"display_name": "Antsiranana, Madagascar",
"parts": {
"city": "Antsiranana",
"state": null,
"country": "Madagascar",
"country_iso3": "MDG",
"country_iso": "MG",
"country_fips": "MA"
}
},
"CITY:MA000003": {
"name": "Fianarantsoa, MA",
"display_name": "Fianarantsoa, Madagascar",
"parts": {
"city": "Fianarantsoa",
"state": null,
"country": "Madagascar",
"country_iso3": "MDG",
"country_iso": "MG",
"country_fips": "MA"
}
},
"CITY:MA000004": {
"name": "Mahajanga, MA",
"display_name": "Mahajanga, Madagascar",
"parts": {
"city": "Mahajanga",
"state": null,
"country": "Madagascar",
"country_iso3": "MDG",
"country_iso": "MG",
"country_fips": "MA"
}
},
"CITY:MA000005": {
"name": "Toamasina, MA",
"display_name": "Toamasina, Madagascar",
"parts": {
"city": "Toamasina",
"state": null,
"country": "Madagascar",
"country_iso3": "MDG",
"country_iso": "MG",
"country_fips": "MA"
}
},
"CITY:MB000001": {
"name": "Fort-De-France, MB",
"display_name": "Fort-De-France, Martinique",
"parts": {
"city": "Fort-De-France",
"state": null,
"country": "Martinique",
"country_iso3": "MTQ",
"country_iso": "MQ",
"country_fips": "MB"
}
},
"CITY:MD000001": {
"name": "Chisinau, MD",
"display_name": "Chisinau, Moldova",
"parts": {
"city": "Chisinau",
"state": null,
"country": "Moldova",
"country_iso3": "MDA",
"country_iso": "MD",
"country_fips": "MD"
}
},
"CITY:MF000001": {
"name": "Mamoutzou, MF",
"display_name": "Mamoutzou, Mayotte",
"parts": {
"city": "Mamoutzou",
"state": null,
"country": "Mayotte",
"country_iso3": "MYT",
"country_iso": "YT",
"country_fips": "MF"
}
},
"CITY:MG000002": {
"name": "Ulaanbaatar, MG",
"display_name": "Ulaanbaatar, Mongolia",
"parts": {
"city": "Ulaanbaatar",
"state": null,
"country": "Mongolia",
"country_iso3": "MNG",
"country_iso": "MN",
"country_fips": "MG"
}
},
"CITY:MI000001": {
"name": "Blantyre, MI",
"display_name": "Blantyre, Malawi",
"parts": {
"city": "Blantyre",
"state": null,
"country": "Malawi",
"country_iso3": "MWI",
"country_iso": "MW",
"country_fips": "MI"
}
},
"CITY:MI000002": {
"name": "Lilongwe, MI",
"display_name": "Lilongwe, Malawi",
"parts": {
"city": "Lilongwe",
"state": null,
"country": "Malawi",
"country_iso3": "MWI",
"country_iso": "MW",
"country_fips": "MI"
}
},
"CITY:MJ000001": {
"name": "Podgorica, MJ",
"display_name": "Podgorica, Montenegro",
"parts": {
"city": "Podgorica",
"state": null,
"country": "Montenegro",
"country_iso3": "MNE",
"country_iso": "ME",
"country_fips": "MJ"
}
},
"CITY:MK000001": {
"name": "Skopje, MK",
"display_name": "Skopje, Macedonia",
"parts": {
"city": "Skopje",
"state": null,
"country": "Macedonia",
"country_iso3": "MKD",
"country_iso": "MK",
"country_fips": "MK"
}
},
"CITY:ML000001": {
"name": "Bamako, ML",
"display_name": "Bamako, Mali",
"parts": {
"city": "Bamako",
"state": null,
"country": "Mali",
"country_iso3": "MLI",
"country_iso": "ML",
"country_fips": "ML"
}
},
"CITY:ML000002": {
"name": "Gao, ML",
"display_name": "Gao, Mali",
"parts": {
"city": "Gao",
"state": null,
"country": "Mali",
"country_iso3": "MLI",
"country_iso": "ML",
"country_fips": "ML"
}
},
"CITY:ML000003": {
"name": "Kayes, ML",
"display_name": "Kayes, Mali",
"parts": {
"city": "Kayes",
"state": null,
"country": "Mali",
"country_iso3": "MLI",
"country_iso": "ML",
"country_fips": "ML"
}
},
"CITY:ML000004": {
"name": "Mopti, ML",
"display_name": "Mopti, Mali",
"parts": {
"city": "Mopti",
"state": null,
"country": "Mali",
"country_iso3": "MLI",
"country_iso": "ML",
"country_fips": "ML"
}
},
"CITY:ML000005": {
"name": "Segou, ML",
"display_name": "Segou, Mali",
"parts": {
"city": "Segou",
"state": null,
"country": "Mali",
"country_iso3": "MLI",
"country_iso": "ML",
"country_fips": "ML"
}
},
"CITY:ML000006": {
"name": "Sikasso, ML",
"display_name": "Sikasso, Mali",
"parts": {
"city": "Sikasso",
"state": null,
"country": "Mali",
"country_iso3": "MLI",
"country_iso": "ML",
"country_fips": "ML"
}
},
"CITY:MO000002": {
"name": "Casablanca, MO",
"display_name": "Casablanca, Morocco",
"parts": {
"city": "Casablanca",
"state": null,
"country": "Morocco",
"country_iso3": "MAR",
"country_iso": "MA",
"country_fips": "MO"
}
},
"CITY:MO000004": {
"name": "Marrakech, MO",
"display_name": "Marrakech, Morocco",
"parts": {
"city": "Marrakech",
"state": null,
"country": "Morocco",
"country_iso3": "MAR",
"country_iso": "MA",
"country_fips": "MO"
}
},
"CITY:MO000005": {
"name": "Meknes, MO",
"display_name": "Meknes, Morocco",
"parts": {
"city": "Meknes",
"state": null,
"country": "Morocco",
"country_iso3": "MAR",
"country_iso": "MA",
"country_fips": "MO"
}
},
"CITY:MO000006": {
"name": "Oujda, MO",
"display_name": "Oujda, Morocco",
"parts": {
"city": "Oujda",
"state": null,
"country": "Morocco",
"country_iso3": "MAR",
"country_iso": "MA",
"country_fips": "MO"
}
},
"CITY:MO000007": {
"name": "Rabat, MO",
"display_name": "Rabat, Morocco",
"parts": {
"city": "Rabat",
"state": null,
"country": "Morocco",
"country_iso3": "MAR",
"country_iso": "MA",
"country_fips": "MO"
}
},
"CITY:MP000001": {
"name": "Port Louis, MP",
"display_name": "Port Louis, Mauritius",
"parts": {
"city": "Port Louis",
"state": null,
"country": "Mauritius",
"country_iso3": "MUS",
"country_iso": "MU",
"country_fips": "MP"
}
},
"CITY:MR000001": {
"name": "Nouadhibou, MR",
"display_name": "Nouadhibou, Mauritania",
"parts": {
"city": "Nouadhibou",
"state": null,
"country": "Mauritania",
"country_iso3": "MRT",
"country_iso": "MR",
"country_fips": "MR"
}
},
"CITY:MR000002": {
"name": "Nouakchott, MR",
"display_name": "Nouakchott, Mauritania",
"parts": {
"city": "Nouakchott",
"state": null,
"country": "Mauritania",
"country_iso3": "MRT",
"country_iso": "MR",
"country_fips": "MR"
}
},
"CITY:MU000001": {
"name": "Muscat, MU",
"display_name": "Muscat, Oman",
"parts": {
"city": "Muscat",
"state": null,
"country": "Oman",
"country_iso3": "OMN",
"country_iso": "OM",
"country_fips": "MU"
}
},
"CITY:MX000001": {
"name": "Acapulco, MX",
"display_name": "Acapulco, Mexico",
"parts": {
"city": "Acapulco",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000002": {
"name": "Aguascalientes, MX",
"display_name": "Aguascalientes, Mexico",
"parts": {
"city": "Aguascalientes",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000003": {
"name": "Campeche, MX",
"display_name": "Campeche, Mexico",
"parts": {
"city": "Campeche",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000004": {
"name": "Chetumal, MX",
"display_name": "Chetumal, Mexico",
"parts": {
"city": "Chetumal",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000005": {
"name": "Chihuahua, MX",
"display_name": "Chihuahua, Mexico",
"parts": {
"city": "Chihuahua",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000006": {
"name": "Chilpancingo De Los Bravo, MX",
"display_name": "Chilpancingo De Los Bravo, Mexico",
"parts": {
"city": "Chilpancingo De Los Bravo",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000007": {
"name": "Ciudad Victoria, MX",
"display_name": "Ciudad Victoria, Mexico",
"parts": {
"city": "Ciudad Victoria",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000009": {
"name": "Cuernavaca, MX",
"display_name": "Cuernavaca, Mexico",
"parts": {
"city": "Cuernavaca",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000010": {
"name": "Culiacan, MX",
"display_name": "Culiacan, Mexico",
"parts": {
"city": "Culiacan",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000011": {
"name": "Durango, MX",
"display_name": "Durango, Mexico",
"parts": {
"city": "Durango",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000012": {
"name": "Guadalajara, MX",
"display_name": "Guadalajara, Mexico",
"parts": {
"city": "Guadalajara",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000013": {
"name": "Guanajuato, MX",
"display_name": "Guanajuato, Mexico",
"parts": {
"city": "Guanajuato",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000014": {
"name": "Hermosillo, MX",
"display_name": "Hermosillo, Mexico",
"parts": {
"city": "Hermosillo",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000015": {
"name": "Jalapa, MX",
"display_name": "Jalapa, Mexico",
"parts": {
"city": "Jalapa",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000016": {
"name": "La Paz, MX",
"display_name": "La Paz, Mexico",
"parts": {
"city": "La Paz",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000017": {
"name": "Mazatlan, MX",
"display_name": "Mazatlan, Mexico",
"parts": {
"city": "Mazatlan",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000018": {
"name": "Merida, MX",
"display_name": "Merida, Mexico",
"parts": {
"city": "Merida",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000019": {
"name": "Mexicali, MX",
"display_name": "Mexicali, Mexico",
"parts": {
"city": "Mexicali",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000020": {
"name": "Mexico City, MX",
"display_name": "Mexico City, Mexico",
"parts": {
"city": "Mexico City",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000021": {
"name": "Monterrey, MX",
"display_name": "Monterrey, Mexico",
"parts": {
"city": "Monterrey",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000022": {
"name": "Morelia, MX",
"display_name": "Morelia, Mexico",
"parts": {
"city": "Morelia",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000025": {
"name": "Puebla, MX",
"display_name": "Puebla, Mexico",
"parts": {
"city": "Puebla",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000026": {
"name": "Queretaro, MX",
"display_name": "Queretaro, Mexico",
"parts": {
"city": "Queretaro",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000027": {
"name": "Saltillo, MX",
"display_name": "Saltillo, Mexico",
"parts": {
"city": "Saltillo",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000028": {
"name": "San Luis Potosi, MX",
"display_name": "San Luis Potosi, Mexico",
"parts": {
"city": "San Luis Potosi",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000029": {
"name": "Tampico, MX",
"display_name": "Tampico, Mexico",
"parts": {
"city": "Tampico",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000030": {
"name": "Tepic, MX",
"display_name": "Tepic, Mexico",
"parts": {
"city": "Tepic",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000031": {
"name": "Tlaxcala, MX",
"display_name": "Tlaxcala, Mexico",
"parts": {
"city": "Tlaxcala",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000032": {
"name": "Toluca, MX",
"display_name": "Toluca, Mexico",
"parts": {
"city": "Toluca",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000033": {
"name": "Tuxtla Gutierrez, MX",
"display_name": "Tuxtla Gutierrez, Mexico",
"parts": {
"city": "Tuxtla Gutierrez",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000034": {
"name": "Veracruz, MX",
"display_name": "Veracruz, Mexico",
"parts": {
"city": "Veracruz",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MX000036": {
"name": "Zacatecas, MX",
"display_name": "Zacatecas, Mexico",
"parts": {
"city": "Zacatecas",
"state": null,
"country": "Mexico",
"country_iso3": "MEX",
"country_iso": "MX",
"country_fips": "MX"
}
},
"CITY:MY000003": {
"name": "Johor Baharu, MY",
"display_name": "Johor Baharu, Malaysia",
"parts": {
"city": "Johor Baharu",
"state": null,
"country": "Malaysia",
"country_iso3": "MYS",
"country_iso": "MY",
"country_fips": "MY"
}
},
"CITY:MY000005": {
"name": "Kota Baharu, MY",
"display_name": "Kota Baharu, Malaysia",
"parts": {
"city": "Kota Baharu",
"state": null,
"country": "Malaysia",
"country_iso3": "MYS",
"country_iso": "MY",
"country_fips": "MY"
}
},
"CITY:MY000006": {
"name": "Kota Kinabalu, MY",
"display_name": "Kota Kinabalu, Malaysia",
"parts": {
"city": "Kota Kinabalu",
"state": null,
"country": "Malaysia",
"country_iso3": "MYS",
"country_iso": "MY",
"country_fips": "MY"
}
},
"CITY:MY000007": {
"name": "Kuala Lumpur, MY",
"display_name": "Kuala Lumpur, Malaysia",
"parts": {
"city": "Kuala Lumpur",
"state": null,
"country": "Malaysia",
"country_iso3": "MYS",
"country_iso": "MY",
"country_fips": "MY"
}
},
"CITY:MY000009": {
"name": "Kuantan New Port, MY",
"display_name": "Kuantan New Port, Malaysia",
"parts": {
"city": "Kuantan New Port",
"state": null,
"country": "Malaysia",
"country_iso3": "MYS",
"country_iso": "MY",
"country_fips": "MY"
}
},
"CITY:MY000010": {
"name": "Kuching, MY",
"display_name": "Kuching, Malaysia",
"parts": {
"city": "Kuching",
"state": null,
"country": "Malaysia",
"country_iso3": "MYS",
"country_iso": "MY",
"country_fips": "MY"
}
},
"CITY:MY000011": {
"name": "Melaka, MY",
"display_name": "Melaka, Malaysia",
"parts": {
"city": "Melaka",
"state": null,
"country": "Malaysia",
"country_iso3": "MYS",
"country_iso": "MY",
"country_fips": "MY"
}
},
"CITY:MY000012": {
"name": "Pinang, MY",
"display_name": "Pinang, Malaysia",
"parts": {
"city": "Pinang",
"state": null,
"country": "Malaysia",
"country_iso3": "MYS",
"country_iso": "MY",
"country_fips": "MY"
}
},
"CITY:MY000014": {
"name": "Shah Alam, MY",
"display_name": "Shah Alam, Malaysia",
"parts": {
"city": "Shah Alam",
"state": null,
"country": "Malaysia",
"country_iso3": "MYS",
"country_iso": "MY",
"country_fips": "MY"
}
},
"CITY:MZ000001": {
"name": "Beira, MZ",
"display_name": "Beira, Mozambique",
"parts": {
"city": "Beira",
"state": null,
"country": "Mozambique",
"country_iso3": "MOZ",
"country_iso": "MZ",
"country_fips": "MZ"
}
},
"CITY:MZ000002": {
"name": "Chimoio, MZ",
"display_name": "Chimoio, Mozambique",
"parts": {
"city": "Chimoio",
"state": null,
"country": "Mozambique",
"country_iso3": "MOZ",
"country_iso": "MZ",
"country_fips": "MZ"
}
},
"CITY:MZ000003": {
"name": "Inhambane, MZ",
"display_name": "Inhambane, Mozambique",
"parts": {
"city": "Inhambane",
"state": null,
"country": "Mozambique",
"country_iso3": "MOZ",
"country_iso": "MZ",
"country_fips": "MZ"
}
},
"CITY:MZ000004": {
"name": "Lichinga, MZ",
"display_name": "Lichinga, Mozambique",
"parts": {
"city": "Lichinga",
"state": null,
"country": "Mozambique",
"country_iso3": "MOZ",
"country_iso": "MZ",
"country_fips": "MZ"
}
},
"CITY:MZ000006": {
"name": "Nampula, MZ",
"display_name": "Nampula, Mozambique",
"parts": {
"city": "Nampula",
"state": null,
"country": "Mozambique",
"country_iso3": "MOZ",
"country_iso": "MZ",
"country_fips": "MZ"
}
},
"CITY:MZ000008": {
"name": "Quelimane, MZ",
"display_name": "Quelimane, Mozambique",
"parts": {
"city": "Quelimane",
"state": null,
"country": "Mozambique",
"country_iso3": "MOZ",
"country_iso": "MZ",
"country_fips": "MZ"
}
},
"CITY:MZ000009": {
"name": "Tete, MZ",
"display_name": "Tete, Mozambique",
"parts": {
"city": "Tete",
"state": null,
"country": "Mozambique",
"country_iso3": "MOZ",
"country_iso": "MZ",
"country_fips": "MZ"
}
},
"CITY:MZ000010": {
"name": "Xai-Xai, MZ",
"display_name": "Xai-Xai, Mozambique",
"parts": {
"city": "Xai-Xai",
"state": null,
"country": "Mozambique",
"country_iso3": "MOZ",
"country_iso": "MZ",
"country_fips": "MZ"
}
},
"CITY:NG000001": {
"name": "Maradi, NG",
"display_name": "Maradi, Niger",
"parts": {
"city": "Maradi",
"state": null,
"country": "Niger",
"country_iso3": "NER",
"country_iso": "NE",
"country_fips": "NG"
}
},
"CITY:NG000002": {
"name": "Niamey, NG",
"display_name": "Niamey, Niger",
"parts": {
"city": "Niamey",
"state": null,
"country": "Niger",
"country_iso3": "NER",
"country_iso": "NE",
"country_fips": "NG"
}
},
"CITY:NG000003": {
"name": "Tahoua, NG",
"display_name": "Tahoua, Niger",
"parts": {
"city": "Tahoua",
"state": null,
"country": "Niger",
"country_iso3": "NER",
"country_iso": "NE",
"country_fips": "NG"
}
},
"CITY:NG000004": {
"name": "Zinder, NG",
"display_name": "Zinder, Niger",
"parts": {
"city": "Zinder",
"state": null,
"country": "Niger",
"country_iso3": "NER",
"country_iso": "NE",
"country_fips": "NG"
}
},
"CITY:NL000001": {
"name": "\u0027s-Hertogenbosch, NL",
"display_name": "\u0027s-Hertogenbosch, Netherlands",
"parts": {
"city": "\u0027s-Hertogenbosch",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000002": {
"name": "Amsterdam, NL",
"display_name": "Amsterdam, Netherlands",
"parts": {
"city": "Amsterdam",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000003": {
"name": "Arnhem, NL",
"display_name": "Arnhem, Netherlands",
"parts": {
"city": "Arnhem",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000004": {
"name": "Assen, NL",
"display_name": "Assen, Netherlands",
"parts": {
"city": "Assen",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000005": {
"name": "Groningen, NL",
"display_name": "Groningen, Netherlands",
"parts": {
"city": "Groningen",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000006": {
"name": "Haarlem, NL",
"display_name": "Haarlem, Netherlands",
"parts": {
"city": "Haarlem",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000007": {
"name": "Leeuwarden, NL",
"display_name": "Leeuwarden, Netherlands",
"parts": {
"city": "Leeuwarden",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000008": {
"name": "Maastricht, NL",
"display_name": "Maastricht, Netherlands",
"parts": {
"city": "Maastricht",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000009": {
"name": "Rotterdam, NL",
"display_name": "Rotterdam, Netherlands",
"parts": {
"city": "Rotterdam",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000010": {
"name": "The Hague, NL",
"display_name": "The Hague, Netherlands",
"parts": {
"city": "The Hague",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000011": {
"name": "Utrecht, NL",
"display_name": "Utrecht, Netherlands",
"parts": {
"city": "Utrecht",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NL000012": {
"name": "Zwolle, NL",
"display_name": "Zwolle, Netherlands",
"parts": {
"city": "Zwolle",
"state": null,
"country": "Netherlands",
"country_iso3": "NLD",
"country_iso": "NL",
"country_fips": "NL"
}
},
"CITY:NO000001": {
"name": "Bergen, NO",
"display_name": "Bergen, Norway",
"parts": {
"city": "Bergen",
"state": null,
"country": "Norway",
"country_iso3": "NOR",
"country_iso": "NO",
"country_fips": "NO"
}
},
"CITY:NO000002": {
"name": "Drammen, NO",
"display_name": "Drammen, Norway",
"parts": {
"city": "Drammen",
"state": null,
"country": "Norway",
"country_iso3": "NOR",
"country_iso": "NO",
"country_fips": "NO"
}
},
"CITY:NO000003": {
"name": "Kristiansand, NO",
"display_name": "Kristiansand, Norway",
"parts": {
"city": "Kristiansand",
"state": null,
"country": "Norway",
"country_iso3": "NOR",
"country_iso": "NO",
"country_fips": "NO"
}
},
"CITY:NO000004": {
"name": "Oslo, NO",
"display_name": "Oslo, Norway",
"parts": {
"city": "Oslo",
"state": null,
"country": "Norway",
"country_iso3": "NOR",
"country_iso": "NO",
"country_fips": "NO"
}
},
"CITY:NO000005": {
"name": "Stavanger, NO",
"display_name": "Stavanger, Norway",
"parts": {
"city": "Stavanger",
"state": null,
"country": "Norway",
"country_iso3": "NOR",
"country_iso": "NO",
"country_fips": "NO"
}
},
"CITY:NO000006": {
"name": "Tromso, NO",
"display_name": "Tromso, Norway",
"parts": {
"city": "Tromso",
"state": null,
"country": "Norway",
"country_iso3": "NOR",
"country_iso": "NO",
"country_fips": "NO"
}
},
"CITY:NO000007": {
"name": "Trondheim, NO",
"display_name": "Trondheim, Norway",
"parts": {
"city": "Trondheim",
"state": null,
"country": "Norway",
"country_iso3": "NOR",
"country_iso": "NO",
"country_fips": "NO"
}
},
"CITY:NP000001": {
"name": "Bhairawa, NP",
"display_name": "Bhairawa, Nepal",
"parts": {
"city": "Bhairawa",
"state": null,
"country": "Nepal",
"country_iso3": "NPL",
"country_iso": "NP",
"country_fips": "NP"
}
},
"CITY:NP000002": {
"name": "Biratnagar, NP",
"display_name": "Biratnagar, Nepal",
"parts": {
"city": "Biratnagar",
"state": null,
"country": "Nepal",
"country_iso3": "NPL",
"country_iso": "NP",
"country_fips": "NP"
}
},
"CITY:NP000004": {
"name": "Kathmandu, NP",
"display_name": "Kathmandu, Nepal",
"parts": {
"city": "Kathmandu",
"state": null,
"country": "Nepal",
"country_iso3": "NPL",
"country_iso": "NP",
"country_fips": "NP"
}
},
"CITY:NT000001": {
"name": "Willemstad, NT",
"display_name": "Willemstad, NT",
"parts": {
"city": "Willemstad",
"state": null,
"country": "NT",
"country_iso3": null,
"country_iso": null,
"country_fips": null
}
},
"CITY:NU000002": {
"name": "Esteli, NU",
"display_name": "Esteli, Nicaragua",
"parts": {
"city": "Esteli",
"state": null,
"country": "Nicaragua",
"country_iso3": "NIC",
"country_iso": "NI",
"country_fips": "NU"
}
},
"CITY:NU000004": {
"name": "Jinotega, NU",
"display_name": "Jinotega, Nicaragua",
"parts": {
"city": "Jinotega",
"state": null,
"country": "Nicaragua",
"country_iso3": "NIC",
"country_iso": "NI",
"country_fips": "NU"
}
},
"CITY:NU000005": {
"name": "Juigalpa, NU",
"display_name": "Juigalpa, Nicaragua",
"parts": {
"city": "Juigalpa",
"state": null,
"country": "Nicaragua",
"country_iso3": "NIC",
"country_iso": "NI",
"country_fips": "NU"
}
},
"CITY:NU000009": {
"name": "Matagalpa, NU",
"display_name": "Matagalpa, Nicaragua",
"parts": {
"city": "Matagalpa",
"state": null,
"country": "Nicaragua",
"country_iso3": "NIC",
"country_iso": "NI",
"country_fips": "NU"
}
},
"CITY:NZ000001": {
"name": "Auckland, NZ",
"display_name": "Auckland, New Zealand",
"parts": {
"city": "Auckland",
"state": null,
"country": "New Zealand",
"country_iso3": "NZL",
"country_iso": "NZ",
"country_fips": "NZ"
}
},
"CITY:NZ000002": {
"name": "Christchurch, NZ",
"display_name": "Christchurch, New Zealand",
"parts": {
"city": "Christchurch",
"state": null,
"country": "New Zealand",
"country_iso3": "NZL",
"country_iso": "NZ",
"country_fips": "NZ"
}
},
"CITY:NZ000007": {
"name": "Wellington, NZ",
"display_name": "Wellington, New Zealand",
"parts": {
"city": "Wellington",
"state": null,
"country": "New Zealand",
"country_iso3": "NZL",
"country_iso": "NZ",
"country_fips": "NZ"
}
},
"CITY:PA000001": {
"name": "Asuncion, PA",
"display_name": "Asuncion, Paraguay",
"parts": {
"city": "Asuncion",
"state": null,
"country": "Paraguay",
"country_iso3": "PRY",
"country_iso": "PY",
"country_fips": "PA"
}
},
"CITY:PA000003": {
"name": "Encarnacion, PA",
"display_name": "Encarnacion, Paraguay",
"parts": {
"city": "Encarnacion",
"state": null,
"country": "Paraguay",
"country_iso3": "PRY",
"country_iso": "PY",
"country_fips": "PA"
}
},
"CITY:PE000002": {
"name": "Arequipa, PE",
"display_name": "Arequipa, Peru",
"parts": {
"city": "Arequipa",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000003": {
"name": "Ayacucho, PE",
"display_name": "Ayacucho, Peru",
"parts": {
"city": "Ayacucho",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000004": {
"name": "Cajamarca, PE",
"display_name": "Cajamarca, Peru",
"parts": {
"city": "Cajamarca",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000005": {
"name": "Callao, PE",
"display_name": "Callao, Peru",
"parts": {
"city": "Callao",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000007": {
"name": "Chiclayo, PE",
"display_name": "Chiclayo, Peru",
"parts": {
"city": "Chiclayo",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000009": {
"name": "Cuzco, PE",
"display_name": "Cuzco, Peru",
"parts": {
"city": "Cuzco",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000011": {
"name": "Huanuco, PE",
"display_name": "Huanuco, Peru",
"parts": {
"city": "Huanuco",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000012": {
"name": "Huaraz, PE",
"display_name": "Huaraz, Peru",
"parts": {
"city": "Huaraz",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000014": {
"name": "Iquitos, PE",
"display_name": "Iquitos, Peru",
"parts": {
"city": "Iquitos",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000015": {
"name": "Lima, PE",
"display_name": "Lima, Peru",
"parts": {
"city": "Lima",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000017": {
"name": "Piura, PE",
"display_name": "Piura, Peru",
"parts": {
"city": "Piura",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000018": {
"name": "Pucallpa, PE",
"display_name": "Pucallpa, Peru",
"parts": {
"city": "Pucallpa",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000020": {
"name": "Tacna, PE",
"display_name": "Tacna, Peru",
"parts": {
"city": "Tacna",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000021": {
"name": "Trujillo, PE",
"display_name": "Trujillo, Peru",
"parts": {
"city": "Trujillo",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PE000022": {
"name": "Tumbes, PE",
"display_name": "Tumbes, Peru",
"parts": {
"city": "Tumbes",
"state": null,
"country": "Peru",
"country_iso3": "PER",
"country_iso": "PE",
"country_fips": "PE"
}
},
"CITY:PK000002": {
"name": "Hyderabad, PK",
"display_name": "Hyderabad, Pakistan",
"parts": {
"city": "Hyderabad",
"state": null,
"country": "Pakistan",
"country_iso3": "PAK",
"country_iso": "PK",
"country_fips": "PK"
}
},
"CITY:PK000003": {
"name": "Islamabad, PK",
"display_name": "Islamabad, Pakistan",
"parts": {
"city": "Islamabad",
"state": null,
"country": "Pakistan",
"country_iso3": "PAK",
"country_iso": "PK",
"country_fips": "PK"
}
},
"CITY:PK000004": {
"name": "Karachi, PK",
"display_name": "Karachi, Pakistan",
"parts": {
"city": "Karachi",
"state": null,
"country": "Pakistan",
"country_iso3": "PAK",
"country_iso": "PK",
"country_fips": "PK"
}
},
"CITY:PK000005": {
"name": "Lahore, PK",
"display_name": "Lahore, Pakistan",
"parts": {
"city": "Lahore",
"state": null,
"country": "Pakistan",
"country_iso3": "PAK",
"country_iso": "PK",
"country_fips": "PK"
}
},
"CITY:PK000006": {
"name": "Peshawar, PK",
"display_name": "Peshawar, Pakistan",
"parts": {
"city": "Peshawar",
"state": null,
"country": "Pakistan",
"country_iso3": "PAK",
"country_iso": "PK",
"country_fips": "PK"
}
},
"CITY:PK000008": {
"name": "Rawalpindi, PK",
"display_name": "Rawalpindi, Pakistan",
"parts": {
"city": "Rawalpindi",
"state": null,
"country": "Pakistan",
"country_iso3": "PAK",
"country_iso": "PK",
"country_fips": "PK"
}
},
"CITY:PL000002": {
"name": "Bialystok, PL",
"display_name": "Bialystok, Poland",
"parts": {
"city": "Bialystok",
"state": null,
"country": "Poland",
"country_iso3": "POL",
"country_iso": "PL",
"country_fips": "PL"
}
},
"CITY:PL000007": {
"name": "Elblag, PL",
"display_name": "Elblag, Poland",
"parts": {
"city": "Elblag",
"state": null,
"country": "Poland",
"country_iso3": "POL",
"country_iso": "PL",
"country_fips": "PL"
}
},
"CITY:PL000017": {
"name": "Krakow, PL",
"display_name": "Krakow, Poland",
"parts": {
"city": "Krakow",
"state": null,
"country": "Poland",
"country_iso3": "POL",
"country_iso": "PL",
"country_fips": "PL"
}
},
"CITY:PL000030": {
"name": "Poznan, PL",
"display_name": "Poznan, Poland",
"parts": {
"city": "Poznan",
"state": null,
"country": "Poland",
"country_iso3": "POL",
"country_iso": "PL",
"country_fips": "PL"
}
},
"CITY:PL000034": {
"name": "Siedlce, PL",
"display_name": "Siedlce, Poland",
"parts": {
"city": "Siedlce",
"state": null,
"country": "Poland",
"country_iso3": "POL",
"country_iso": "PL",
"country_fips": "PL"
}
},
"CITY:PL000037": {
"name": "Szczecin, PL",
"display_name": "Szczecin, Poland",
"parts": {
"city": "Szczecin",
"state": null,
"country": "Poland",
"country_iso3": "POL",
"country_iso": "PL",
"country_fips": "PL"
}
},
"CITY:PL000042": {
"name": "Warsaw, PL",
"display_name": "Warsaw, Poland",
"parts": {
"city": "Warsaw",
"state": null,
"country": "Poland",
"country_iso3": "POL",
"country_iso": "PL",
"country_fips": "PL"
}
},
"CITY:PL000044": {
"name": "Wroclaw, PL",
"display_name": "Wroclaw, Poland",
"parts": {
"city": "Wroclaw",
"state": null,
"country": "Poland",
"country_iso3": "POL",
"country_iso": "PL",
"country_fips": "PL"
}
},
"CITY:PM000001": {
"name": "Colon, PM",
"display_name": "Colon, Panama",
"parts": {
"city": "Colon",
"state": null,
"country": "Panama",
"country_iso3": "PAN",
"country_iso": "PA",
"country_fips": "PM"
}
},
"CITY:PM000003": {
"name": "Panama, PM",
"display_name": "Panama, Panama",
"parts": {
"city": "Panama",
"state": null,
"country": "Panama",
"country_iso3": "PAN",
"country_iso": "PA",
"country_fips": "PM"
}
},
"CITY:PO000001": {
"name": "Aveiro, PO",
"display_name": "Aveiro, Portugal",
"parts": {
"city": "Aveiro",
"state": null,
"country": "Portugal",
"country_iso3": "PRT",
"country_iso": "PT",
"country_fips": "PO"
}
},
"CITY:PO000002": {
"name": "Braga, PO",
"display_name": "Braga, Portugal",
"parts": {
"city": "Braga",
"state": null,
"country": "Portugal",
"country_iso3": "PRT",
"country_iso": "PT",
"country_fips": "PO"
}
},
"CITY:PO000003": {
"name": "Coimbra, PO",
"display_name": "Coimbra, Portugal",
"parts": {
"city": "Coimbra",
"state": null,
"country": "Portugal",
"country_iso3": "PRT",
"country_iso": "PT",
"country_fips": "PO"
}
},
"CITY:PO000004": {
"name": "Evora, PO",
"display_name": "Evora, Portugal",
"parts": {
"city": "Evora",
"state": null,
"country": "Portugal",
"country_iso3": "PRT",
"country_iso": "PT",
"country_fips": "PO"
}
},
"CITY:PO000005": {
"name": "Funchal, PO",
"display_name": "Funchal, Portugal",
"parts": {
"city": "Funchal",
"state": null,
"country": "Portugal",
"country_iso3": "PRT",
"country_iso": "PT",
"country_fips": "PO"
}
},
"CITY:PO000006": {
"name": "Lisbon, PO",
"display_name": "Lisbon, Portugal",
"parts": {
"city": "Lisbon",
"state": null,
"country": "Portugal",
"country_iso3": "PRT",
"country_iso": "PT",
"country_fips": "PO"
}
},
"CITY:PO000007": {
"name": "Porto, PO",
"display_name": "Porto, Portugal",
"parts": {
"city": "Porto",
"state": null,
"country": "Portugal",
"country_iso3": "PRT",
"country_iso": "PT",
"country_fips": "PO"
}
},
"CITY:PP000002": {
"name": "Port Moresby, PP",
"display_name": "Port Moresby, Papua New Guinea",
"parts": {
"city": "Port Moresby",
"state": null,
"country": "Papua New Guinea",
"country_iso3": "PNG",
"country_iso": "PG",
"country_fips": "PP"
}
},
"CITY:QA000001": {
"name": "Doha, QA",
"display_name": "Doha, Qatar",
"parts": {
"city": "Doha",
"state": null,
"country": "Qatar",
"country_iso3": "QAT",
"country_iso": "QA",
"country_fips": "QA"
}
},
"CITY:RB000001": {
"name": "Belgrade, RB",
"display_name": "Belgrade, Serbia",
"parts": {
"city": "Belgrade",
"state": null,
"country": "Serbia",
"country_iso3": "SRB",
"country_iso": "RS",
"country_fips": "RB"
}
},
"CITY:RE000001": {
"name": "Saint-Denis, RE",
"display_name": "Saint-Denis, Reunion",
"parts": {
"city": "Saint-Denis",
"state": null,
"country": "Reunion",
"country_iso3": "REU",
"country_iso": "RE",
"country_fips": "RE"
}
},
"CITY:RO000002": {
"name": "Arad, RO",
"display_name": "Arad, Romania",
"parts": {
"city": "Arad",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000003": {
"name": "Bacau, RO",
"display_name": "Bacau, Romania",
"parts": {
"city": "Bacau",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000004": {
"name": "Baia Mare, RO",
"display_name": "Baia Mare, Romania",
"parts": {
"city": "Baia Mare",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000005": {
"name": "Bistrita, RO",
"display_name": "Bistrita, Romania",
"parts": {
"city": "Bistrita",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000006": {
"name": "Botosani, RO",
"display_name": "Botosani, Romania",
"parts": {
"city": "Botosani",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000007": {
"name": "Braila, RO",
"display_name": "Braila, Romania",
"parts": {
"city": "Braila",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000009": {
"name": "Bucharest, RO",
"display_name": "Bucharest, Romania",
"parts": {
"city": "Bucharest",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000010": {
"name": "Buzau, RO",
"display_name": "Buzau, Romania",
"parts": {
"city": "Buzau",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000011": {
"name": "Calarasi, RO",
"display_name": "Calarasi, Romania",
"parts": {
"city": "Calarasi",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000012": {
"name": "Cluj-Napoca, RO",
"display_name": "Cluj-Napoca, Romania",
"parts": {
"city": "Cluj-Napoca",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000013": {
"name": "Constanta, RO",
"display_name": "Constanta, Romania",
"parts": {
"city": "Constanta",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000014": {
"name": "Craiova, RO",
"display_name": "Craiova, Romania",
"parts": {
"city": "Craiova",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000015": {
"name": "Deva, RO",
"display_name": "Deva, Romania",
"parts": {
"city": "Deva",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000016": {
"name": "Drobeta- Turmu Sererin, RO",
"display_name": "Drobeta- Turmu Sererin, Romania",
"parts": {
"city": "Drobeta- Turmu Sererin",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000018": {
"name": "Galati, RO",
"display_name": "Galati, Romania",
"parts": {
"city": "Galati",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000020": {
"name": "Iasi, RO",
"display_name": "Iasi, Romania",
"parts": {
"city": "Iasi",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000026": {
"name": "Rimnicu Vilcea, RO",
"display_name": "Rimnicu Vilcea, Romania",
"parts": {
"city": "Rimnicu Vilcea",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000029": {
"name": "Sibiu, RO",
"display_name": "Sibiu, Romania",
"parts": {
"city": "Sibiu",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000032": {
"name": "Suceava, RO",
"display_name": "Suceava, Romania",
"parts": {
"city": "Suceava",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000034": {
"name": "Targu Jiu, RO",
"display_name": "Targu Jiu, Romania",
"parts": {
"city": "Targu Jiu",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000036": {
"name": "Timisoara, RO",
"display_name": "Timisoara, Romania",
"parts": {
"city": "Timisoara",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RO000037": {
"name": "Tulcea, RO",
"display_name": "Tulcea, Romania",
"parts": {
"city": "Tulcea",
"state": null,
"country": "Romania",
"country_iso3": "ROU",
"country_iso": "RO",
"country_fips": "RO"
}
},
"CITY:RP000002": {
"name": "Manila, RP",
"display_name": "Manila, Philippines",
"parts": {
"city": "Manila",
"state": null,
"country": "Philippines",
"country_iso3": "PHL",
"country_iso": "PH",
"country_fips": "RP"
}
},
"CITY:RQ000001": {
"name": "Mayaguez, RQ",
"display_name": "Mayaguez, Puerto Rico",
"parts": {
"city": "Mayaguez",
"state": null,
"country": "Puerto Rico",
"country_iso3": "PRI",
"country_iso": "PR",
"country_fips": "RQ"
}
},
"CITY:RQ000002": {
"name": "Ponce, RQ",
"display_name": "Ponce, Puerto Rico",
"parts": {
"city": "Ponce",
"state": null,
"country": "Puerto Rico",
"country_iso3": "PRI",
"country_iso": "PR",
"country_fips": "RQ"
}
},
"CITY:RQ000003": {
"name": "San Juan, RQ",
"display_name": "San Juan, Puerto Rico",
"parts": {
"city": "San Juan",
"state": null,
"country": "Puerto Rico",
"country_iso3": "PRI",
"country_iso": "PR",
"country_fips": "RQ"
}
},
"CITY:RS000001": {
"name": "Abakan, RS",
"display_name": "Abakan, Russia",
"parts": {
"city": "Abakan",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000002": {
"name": "Arkangel\u0027sk, RS",
"display_name": "Arkangel\u0027sk, Russia",
"parts": {
"city": "Arkangel\u0027sk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000003": {
"name": "Astrakhan, RS",
"display_name": "Astrakhan, Russia",
"parts": {
"city": "Astrakhan",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000004": {
"name": "Barnaul, RS",
"display_name": "Barnaul, Russia",
"parts": {
"city": "Barnaul",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000005": {
"name": "Belgorod, RS",
"display_name": "Belgorod, Russia",
"parts": {
"city": "Belgorod",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000006": {
"name": "Birobidzhan, RS",
"display_name": "Birobidzhan, Russia",
"parts": {
"city": "Birobidzhan",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000007": {
"name": "Blagoveshchensk, RS",
"display_name": "Blagoveshchensk, Russia",
"parts": {
"city": "Blagoveshchensk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000008": {
"name": "Ceboksary, RS",
"display_name": "Ceboksary, Russia",
"parts": {
"city": "Ceboksary",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000009": {
"name": "Chelyabinsk, RS",
"display_name": "Chelyabinsk, Russia",
"parts": {
"city": "Chelyabinsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000011": {
"name": "Chita, RS",
"display_name": "Chita, Russia",
"parts": {
"city": "Chita",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000012": {
"name": "Elista, RS",
"display_name": "Elista, Russia",
"parts": {
"city": "Elista",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000013": {
"name": "Gor\u0027kiy, RS",
"display_name": "Gor\u0027kiy, Russia",
"parts": {
"city": "Gor\u0027kiy",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000014": {
"name": "Gorno-Altaysk, RS",
"display_name": "Gorno-Altaysk, Russia",
"parts": {
"city": "Gorno-Altaysk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000015": {
"name": "Groznyy, RS",
"display_name": "Groznyy, Russia",
"parts": {
"city": "Groznyy",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000016": {
"name": "Irkutsk, RS",
"display_name": "Irkutsk, Russia",
"parts": {
"city": "Irkutsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000017": {
"name": "Ivanovo, RS",
"display_name": "Ivanovo, Russia",
"parts": {
"city": "Ivanovo",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000018": {
"name": "Izevsk, RS",
"display_name": "Izevsk, Russia",
"parts": {
"city": "Izevsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000019": {
"name": "Kaliningrad, RS",
"display_name": "Kaliningrad, Russia",
"parts": {
"city": "Kaliningrad",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000020": {
"name": "Kaluga, RS",
"display_name": "Kaluga, Russia",
"parts": {
"city": "Kaluga",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000021": {
"name": "Kazan\u0027, RS",
"display_name": "Kazan\u0027, Russia",
"parts": {
"city": "Kazan\u0027",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000022": {
"name": "Kemerovo, RS",
"display_name": "Kemerovo, Russia",
"parts": {
"city": "Kemerovo",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000023": {
"name": "Khabarovsk, RS",
"display_name": "Khabarovsk, Russia",
"parts": {
"city": "Khabarovsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000024": {
"name": "Khanty-Mansiysk, RS",
"display_name": "Khanty-Mansiysk, Russia",
"parts": {
"city": "Khanty-Mansiysk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000025": {
"name": "Klintsy, RS",
"display_name": "Klintsy, Russia",
"parts": {
"city": "Klintsy",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000026": {
"name": "Kostroma, RS",
"display_name": "Kostroma, Russia",
"parts": {
"city": "Kostroma",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000027": {
"name": "Kotlas, RS",
"display_name": "Kotlas, Russia",
"parts": {
"city": "Kotlas",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000028": {
"name": "Krasnodar, RS",
"display_name": "Krasnodar, Russia",
"parts": {
"city": "Krasnodar",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000029": {
"name": "Krasnoyarsk, RS",
"display_name": "Krasnoyarsk, Russia",
"parts": {
"city": "Krasnoyarsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000030": {
"name": "Kurgan, RS",
"display_name": "Kurgan, Russia",
"parts": {
"city": "Kurgan",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000031": {
"name": "Kursk, RS",
"display_name": "Kursk, Russia",
"parts": {
"city": "Kursk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000032": {
"name": "Kuybyskev, RS",
"display_name": "Kuybyskev, Russia",
"parts": {
"city": "Kuybyskev",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000033": {
"name": "Kyzyl, RS",
"display_name": "Kyzyl, Russia",
"parts": {
"city": "Kyzyl",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000034": {
"name": "Lipetsk, RS",
"display_name": "Lipetsk, Russia",
"parts": {
"city": "Lipetsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000035": {
"name": "Machackala, RS",
"display_name": "Machackala, Russia",
"parts": {
"city": "Machackala",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000036": {
"name": "Magadan, RS",
"display_name": "Magadan, Russia",
"parts": {
"city": "Magadan",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000037": {
"name": "Majkop, RS",
"display_name": "Majkop, Russia",
"parts": {
"city": "Majkop",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000038": {
"name": "Moscow, RS",
"display_name": "Moscow, Russia",
"parts": {
"city": "Moscow",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000039": {
"name": "Murmansk, RS",
"display_name": "Murmansk, Russia",
"parts": {
"city": "Murmansk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000041": {
"name": "Nazran, RS",
"display_name": "Nazran, Russia",
"parts": {
"city": "Nazran",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000043": {
"name": "Novgorod, RS",
"display_name": "Novgorod, Russia",
"parts": {
"city": "Novgorod",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000044": {
"name": "Novokuznetsk, RS",
"display_name": "Novokuznetsk, Russia",
"parts": {
"city": "Novokuznetsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000045": {
"name": "Novosibirsk, RS",
"display_name": "Novosibirsk, Russia",
"parts": {
"city": "Novosibirsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000046": {
"name": "Omsk, RS",
"display_name": "Omsk, Russia",
"parts": {
"city": "Omsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000047": {
"name": "Orel, RS",
"display_name": "Orel, Russia",
"parts": {
"city": "Orel",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000048": {
"name": "Orenburg, RS",
"display_name": "Orenburg, Russia",
"parts": {
"city": "Orenburg",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000049": {
"name": "Penza, RS",
"display_name": "Penza, Russia",
"parts": {
"city": "Penza",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000050": {
"name": "Perm\u0027, RS",
"display_name": "Perm\u0027, Russia",
"parts": {
"city": "Perm\u0027",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000051": {
"name": "Petropavloski-Kamchatskiy, RS",
"display_name": "Petropavloski-Kamchatskiy, Russia",
"parts": {
"city": "Petropavloski-Kamchatskiy",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000052": {
"name": "Petrozavodsk, RS",
"display_name": "Petrozavodsk, Russia",
"parts": {
"city": "Petrozavodsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000053": {
"name": "Pskov, RS",
"display_name": "Pskov, Russia",
"parts": {
"city": "Pskov",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000054": {
"name": "Rostov-on-Don, RS",
"display_name": "Rostov-on-Don, Russia",
"parts": {
"city": "Rostov-on-Don",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000055": {
"name": "Ryazan, RS",
"display_name": "Ryazan, Russia",
"parts": {
"city": "Ryazan",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000056": {
"name": "Saint Petersburg, RS",
"display_name": "Saint Petersburg, Russia",
"parts": {
"city": "Saint Petersburg",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000057": {
"name": "Saransk, RS",
"display_name": "Saransk, Russia",
"parts": {
"city": "Saransk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000058": {
"name": "Saratov, RS",
"display_name": "Saratov, Russia",
"parts": {
"city": "Saratov",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000059": {
"name": "Smolensk, RS",
"display_name": "Smolensk, Russia",
"parts": {
"city": "Smolensk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000060": {
"name": "Stavropol, RS",
"display_name": "Stavropol, Russia",
"parts": {
"city": "Stavropol",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000061": {
"name": "Sverdlovsk, RS",
"display_name": "Sverdlovsk, Russia",
"parts": {
"city": "Sverdlovsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000062": {
"name": "Syktyvkar, RS",
"display_name": "Syktyvkar, Russia",
"parts": {
"city": "Syktyvkar",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000063": {
"name": "Tambov, RS",
"display_name": "Tambov, Russia",
"parts": {
"city": "Tambov",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000064": {
"name": "Tomsk, RS",
"display_name": "Tomsk, Russia",
"parts": {
"city": "Tomsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000065": {
"name": "Tula, RS",
"display_name": "Tula, Russia",
"parts": {
"city": "Tula",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000066": {
"name": "Tver, RS",
"display_name": "Tver, Russia",
"parts": {
"city": "Tver",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000067": {
"name": "Tyumen, RS",
"display_name": "Tyumen, Russia",
"parts": {
"city": "Tyumen",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000068": {
"name": "Ufa, RS",
"display_name": "Ufa, Russia",
"parts": {
"city": "Ufa",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000069": {
"name": "Ul\u0027yanovsk, RS",
"display_name": "Ul\u0027yanovsk, Russia",
"parts": {
"city": "Ul\u0027yanovsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000070": {
"name": "Ulan Ude, RS",
"display_name": "Ulan Ude, Russia",
"parts": {
"city": "Ulan Ude",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000071": {
"name": "Vladikavkaz, RS",
"display_name": "Vladikavkaz, Russia",
"parts": {
"city": "Vladikavkaz",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000072": {
"name": "Vladimir, RS",
"display_name": "Vladimir, Russia",
"parts": {
"city": "Vladimir",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000073": {
"name": "Vladivostok, RS",
"display_name": "Vladivostok, Russia",
"parts": {
"city": "Vladivostok",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000074": {
"name": "Volgograd, RS",
"display_name": "Volgograd, Russia",
"parts": {
"city": "Volgograd",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000075": {
"name": "Vologda, RS",
"display_name": "Vologda, Russia",
"parts": {
"city": "Vologda",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000076": {
"name": "Vorkuta, RS",
"display_name": "Vorkuta, Russia",
"parts": {
"city": "Vorkuta",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000077": {
"name": "Voronezh, RS",
"display_name": "Voronezh, Russia",
"parts": {
"city": "Voronezh",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000078": {
"name": "Vyatka, RS",
"display_name": "Vyatka, Russia",
"parts": {
"city": "Vyatka",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000079": {
"name": "Yakutsk, RS",
"display_name": "Yakutsk, Russia",
"parts": {
"city": "Yakutsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000080": {
"name": "Yaroslavl, RS",
"display_name": "Yaroslavl, Russia",
"parts": {
"city": "Yaroslavl",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:RS000081": {
"name": "Yuzhno-Sakhalinsk, RS",
"display_name": "Yuzhno-Sakhalinsk, Russia",
"parts": {
"city": "Yuzhno-Sakhalinsk",
"state": null,
"country": "Russia",
"country_iso3": "RUS",
"country_iso": "RU",
"country_fips": "RS"
}
},
"CITY:SA000001": {
"name": "Abha, SA",
"display_name": "Abha, Saudi Arabia",
"parts": {
"city": "Abha",
"state": null,
"country": "Saudi Arabia",
"country_iso3": "SAU",
"country_iso": "SA",
"country_fips": "SA"
}
},
"CITY:SA000003": {
"name": "Jeddah, SA",
"display_name": "Jeddah, Saudi Arabia",
"parts": {
"city": "Jeddah",
"state": null,
"country": "Saudi Arabia",
"country_iso3": "SAU",
"country_iso": "SA",
"country_fips": "SA"
}
},
"CITY:SA000004": {
"name": "Mecca, SA",
"display_name": "Mecca, Saudi Arabia",
"parts": {
"city": "Mecca",
"state": null,
"country": "Saudi Arabia",
"country_iso3": "SAU",
"country_iso": "SA",
"country_fips": "SA"
}
},
"CITY:SA000005": {
"name": "Medina, SA",
"display_name": "Medina, Saudi Arabia",
"parts": {
"city": "Medina",
"state": null,
"country": "Saudi Arabia",
"country_iso3": "SAU",
"country_iso": "SA",
"country_fips": "SA"
}
},
"CITY:SA000007": {
"name": "Riyadh, SA",
"display_name": "Riyadh, Saudi Arabia",
"parts": {
"city": "Riyadh",
"state": null,
"country": "Saudi Arabia",
"country_iso3": "SAU",
"country_iso": "SA",
"country_fips": "SA"
}
},
"CITY:SA000008": {
"name": "Sakakah, SA",
"display_name": "Sakakah, Saudi Arabia",
"parts": {
"city": "Sakakah",
"state": null,
"country": "Saudi Arabia",
"country_iso3": "SAU",
"country_iso": "SA",
"country_fips": "SA"
}
},
"CITY:SA000009": {
"name": "Tabuk, SA",
"display_name": "Tabuk, Saudi Arabia",
"parts": {
"city": "Tabuk",
"state": null,
"country": "Saudi Arabia",
"country_iso3": "SAU",
"country_iso": "SA",
"country_fips": "SA"
}
},
"CITY:SF000001": {
"name": "Bisho, SF",
"display_name": "Bisho, South Africa",
"parts": {
"city": "Bisho",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000002": {
"name": "Bloemfontein, SF",
"display_name": "Bloemfontein, South Africa",
"parts": {
"city": "Bloemfontein",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000003": {
"name": "Cape Town, SF",
"display_name": "Cape Town, South Africa",
"parts": {
"city": "Cape Town",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000004": {
"name": "Durban, SF",
"display_name": "Durban, South Africa",
"parts": {
"city": "Durban",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000005": {
"name": "Johannesburg, SF",
"display_name": "Johannesburg, South Africa",
"parts": {
"city": "Johannesburg",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000006": {
"name": "Kimberley, SF",
"display_name": "Kimberley, South Africa",
"parts": {
"city": "Kimberley",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000007": {
"name": "MMabatho (Mafikeng), SF",
"display_name": "MMabatho (Mafikeng), South Africa",
"parts": {
"city": "MMabatho (Mafikeng)",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000008": {
"name": "Nelspruit, SF",
"display_name": "Nelspruit, South Africa",
"parts": {
"city": "Nelspruit",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000009": {
"name": "Pietermaritzburg (Ulundi), SF",
"display_name": "Pietermaritzburg (Ulundi), South Africa",
"parts": {
"city": "Pietermaritzburg (Ulundi)",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000010": {
"name": "Pietersburg (Polokwane), SF",
"display_name": "Pietersburg (Polokwane), South Africa",
"parts": {
"city": "Pietersburg (Polokwane)",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000011": {
"name": "Port Elizabeth, SF",
"display_name": "Port Elizabeth, South Africa",
"parts": {
"city": "Port Elizabeth",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000012": {
"name": "Pretoria, SF",
"display_name": "Pretoria, South Africa",
"parts": {
"city": "Pretoria",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SF000013": {
"name": "Richards Bay, SF",
"display_name": "Richards Bay, South Africa",
"parts": {
"city": "Richards Bay",
"state": null,
"country": "South Africa",
"country_iso3": "ZAF",
"country_iso": "ZA",
"country_fips": "SF"
}
},
"CITY:SG000001": {
"name": "Dakar, SG",
"display_name": "Dakar, Senegal",
"parts": {
"city": "Dakar",
"state": null,
"country": "Senegal",
"country_iso3": "SEN",
"country_iso": "SN",
"country_fips": "SG"
}
},
"CITY:SG000002": {
"name": "Kolda, SG",
"display_name": "Kolda, Senegal",
"parts": {
"city": "Kolda",
"state": null,
"country": "Senegal",
"country_iso3": "SEN",
"country_iso": "SN",
"country_fips": "SG"
}
},
"CITY:SG000003": {
"name": "Thies, SG",
"display_name": "Thies, Senegal",
"parts": {
"city": "Thies",
"state": null,
"country": "Senegal",
"country_iso3": "SEN",
"country_iso": "SN",
"country_fips": "SG"
}
},
"CITY:SG000004": {
"name": "Ziguinchor, SG",
"display_name": "Ziguinchor, Senegal",
"parts": {
"city": "Ziguinchor",
"state": null,
"country": "Senegal",
"country_iso3": "SEN",
"country_iso": "SN",
"country_fips": "SG"
}
},
"CITY:SI000001": {
"name": "Ljubljana, SI",
"display_name": "Ljubljana, Slovenia",
"parts": {
"city": "Ljubljana",
"state": null,
"country": "Slovenia",
"country_iso3": "SVN",
"country_iso": "SI",
"country_fips": "SI"
}
},
"CITY:SN000001": {
"name": "Singapore, SN",
"display_name": "Singapore, Singapore",
"parts": {
"city": "Singapore",
"state": null,
"country": "Singapore",
"country_iso3": "SGP",
"country_iso": "SG",
"country_fips": "SN"
}
},
"CITY:SP000001": {
"name": "Barcelona, SP",
"display_name": "Barcelona, Spain",
"parts": {
"city": "Barcelona",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000002": {
"name": "Bilbao, SP",
"display_name": "Bilbao, Spain",
"parts": {
"city": "Bilbao",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000003": {
"name": "Ceuta, SP",
"display_name": "Ceuta, Spain",
"parts": {
"city": "Ceuta",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000005": {
"name": "Logrono, SP",
"display_name": "Logrono, Spain",
"parts": {
"city": "Logrono",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000006": {
"name": "Madrid, SP",
"display_name": "Madrid, Spain",
"parts": {
"city": "Madrid",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000007": {
"name": "Melilla, SP",
"display_name": "Melilla, Spain",
"parts": {
"city": "Melilla",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000009": {
"name": "Murcia, SP",
"display_name": "Murcia, Spain",
"parts": {
"city": "Murcia",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000010": {
"name": "Oviedo, SP",
"display_name": "Oviedo, Spain",
"parts": {
"city": "Oviedo",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000011": {
"name": "Palma De Mallorca, SP",
"display_name": "Palma De Mallorca, Spain",
"parts": {
"city": "Palma De Mallorca",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000012": {
"name": "Pamplona, SP",
"display_name": "Pamplona, Spain",
"parts": {
"city": "Pamplona",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000013": {
"name": "Santa Cruz de Tenerife, SP",
"display_name": "Santa Cruz de Tenerife, Spain",
"parts": {
"city": "Santa Cruz de Tenerife",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000014": {
"name": "Santander, SP",
"display_name": "Santander, Spain",
"parts": {
"city": "Santander",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000015": {
"name": "Santiago De Compostela, SP",
"display_name": "Santiago De Compostela, Spain",
"parts": {
"city": "Santiago De Compostela",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000016": {
"name": "Seville, SP",
"display_name": "Seville, Spain",
"parts": {
"city": "Seville",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000017": {
"name": "Toledo, SP",
"display_name": "Toledo, Spain",
"parts": {
"city": "Toledo",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000018": {
"name": "Valencia, SP",
"display_name": "Valencia, Spain",
"parts": {
"city": "Valencia",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000019": {
"name": "Valladolid, SP",
"display_name": "Valladolid, Spain",
"parts": {
"city": "Valladolid",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000020": {
"name": "Vitoria, SP",
"display_name": "Vitoria, Spain",
"parts": {
"city": "Vitoria",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SP000021": {
"name": "Zaragoza, SP",
"display_name": "Zaragoza, Spain",
"parts": {
"city": "Zaragoza",
"state": null,
"country": "Spain",
"country_iso3": "ESP",
"country_iso": "ES",
"country_fips": "SP"
}
},
"CITY:SU000001": {
"name": "El Fasher, SU",
"display_name": "El Fasher, Sudan",
"parts": {
"city": "El Fasher",
"state": null,
"country": "Sudan",
"country_iso3": "SDN",
"country_iso": "SD",
"country_fips": "SU"
}
},
"CITY:SU000002": {
"name": "El Obeid, SU",
"display_name": "El Obeid, Sudan",
"parts": {
"city": "El Obeid",
"state": null,
"country": "Sudan",
"country_iso3": "SDN",
"country_iso": "SD",
"country_fips": "SU"
}
},
"CITY:SU000003": {
"name": "Khartoum, SU",
"display_name": "Khartoum, Sudan",
"parts": {
"city": "Khartoum",
"state": null,
"country": "Sudan",
"country_iso3": "SDN",
"country_iso": "SD",
"country_fips": "SU"
}
},
"CITY:SU000004": {
"name": "Malakal, SU",
"display_name": "Malakal, Sudan",
"parts": {
"city": "Malakal",
"state": null,
"country": "Sudan",
"country_iso3": "SDN",
"country_iso": "SD",
"country_fips": "SU"
}
},
"CITY:SU000005": {
"name": "Omdurman, SU",
"display_name": "Omdurman, Sudan",
"parts": {
"city": "Omdurman",
"state": null,
"country": "Sudan",
"country_iso3": "SDN",
"country_iso": "SD",
"country_fips": "SU"
}
},
"CITY:SU000006": {
"name": "Port Sudan, SU",
"display_name": "Port Sudan, Sudan",
"parts": {
"city": "Port Sudan",
"state": null,
"country": "Sudan",
"country_iso3": "SDN",
"country_iso": "SD",
"country_fips": "SU"
}
},
"CITY:SU000007": {
"name": "Wau, SU",
"display_name": "Wau, Sudan",
"parts": {
"city": "Wau",
"state": null,
"country": "Sudan",
"country_iso3": "SDN",
"country_iso": "SD",
"country_fips": "SU"
}
},
"CITY:SW000001": {
"name": "Gavle, SW",
"display_name": "Gavle, Sweden",
"parts": {
"city": "Gavle",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000002": {
"name": "Goteborg, SW",
"display_name": "Goteborg, Sweden",
"parts": {
"city": "Goteborg",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000003": {
"name": "Halmstad, SW",
"display_name": "Halmstad, Sweden",
"parts": {
"city": "Halmstad",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000004": {
"name": "Jonkoping, SW",
"display_name": "Jonkoping, Sweden",
"parts": {
"city": "Jonkoping",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000005": {
"name": "Karlstad, SW",
"display_name": "Karlstad, Sweden",
"parts": {
"city": "Karlstad",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000006": {
"name": "Linkoping, SW",
"display_name": "Linkoping, Sweden",
"parts": {
"city": "Linkoping",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000007": {
"name": "Malmo, SW",
"display_name": "Malmo, Sweden",
"parts": {
"city": "Malmo",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000008": {
"name": "Orebro, SW",
"display_name": "Orebro, Sweden",
"parts": {
"city": "Orebro",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000009": {
"name": "Stockholm, SW",
"display_name": "Stockholm, Sweden",
"parts": {
"city": "Stockholm",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000010": {
"name": "Umea, SW",
"display_name": "Umea, Sweden",
"parts": {
"city": "Umea",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000011": {
"name": "Uppsala, SW",
"display_name": "Uppsala, Sweden",
"parts": {
"city": "Uppsala",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000012": {
"name": "Vasteras, SW",
"display_name": "Vasteras, Sweden",
"parts": {
"city": "Vasteras",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SW000013": {
"name": "Vaxjo, SW",
"display_name": "Vaxjo, Sweden",
"parts": {
"city": "Vaxjo",
"state": null,
"country": "Sweden",
"country_iso3": "SWE",
"country_iso": "SE",
"country_fips": "SW"
}
},
"CITY:SY000001": {
"name": "Aleppo, SY",
"display_name": "Aleppo, Syria",
"parts": {
"city": "Aleppo",
"state": null,
"country": "Syria",
"country_iso3": "SYR",
"country_iso": "SY",
"country_fips": "SY"
}
},
"CITY:SY000004": {
"name": "Damascus, SY",
"display_name": "Damascus, Syria",
"parts": {
"city": "Damascus",
"state": null,
"country": "Syria",
"country_iso3": "SYR",
"country_iso": "SY",
"country_fips": "SY"
}
},
"CITY:SY000005": {
"name": "Dayr az Zawr, SY",
"display_name": "Dayr az Zawr, Syria",
"parts": {
"city": "Dayr az Zawr",
"state": null,
"country": "Syria",
"country_iso3": "SYR",
"country_iso": "SY",
"country_fips": "SY"
}
},
"CITY:SY000006": {
"name": "Hamah, SY",
"display_name": "Hamah, Syria",
"parts": {
"city": "Hamah",
"state": null,
"country": "Syria",
"country_iso3": "SYR",
"country_iso": "SY",
"country_fips": "SY"
}
},
"CITY:SY000007": {
"name": "Homs, SY",
"display_name": "Homs, Syria",
"parts": {
"city": "Homs",
"state": null,
"country": "Syria",
"country_iso3": "SYR",
"country_iso": "SY",
"country_fips": "SY"
}
},
"CITY:SY000009": {
"name": "Tartus, SY",
"display_name": "Tartus, Syria",
"parts": {
"city": "Tartus",
"state": null,
"country": "Syria",
"country_iso3": "SYR",
"country_iso": "SY",
"country_fips": "SY"
}
},
"CITY:SZ000001": {
"name": "Basel, SZ",
"display_name": "Basel, Switzerland",
"parts": {
"city": "Basel",
"state": null,
"country": "Switzerland",
"country_iso3": "CHE",
"country_iso": "CH",
"country_fips": "SZ"
}
},
"CITY:SZ000003": {
"name": "Geneva, SZ",
"display_name": "Geneva, Switzerland",
"parts": {
"city": "Geneva",
"state": null,
"country": "Switzerland",
"country_iso3": "CHE",
"country_iso": "CH",
"country_fips": "SZ"
}
},
"CITY:SZ000006": {
"name": "Saint Gallen, SZ",
"display_name": "Saint Gallen, Switzerland",
"parts": {
"city": "Saint Gallen",
"state": null,
"country": "Switzerland",
"country_iso3": "CHE",
"country_iso": "CH",
"country_fips": "SZ"
}
},
"CITY:SZ000007": {
"name": "Zurich, SZ",
"display_name": "Zurich, Switzerland",
"parts": {
"city": "Zurich",
"state": null,
"country": "Switzerland",
"country_iso3": "CHE",
"country_iso": "CH",
"country_fips": "SZ"
}
},
"CITY:TH000001": {
"name": "Bangkok, TH",
"display_name": "Bangkok, Thailand",
"parts": {
"city": "Bangkok",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000003": {
"name": "Chang Rai, TH",
"display_name": "Chang Rai, Thailand",
"parts": {
"city": "Chang Rai",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000004": {
"name": "Chanthaburi, TH",
"display_name": "Chanthaburi, Thailand",
"parts": {
"city": "Chanthaburi",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000005": {
"name": "Chiang Mai, TH",
"display_name": "Chiang Mai, Thailand",
"parts": {
"city": "Chiang Mai",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000006": {
"name": "Chon Buri, TH",
"display_name": "Chon Buri, Thailand",
"parts": {
"city": "Chon Buri",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000007": {
"name": "Chumphon, TH",
"display_name": "Chumphon, Thailand",
"parts": {
"city": "Chumphon",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000010": {
"name": "Kanchanaburi, TH",
"display_name": "Kanchanaburi, Thailand",
"parts": {
"city": "Kanchanaburi",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000011": {
"name": "Khon Kaen, TH",
"display_name": "Khon Kaen, Thailand",
"parts": {
"city": "Khon Kaen",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000012": {
"name": "Lampang, TH",
"display_name": "Lampang, Thailand",
"parts": {
"city": "Lampang",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000015": {
"name": "Nakhon Ratchasima, TH",
"display_name": "Nakhon Ratchasima, Thailand",
"parts": {
"city": "Nakhon Ratchasima",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000016": {
"name": "Nakhon Si Thammarat, TH",
"display_name": "Nakhon Si Thammarat, Thailand",
"parts": {
"city": "Nakhon Si Thammarat",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000017": {
"name": "Nong Khai, TH",
"display_name": "Nong Khai, Thailand",
"parts": {
"city": "Nong Khai",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000018": {
"name": "Phetchabun, TH",
"display_name": "Phetchabun, Thailand",
"parts": {
"city": "Phetchabun",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000019": {
"name": "Phitsanulok, TH",
"display_name": "Phitsanulok, Thailand",
"parts": {
"city": "Phitsanulok",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000021": {
"name": "Phuket, TH",
"display_name": "Phuket, Thailand",
"parts": {
"city": "Phuket",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000023": {
"name": "Sakon Nakhon, TH",
"display_name": "Sakon Nakhon, Thailand",
"parts": {
"city": "Sakon Nakhon",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000024": {
"name": "Samut Prakan, TH",
"display_name": "Samut Prakan, Thailand",
"parts": {
"city": "Samut Prakan",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000026": {
"name": "Supham Buri, TH",
"display_name": "Supham Buri, Thailand",
"parts": {
"city": "Supham Buri",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000027": {
"name": "Surat Thani, TH",
"display_name": "Surat Thani, Thailand",
"parts": {
"city": "Surat Thani",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000028": {
"name": "Trang, TH",
"display_name": "Trang, Thailand",
"parts": {
"city": "Trang",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000029": {
"name": "Ubon Ratchathani, TH",
"display_name": "Ubon Ratchathani, Thailand",
"parts": {
"city": "Ubon Ratchathani",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000030": {
"name": "Udon Thani, TH",
"display_name": "Udon Thani, Thailand",
"parts": {
"city": "Udon Thani",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TH000031": {
"name": "Uttaradit, TH",
"display_name": "Uttaradit, Thailand",
"parts": {
"city": "Uttaradit",
"state": null,
"country": "Thailand",
"country_iso3": "THA",
"country_iso": "TH",
"country_fips": "TH"
}
},
"CITY:TI000001": {
"name": "Dushanbe, TI",
"display_name": "Dushanbe, Tajikistan",
"parts": {
"city": "Dushanbe",
"state": null,
"country": "Tajikistan",
"country_iso3": "TJK",
"country_iso": "TJ",
"country_fips": "TI"
}
},
"CITY:TI000002": {
"name": "Kulob, TI",
"display_name": "Kulob, Tajikistan",
"parts": {
"city": "Kulob",
"state": null,
"country": "Tajikistan",
"country_iso3": "TJK",
"country_iso": "TJ",
"country_fips": "TI"
}
},
"CITY:TI000003": {
"name": "Leninobod, TI",
"display_name": "Leninobod, Tajikistan",
"parts": {
"city": "Leninobod",
"state": null,
"country": "Tajikistan",
"country_iso3": "TJK",
"country_iso": "TJ",
"country_fips": "TI"
}
},
"CITY:TI000004": {
"name": "Qurghonteppa, TI",
"display_name": "Qurghonteppa, Tajikistan",
"parts": {
"city": "Qurghonteppa",
"state": null,
"country": "Tajikistan",
"country_iso3": "TJK",
"country_iso": "TJ",
"country_fips": "TI"
}
},
"CITY:TO000003": {
"name": "Lome, TO",
"display_name": "Lome, Togo",
"parts": {
"city": "Lome",
"state": null,
"country": "Togo",
"country_iso3": "TGO",
"country_iso": "TG",
"country_fips": "TO"
}
},
"CITY:TS000002": {
"name": "Bizerte, TS",
"display_name": "Bizerte, Tunisia",
"parts": {
"city": "Bizerte",
"state": null,
"country": "Tunisia",
"country_iso3": "TUN",
"country_iso": "TN",
"country_fips": "TS"
}
},
"CITY:TS000003": {
"name": "Gabes, TS",
"display_name": "Gabes, Tunisia",
"parts": {
"city": "Gabes",
"state": null,
"country": "Tunisia",
"country_iso3": "TUN",
"country_iso": "TN",
"country_fips": "TS"
}
},
"CITY:TS000004": {
"name": "Gafsa, TS",
"display_name": "Gafsa, Tunisia",
"parts": {
"city": "Gafsa",
"state": null,
"country": "Tunisia",
"country_iso3": "TUN",
"country_iso": "TN",
"country_fips": "TS"
}
},
"CITY:TS000005": {
"name": "Jendouba, TS",
"display_name": "Jendouba, Tunisia",
"parts": {
"city": "Jendouba",
"state": null,
"country": "Tunisia",
"country_iso3": "TUN",
"country_iso": "TN",
"country_fips": "TS"
}
},
"CITY:TS000006": {
"name": "Kairouan, TS",
"display_name": "Kairouan, Tunisia",
"parts": {
"city": "Kairouan",
"state": null,
"country": "Tunisia",
"country_iso3": "TUN",
"country_iso": "TN",
"country_fips": "TS"
}
},
"CITY:TS000009": {
"name": "Sfax, TS",
"display_name": "Sfax, Tunisia",
"parts": {
"city": "Sfax",
"state": null,
"country": "Tunisia",
"country_iso3": "TUN",
"country_iso": "TN",
"country_fips": "TS"
}
},
"CITY:TS000012": {
"name": "Tunis, TS",
"display_name": "Tunis, Tunisia",
"parts": {
"city": "Tunis",
"state": null,
"country": "Tunisia",
"country_iso3": "TUN",
"country_iso": "TN",
"country_fips": "TS"
}
},
"CITY:TU000001": {
"name": "Adiyaman, TU",
"display_name": "Adiyaman, Turkey",
"parts": {
"city": "Adiyaman",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000003": {
"name": "Aintab, TU",
"display_name": "Aintab, Turkey",
"parts": {
"city": "Aintab",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000005": {
"name": "Ankara, TU",
"display_name": "Ankara, Turkey",
"parts": {
"city": "Ankara",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000006": {
"name": "Antalya, TU",
"display_name": "Antalya, Turkey",
"parts": {
"city": "Antalya",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000008": {
"name": "Aydin, TU",
"display_name": "Aydin, Turkey",
"parts": {
"city": "Aydin",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000009": {
"name": "Balikesir, TU",
"display_name": "Balikesir, Turkey",
"parts": {
"city": "Balikesir",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000010": {
"name": "Bingol, TU",
"display_name": "Bingol, Turkey",
"parts": {
"city": "Bingol",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000011": {
"name": "Bolu, TU",
"display_name": "Bolu, Turkey",
"parts": {
"city": "Bolu",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000012": {
"name": "Burdur, TU",
"display_name": "Burdur, Turkey",
"parts": {
"city": "Burdur",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000013": {
"name": "Bursa, TU",
"display_name": "Bursa, Turkey",
"parts": {
"city": "Bursa",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000014": {
"name": "Canakkale, TU",
"display_name": "Canakkale, Turkey",
"parts": {
"city": "Canakkale",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000015": {
"name": "Cankiri, TU",
"display_name": "Cankiri, Turkey",
"parts": {
"city": "Cankiri",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000016": {
"name": "Corum, TU",
"display_name": "Corum, Turkey",
"parts": {
"city": "Corum",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000017": {
"name": "Denizli, TU",
"display_name": "Denizli, Turkey",
"parts": {
"city": "Denizli",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000018": {
"name": "Diyarbakir, TU",
"display_name": "Diyarbakir, Turkey",
"parts": {
"city": "Diyarbakir",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000019": {
"name": "Edirne, TU",
"display_name": "Edirne, Turkey",
"parts": {
"city": "Edirne",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000020": {
"name": "Elazig, TU",
"display_name": "Elazig, Turkey",
"parts": {
"city": "Elazig",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000021": {
"name": "Erzincan, TU",
"display_name": "Erzincan, Turkey",
"parts": {
"city": "Erzincan",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000022": {
"name": "Erzurum, TU",
"display_name": "Erzurum, Turkey",
"parts": {
"city": "Erzurum",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000024": {
"name": "Giresun, TU",
"display_name": "Giresun, Turkey",
"parts": {
"city": "Giresun",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000025": {
"name": "Hakkari, TU",
"display_name": "Hakkari, Turkey",
"parts": {
"city": "Hakkari",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000026": {
"name": "Isparta, TU",
"display_name": "Isparta, Turkey",
"parts": {
"city": "Isparta",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000027": {
"name": "Istanbul, TU",
"display_name": "Istanbul, Turkey",
"parts": {
"city": "Istanbul",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000028": {
"name": "Izmir, TU",
"display_name": "Izmir, Turkey",
"parts": {
"city": "Izmir",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000029": {
"name": "Kahramanmaras, TU",
"display_name": "Kahramanmaras, Turkey",
"parts": {
"city": "Kahramanmaras",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000030": {
"name": "Kars, TU",
"display_name": "Kars, Turkey",
"parts": {
"city": "Kars",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000031": {
"name": "Kastamonu, TU",
"display_name": "Kastamonu, Turkey",
"parts": {
"city": "Kastamonu",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000034": {
"name": "Kirsehir, TU",
"display_name": "Kirsehir, Turkey",
"parts": {
"city": "Kirsehir",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000036": {
"name": "Konya, TU",
"display_name": "Konya, Turkey",
"parts": {
"city": "Konya",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000037": {
"name": "Kutahya, TU",
"display_name": "Kutahya, Turkey",
"parts": {
"city": "Kutahya",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000038": {
"name": "Malatya, TU",
"display_name": "Malatya, Turkey",
"parts": {
"city": "Malatya",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000041": {
"name": "Mersin, TU",
"display_name": "Mersin, Turkey",
"parts": {
"city": "Mersin",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000042": {
"name": "Mus, TU",
"display_name": "Mus, Turkey",
"parts": {
"city": "Mus",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000044": {
"name": "Nigde, TU",
"display_name": "Nigde, Turkey",
"parts": {
"city": "Nigde",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000046": {
"name": "Rize, TU",
"display_name": "Rize, Turkey",
"parts": {
"city": "Rize",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000047": {
"name": "Sakarya, TU",
"display_name": "Sakarya, Turkey",
"parts": {
"city": "Sakarya",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000048": {
"name": "Samsun, TU",
"display_name": "Samsun, Turkey",
"parts": {
"city": "Samsun",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000049": {
"name": "Siirt, TU",
"display_name": "Siirt, Turkey",
"parts": {
"city": "Siirt",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000050": {
"name": "Sivas, TU",
"display_name": "Sivas, Turkey",
"parts": {
"city": "Sivas",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000051": {
"name": "Tekirdag, TU",
"display_name": "Tekirdag, Turkey",
"parts": {
"city": "Tekirdag",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000052": {
"name": "Tokat, TU",
"display_name": "Tokat, Turkey",
"parts": {
"city": "Tokat",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000054": {
"name": "Usak, TU",
"display_name": "Usak, Turkey",
"parts": {
"city": "Usak",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000055": {
"name": "Van, TU",
"display_name": "Van, Turkey",
"parts": {
"city": "Van",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000056": {
"name": "Yozgat, TU",
"display_name": "Yozgat, Turkey",
"parts": {
"city": "Yozgat",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TU000057": {
"name": "Zonguldak, TU",
"display_name": "Zonguldak, Turkey",
"parts": {
"city": "Zonguldak",
"state": null,
"country": "Turkey",
"country_iso3": "TUR",
"country_iso": "TR",
"country_fips": "TU"
}
},
"CITY:TX000001": {
"name": "Ashgabat, TX",
"display_name": "Ashgabat, Turkmenistan",
"parts": {
"city": "Ashgabat",
"state": null,
"country": "Turkmenistan",
"country_iso3": "TKM",
"country_iso": "TM",
"country_fips": "TX"
}
},
"CITY:TX000002": {
"name": "Mary, TX",
"display_name": "Mary, Turkmenistan",
"parts": {
"city": "Mary",
"state": null,
"country": "Turkmenistan",
"country_iso3": "TKM",
"country_iso": "TM",
"country_fips": "TX"
}
},
"CITY:TX000003": {
"name": "Turkmenbashi, TX",
"display_name": "Turkmenbashi, Turkmenistan",
"parts": {
"city": "Turkmenbashi",
"state": null,
"country": "Turkmenistan",
"country_iso3": "TKM",
"country_iso": "TM",
"country_fips": "TX"
}
},
"CITY:TZ000001": {
"name": "Arusha, TZ",
"display_name": "Arusha, Tanzania",
"parts": {
"city": "Arusha",
"state": null,
"country": "Tanzania",
"country_iso3": "TZA",
"country_iso": "TZ",
"country_fips": "TZ"
}
},
"CITY:TZ000002": {
"name": "Bukoba, TZ",
"display_name": "Bukoba, Tanzania",
"parts": {
"city": "Bukoba",
"state": null,
"country": "Tanzania",
"country_iso3": "TZA",
"country_iso": "TZ",
"country_fips": "TZ"
}
},
"CITY:TZ000003": {
"name": "Dar es Salaam, TZ",
"display_name": "Dar es Salaam, Tanzania",
"parts": {
"city": "Dar es Salaam",
"state": null,
"country": "Tanzania",
"country_iso3": "TZA",
"country_iso": "TZ",
"country_fips": "TZ"
}
},
"CITY:TZ000005": {
"name": "Iringa, TZ",
"display_name": "Iringa, Tanzania",
"parts": {
"city": "Iringa",
"state": null,
"country": "Tanzania",
"country_iso3": "TZA",
"country_iso": "TZ",
"country_fips": "TZ"
}
},
"CITY:TZ000009": {
"name": "Moshi, TZ",
"display_name": "Moshi, Tanzania",
"parts": {
"city": "Moshi",
"state": null,
"country": "Tanzania",
"country_iso3": "TZA",
"country_iso": "TZ",
"country_fips": "TZ"
}
},
"CITY:TZ000010": {
"name": "Mtwara, TZ",
"display_name": "Mtwara, Tanzania",
"parts": {
"city": "Mtwara",
"state": null,
"country": "Tanzania",
"country_iso3": "TZA",
"country_iso": "TZ",
"country_fips": "TZ"
}
},
"CITY:TZ000011": {
"name": "Musoma, TZ",
"display_name": "Musoma, Tanzania",
"parts": {
"city": "Musoma",
"state": null,
"country": "Tanzania",
"country_iso3": "TZA",
"country_iso": "TZ",
"country_fips": "TZ"
}
},
"CITY:TZ000012": {
"name": "Mwanza, TZ",
"display_name": "Mwanza, Tanzania",
"parts": {
"city": "Mwanza",
"state": null,
"country": "Tanzania",
"country_iso3": "TZA",
"country_iso": "TZ",
"country_fips": "TZ"
}
},
"CITY:TZ000017": {
"name": "Tabora, TZ",
"display_name": "Tabora, Tanzania",
"parts": {
"city": "Tabora",
"state": null,
"country": "Tanzania",
"country_iso3": "TZA",
"country_iso": "TZ",
"country_fips": "TZ"
}
},
"CITY:UG000001": {
"name": "Arua, UG",
"display_name": "Arua, Uganda",
"parts": {
"city": "Arua",
"state": null,
"country": "Uganda",
"country_iso3": "UGA",
"country_iso": "UG",
"country_fips": "UG"
}
},
"CITY:UG000002": {
"name": "Gulu, UG",
"display_name": "Gulu, Uganda",
"parts": {
"city": "Gulu",
"state": null,
"country": "Uganda",
"country_iso3": "UGA",
"country_iso": "UG",
"country_fips": "UG"
}
},
"CITY:UG000003": {
"name": "Jinja, UG",
"display_name": "Jinja, Uganda",
"parts": {
"city": "Jinja",
"state": null,
"country": "Uganda",
"country_iso3": "UGA",
"country_iso": "UG",
"country_fips": "UG"
}
},
"CITY:UK000001": {
"name": "Belfast, UK",
"display_name": "Belfast, United Kingdom",
"parts": {
"city": "Belfast",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000002": {
"name": "Birmingham, UK",
"display_name": "Birmingham, United Kingdom",
"parts": {
"city": "Birmingham",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000004": {
"name": "Dundee, UK",
"display_name": "Dundee, United Kingdom",
"parts": {
"city": "Dundee",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000005": {
"name": "Edinburgh, UK",
"display_name": "Edinburgh, United Kingdom",
"parts": {
"city": "Edinburgh",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000006": {
"name": "Glasgow, UK",
"display_name": "Glasgow, United Kingdom",
"parts": {
"city": "Glasgow",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000007": {
"name": "Leeds, UK",
"display_name": "Leeds, United Kingdom",
"parts": {
"city": "Leeds",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000008": {
"name": "Liverpool, UK",
"display_name": "Liverpool, United Kingdom",
"parts": {
"city": "Liverpool",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000009": {
"name": "London, UK",
"display_name": "London, United Kingdom",
"parts": {
"city": "London",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000010": {
"name": "Manchester, UK",
"display_name": "Manchester, United Kingdom",
"parts": {
"city": "Manchester",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000011": {
"name": "Sheffield, UK",
"display_name": "Sheffield, United Kingdom",
"parts": {
"city": "Sheffield",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UK000012": {
"name": "Southampton, UK",
"display_name": "Southampton, United Kingdom",
"parts": {
"city": "Southampton",
"state": null,
"country": "United Kingdom",
"country_iso3": "GBR",
"country_iso": "GB",
"country_fips": "UK"
}
},
"CITY:UP000001": {
"name": "Cherkasy, UP",
"display_name": "Cherkasy, Ukraine",
"parts": {
"city": "Cherkasy",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000002": {
"name": "Chernihiv, UP",
"display_name": "Chernihiv, Ukraine",
"parts": {
"city": "Chernihiv",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000003": {
"name": "Chernivtsi, UP",
"display_name": "Chernivtsi, Ukraine",
"parts": {
"city": "Chernivtsi",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000004": {
"name": "Dnipropetrovs\u0027k, UP",
"display_name": "Dnipropetrovs\u0027k, Ukraine",
"parts": {
"city": "Dnipropetrovs\u0027k",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000005": {
"name": "Donets\u0027k, UP",
"display_name": "Donets\u0027k, Ukraine",
"parts": {
"city": "Donets\u0027k",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000006": {
"name": "Ivano-frankivs\u0027k, UP",
"display_name": "Ivano-frankivs\u0027k, Ukraine",
"parts": {
"city": "Ivano-frankivs\u0027k",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000007": {
"name": "Kharkiv, UP",
"display_name": "Kharkiv, Ukraine",
"parts": {
"city": "Kharkiv",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000008": {
"name": "Kherson, UP",
"display_name": "Kherson, Ukraine",
"parts": {
"city": "Kherson",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000009": {
"name": "Khmel\u0027nyts\u0027kyz, UP",
"display_name": "Khmel\u0027nyts\u0027kyz, Ukraine",
"parts": {
"city": "Khmel\u0027nyts\u0027kyz",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000010": {
"name": "Kirovohrad, UP",
"display_name": "Kirovohrad, Ukraine",
"parts": {
"city": "Kirovohrad",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000011": {
"name": "Kovel\u0027, UP",
"display_name": "Kovel\u0027, Ukraine",
"parts": {
"city": "Kovel\u0027",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000012": {
"name": "Kyiv, UP",
"display_name": "Kyiv, Ukraine",
"parts": {
"city": "Kyiv",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000013": {
"name": "L\u0027viv, UP",
"display_name": "L\u0027viv, Ukraine",
"parts": {
"city": "L\u0027viv",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000014": {
"name": "Luhans\u0027k, UP",
"display_name": "Luhans\u0027k, Ukraine",
"parts": {
"city": "Luhans\u0027k",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000015": {
"name": "Mykolayiv, UP",
"display_name": "Mykolayiv, Ukraine",
"parts": {
"city": "Mykolayiv",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000016": {
"name": "Odesa, UP",
"display_name": "Odesa, Ukraine",
"parts": {
"city": "Odesa",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000017": {
"name": "Poltava, UP",
"display_name": "Poltava, Ukraine",
"parts": {
"city": "Poltava",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000018": {
"name": "Rivne, UP",
"display_name": "Rivne, Ukraine",
"parts": {
"city": "Rivne",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000019": {
"name": "Simferopol\u0027, UP",
"display_name": "Simferopol\u0027, Ukraine",
"parts": {
"city": "Simferopol\u0027",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000020": {
"name": "Sumy, UP",
"display_name": "Sumy, Ukraine",
"parts": {
"city": "Sumy",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000021": {
"name": "Ternopil\u0027, UP",
"display_name": "Ternopil\u0027, Ukraine",
"parts": {
"city": "Ternopil\u0027",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000022": {
"name": "Uzhhorod, UP",
"display_name": "Uzhhorod, Ukraine",
"parts": {
"city": "Uzhhorod",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000023": {
"name": "Vinnytsya, UP",
"display_name": "Vinnytsya, Ukraine",
"parts": {
"city": "Vinnytsya",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000024": {
"name": "Zaporiyhzhya, UP",
"display_name": "Zaporiyhzhya, Ukraine",
"parts": {
"city": "Zaporiyhzhya",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:UP000025": {
"name": "Zhytomyra, UP",
"display_name": "Zhytomyra, Ukraine",
"parts": {
"city": "Zhytomyra",
"state": null,
"country": "Ukraine",
"country_iso3": "UKR",
"country_iso": "UA",
"country_fips": "UP"
}
},
"CITY:US000001": {
"name": "Washington D.C., US",
"display_name": "Washington D.C., United States",
"parts": {
"city": "Washington D.C.",
"state": null,
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010001": {
"name": "Alexander City, AL US",
"display_name": "Alexander City, AL, United States",
"parts": {
"city": "Alexander City",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010002": {
"name": "Anniston, AL US",
"display_name": "Anniston, AL, United States",
"parts": {
"city": "Anniston",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010003": {
"name": "Auburn, AL US",
"display_name": "Auburn, AL, United States",
"parts": {
"city": "Auburn",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010004": {
"name": "Birmingham, AL US",
"display_name": "Birmingham, AL, United States",
"parts": {
"city": "Birmingham",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010005": {
"name": "Cullman, AL US",
"display_name": "Cullman, AL, United States",
"parts": {
"city": "Cullman",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010006": {
"name": "Dothan, AL US",
"display_name": "Dothan, AL, United States",
"parts": {
"city": "Dothan",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010007": {
"name": "Enterprise, AL US",
"display_name": "Enterprise, AL, United States",
"parts": {
"city": "Enterprise",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010008": {
"name": "Eufaula, AL US",
"display_name": "Eufaula, AL, United States",
"parts": {
"city": "Eufaula",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010009": {
"name": "Florence, AL US",
"display_name": "Florence, AL, United States",
"parts": {
"city": "Florence",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010010": {
"name": "Fort Payne, AL US",
"display_name": "Fort Payne, AL, United States",
"parts": {
"city": "Fort Payne",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010011": {
"name": "Gadsden, AL US",
"display_name": "Gadsden, AL, United States",
"parts": {
"city": "Gadsden",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010012": {
"name": "Huntsville, AL US",
"display_name": "Huntsville, AL, United States",
"parts": {
"city": "Huntsville",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010013": {
"name": "Jasper, AL US",
"display_name": "Jasper, AL, United States",
"parts": {
"city": "Jasper",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010014": {
"name": "Mobile, AL US",
"display_name": "Mobile, AL, United States",
"parts": {
"city": "Mobile",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010015": {
"name": "Montgomery, AL US",
"display_name": "Montgomery, AL, United States",
"parts": {
"city": "Montgomery",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010016": {
"name": "Selma, AL US",
"display_name": "Selma, AL, United States",
"parts": {
"city": "Selma",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010017": {
"name": "Talladega, AL US",
"display_name": "Talladega, AL, United States",
"parts": {
"city": "Talladega",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010018": {
"name": "Troy, AL US",
"display_name": "Troy, AL, United States",
"parts": {
"city": "Troy",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US010019": {
"name": "Tuscaloosa, AL US",
"display_name": "Tuscaloosa, AL, United States",
"parts": {
"city": "Tuscaloosa",
"state": "AL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US020001": {
"name": "Anchorage, AK US",
"display_name": "Anchorage, AK, United States",
"parts": {
"city": "Anchorage",
"state": "AK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US020002": {
"name": "Fairbanks, AK US",
"display_name": "Fairbanks, AK, United States",
"parts": {
"city": "Fairbanks",
"state": "AK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US020003": {
"name": "Juneau, AK US",
"display_name": "Juneau, AK, United States",
"parts": {
"city": "Juneau",
"state": "AK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US020004": {
"name": "Nome, AK US",
"display_name": "Nome, AK, United States",
"parts": {
"city": "Nome",
"state": "AK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US020005": {
"name": "Seward, AK US",
"display_name": "Seward, AK, United States",
"parts": {
"city": "Seward",
"state": "AK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040001": {
"name": "Bullhead City, AZ US",
"display_name": "Bullhead City, AZ, United States",
"parts": {
"city": "Bullhead City",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040002": {
"name": "Casa Grande, AZ US",
"display_name": "Casa Grande, AZ, United States",
"parts": {
"city": "Casa Grande",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040003": {
"name": "Douglas, AZ US",
"display_name": "Douglas, AZ, United States",
"parts": {
"city": "Douglas",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040004": {
"name": "Flagstaff, AZ US",
"display_name": "Flagstaff, AZ, United States",
"parts": {
"city": "Flagstaff",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040005": {
"name": "Green Valley, AZ US",
"display_name": "Green Valley, AZ, United States",
"parts": {
"city": "Green Valley",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040006": {
"name": "Kingman, AZ US",
"display_name": "Kingman, AZ, United States",
"parts": {
"city": "Kingman",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040007": {
"name": "Lake Havasu City, AZ US",
"display_name": "Lake Havasu City, AZ, United States",
"parts": {
"city": "Lake Havasu City",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040008": {
"name": "Mesa, AZ US",
"display_name": "Mesa, AZ, United States",
"parts": {
"city": "Mesa",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040009": {
"name": "Nogales, AZ US",
"display_name": "Nogales, AZ, United States",
"parts": {
"city": "Nogales",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040010": {
"name": "Payson, AZ US",
"display_name": "Payson, AZ, United States",
"parts": {
"city": "Payson",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040011": {
"name": "Phoenix, AZ US",
"display_name": "Phoenix, AZ, United States",
"parts": {
"city": "Phoenix",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040012": {
"name": "Prescott, AZ US",
"display_name": "Prescott, AZ, United States",
"parts": {
"city": "Prescott",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040013": {
"name": "Sierra Vista, AZ US",
"display_name": "Sierra Vista, AZ, United States",
"parts": {
"city": "Sierra Vista",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040014": {
"name": "Tucson, AZ US",
"display_name": "Tucson, AZ, United States",
"parts": {
"city": "Tucson",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US040015": {
"name": "Yuma, AZ US",
"display_name": "Yuma, AZ, United States",
"parts": {
"city": "Yuma",
"state": "AZ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050001": {
"name": "Arkadelphia, AR US",
"display_name": "Arkadelphia, AR, United States",
"parts": {
"city": "Arkadelphia",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050002": {
"name": "Blytheville, AR US",
"display_name": "Blytheville, AR, United States",
"parts": {
"city": "Blytheville",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050003": {
"name": "Camden, AR US",
"display_name": "Camden, AR, United States",
"parts": {
"city": "Camden",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050004": {
"name": "Conway, AR US",
"display_name": "Conway, AR, United States",
"parts": {
"city": "Conway",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050005": {
"name": "El Dorado, AR US",
"display_name": "El Dorado, AR, United States",
"parts": {
"city": "El Dorado",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050006": {
"name": "Fayetteville, AR US",
"display_name": "Fayetteville, AR, United States",
"parts": {
"city": "Fayetteville",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050007": {
"name": "Forrest City, AR US",
"display_name": "Forrest City, AR, United States",
"parts": {
"city": "Forrest City",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050008": {
"name": "Fort Smith, AR US",
"display_name": "Fort Smith, AR, United States",
"parts": {
"city": "Fort Smith",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050009": {
"name": "Harrison, AR US",
"display_name": "Harrison, AR, United States",
"parts": {
"city": "Harrison",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050010": {
"name": "Hope, AR US",
"display_name": "Hope, AR, United States",
"parts": {
"city": "Hope",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050011": {
"name": "Hot Springs, AR US",
"display_name": "Hot Springs, AR, United States",
"parts": {
"city": "Hot Springs",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050012": {
"name": "Jonesboro, AR US",
"display_name": "Jonesboro, AR, United States",
"parts": {
"city": "Jonesboro",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050013": {
"name": "Little Rock, AR US",
"display_name": "Little Rock, AR, United States",
"parts": {
"city": "Little Rock",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050014": {
"name": "Magnolia, AR US",
"display_name": "Magnolia, AR, United States",
"parts": {
"city": "Magnolia",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050015": {
"name": "Mountain Home, AR US",
"display_name": "Mountain Home, AR, United States",
"parts": {
"city": "Mountain Home",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050016": {
"name": "Paragould, AR US",
"display_name": "Paragould, AR, United States",
"parts": {
"city": "Paragould",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050017": {
"name": "Pine Bluff, AR US",
"display_name": "Pine Bluff, AR, United States",
"parts": {
"city": "Pine Bluff",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050018": {
"name": "Russellville, AR US",
"display_name": "Russellville, AR, United States",
"parts": {
"city": "Russellville",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050019": {
"name": "Searcy, AR US",
"display_name": "Searcy, AR, United States",
"parts": {
"city": "Searcy",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US050020": {
"name": "Siloam Springs, AR US",
"display_name": "Siloam Springs, AR, United States",
"parts": {
"city": "Siloam Springs",
"state": "AR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060001": {
"name": "Anaheim, CA US",
"display_name": "Anaheim, CA, United States",
"parts": {
"city": "Anaheim",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060002": {
"name": "Bakersfield, CA US",
"display_name": "Bakersfield, CA, United States",
"parts": {
"city": "Bakersfield",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060003": {
"name": "Barstow, CA US",
"display_name": "Barstow, CA, United States",
"parts": {
"city": "Barstow",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060004": {
"name": "Blythe, CA US",
"display_name": "Blythe, CA, United States",
"parts": {
"city": "Blythe",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060005": {
"name": "Chico, CA US",
"display_name": "Chico, CA, United States",
"parts": {
"city": "Chico",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060006": {
"name": "Clearlake, CA US",
"display_name": "Clearlake, CA, United States",
"parts": {
"city": "Clearlake",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060007": {
"name": "Coalinga, CA US",
"display_name": "Coalinga, CA, United States",
"parts": {
"city": "Coalinga",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060008": {
"name": "El Centro, CA US",
"display_name": "El Centro, CA, United States",
"parts": {
"city": "El Centro",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060009": {
"name": "Eureka, CA US",
"display_name": "Eureka, CA, United States",
"parts": {
"city": "Eureka",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060010": {
"name": "Fresno, CA US",
"display_name": "Fresno, CA, United States",
"parts": {
"city": "Fresno",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060011": {
"name": "Grass Valley, CA US",
"display_name": "Grass Valley, CA, United States",
"parts": {
"city": "Grass Valley",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060012": {
"name": "Long Beach, CA US",
"display_name": "Long Beach, CA, United States",
"parts": {
"city": "Long Beach",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060013": {
"name": "Los Angeles, CA US",
"display_name": "Los Angeles, CA, United States",
"parts": {
"city": "Los Angeles",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060014": {
"name": "Merced, CA US",
"display_name": "Merced, CA, United States",
"parts": {
"city": "Merced",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060015": {
"name": "Modesto, CA US",
"display_name": "Modesto, CA, United States",
"parts": {
"city": "Modesto",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060016": {
"name": "Monterey, CA US",
"display_name": "Monterey, CA, United States",
"parts": {
"city": "Monterey",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060017": {
"name": "Napa, CA US",
"display_name": "Napa, CA, United States",
"parts": {
"city": "Napa",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060018": {
"name": "Oakland, CA US",
"display_name": "Oakland, CA, United States",
"parts": {
"city": "Oakland",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060019": {
"name": "Oceanside, CA US",
"display_name": "Oceanside, CA, United States",
"parts": {
"city": "Oceanside",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060020": {
"name": "Oxnard, CA US",
"display_name": "Oxnard, CA, United States",
"parts": {
"city": "Oxnard",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060021": {
"name": "Palm Springs, CA US",
"display_name": "Palm Springs, CA, United States",
"parts": {
"city": "Palm Springs",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060022": {
"name": "Red Bluff, CA US",
"display_name": "Red Bluff, CA, United States",
"parts": {
"city": "Red Bluff",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060023": {
"name": "Redding, CA US",
"display_name": "Redding, CA, United States",
"parts": {
"city": "Redding",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060024": {
"name": "Ridgecrest, CA US",
"display_name": "Ridgecrest, CA, United States",
"parts": {
"city": "Ridgecrest",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060025": {
"name": "Riverside, CA US",
"display_name": "Riverside, CA, United States",
"parts": {
"city": "Riverside",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060026": {
"name": "Rosamond, CA US",
"display_name": "Rosamond, CA, United States",
"parts": {
"city": "Rosamond",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060027": {
"name": "Sacramento, CA US",
"display_name": "Sacramento, CA, United States",
"parts": {
"city": "Sacramento",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060028": {
"name": "Salinas, CA US",
"display_name": "Salinas, CA, United States",
"parts": {
"city": "Salinas",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060029": {
"name": "San Bernardino, CA US",
"display_name": "San Bernardino, CA, United States",
"parts": {
"city": "San Bernardino",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060030": {
"name": "San Diego, CA US",
"display_name": "San Diego, CA, United States",
"parts": {
"city": "San Diego",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060031": {
"name": "San Francisco, CA US",
"display_name": "San Francisco, CA, United States",
"parts": {
"city": "San Francisco",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060032": {
"name": "San Jose, CA US",
"display_name": "San Jose, CA, United States",
"parts": {
"city": "San Jose",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060033": {
"name": "San Luis Obispo, CA US",
"display_name": "San Luis Obispo, CA, United States",
"parts": {
"city": "San Luis Obispo",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060034": {
"name": "Santa Ana, CA US",
"display_name": "Santa Ana, CA, United States",
"parts": {
"city": "Santa Ana",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060035": {
"name": "Santa Barbara, CA US",
"display_name": "Santa Barbara, CA, United States",
"parts": {
"city": "Santa Barbara",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060036": {
"name": "Santa Clarita, CA US",
"display_name": "Santa Clarita, CA, United States",
"parts": {
"city": "Santa Clarita",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060037": {
"name": "Santa Cruz, CA US",
"display_name": "Santa Cruz, CA, United States",
"parts": {
"city": "Santa Cruz",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060038": {
"name": "Santa Maria, CA US",
"display_name": "Santa Maria, CA, United States",
"parts": {
"city": "Santa Maria",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060039": {
"name": "Santa Rosa, CA US",
"display_name": "Santa Rosa, CA, United States",
"parts": {
"city": "Santa Rosa",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060040": {
"name": "Simi Valley, CA US",
"display_name": "Simi Valley, CA, United States",
"parts": {
"city": "Simi Valley",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060041": {
"name": "Soledad, CA US",
"display_name": "Soledad, CA, United States",
"parts": {
"city": "Soledad",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060042": {
"name": "Stockton, CA US",
"display_name": "Stockton, CA, United States",
"parts": {
"city": "Stockton",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060043": {
"name": "Susanville, CA US",
"display_name": "Susanville, CA, United States",
"parts": {
"city": "Susanville",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060044": {
"name": "Ukiah, CA US",
"display_name": "Ukiah, CA, United States",
"parts": {
"city": "Ukiah",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060045": {
"name": "Vallejo, CA US",
"display_name": "Vallejo, CA, United States",
"parts": {
"city": "Vallejo",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060046": {
"name": "Visalia, CA US",
"display_name": "Visalia, CA, United States",
"parts": {
"city": "Visalia",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060047": {
"name": "Yuba City, CA US",
"display_name": "Yuba City, CA, United States",
"parts": {
"city": "Yuba City",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US060048": {
"name": "Yucca Valley, CA US",
"display_name": "Yucca Valley, CA, United States",
"parts": {
"city": "Yucca Valley",
"state": "CA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080001": {
"name": "Boulder, CO US",
"display_name": "Boulder, CO, United States",
"parts": {
"city": "Boulder",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080002": {
"name": "Canon City, CO US",
"display_name": "Canon City, CO, United States",
"parts": {
"city": "Canon City",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080003": {
"name": "Colorado Springs, CO US",
"display_name": "Colorado Springs, CO, United States",
"parts": {
"city": "Colorado Springs",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080004": {
"name": "Denver, CO US",
"display_name": "Denver, CO, United States",
"parts": {
"city": "Denver",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080005": {
"name": "Durango, CO US",
"display_name": "Durango, CO, United States",
"parts": {
"city": "Durango",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080006": {
"name": "Fort Collins, CO US",
"display_name": "Fort Collins, CO, United States",
"parts": {
"city": "Fort Collins",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080007": {
"name": "Fort Morgan, CO US",
"display_name": "Fort Morgan, CO, United States",
"parts": {
"city": "Fort Morgan",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080008": {
"name": "Grand Junction, CO US",
"display_name": "Grand Junction, CO, United States",
"parts": {
"city": "Grand Junction",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080009": {
"name": "Montrose, CO US",
"display_name": "Montrose, CO, United States",
"parts": {
"city": "Montrose",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080010": {
"name": "Pueblo, CO US",
"display_name": "Pueblo, CO, United States",
"parts": {
"city": "Pueblo",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US080011": {
"name": "Sterling, CO US",
"display_name": "Sterling, CO, United States",
"parts": {
"city": "Sterling",
"state": "CO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090001": {
"name": "Bridgeport, CT US",
"display_name": "Bridgeport, CT, United States",
"parts": {
"city": "Bridgeport",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090002": {
"name": "Danbury, CT US",
"display_name": "Danbury, CT, United States",
"parts": {
"city": "Danbury",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090003": {
"name": "Hartford, CT US",
"display_name": "Hartford, CT, United States",
"parts": {
"city": "Hartford",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090004": {
"name": "New Haven, CT US",
"display_name": "New Haven, CT, United States",
"parts": {
"city": "New Haven",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090005": {
"name": "New London, CT US",
"display_name": "New London, CT, United States",
"parts": {
"city": "New London",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090006": {
"name": "Norwalk, CT US",
"display_name": "Norwalk, CT, United States",
"parts": {
"city": "Norwalk",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090007": {
"name": "Norwich, CT US",
"display_name": "Norwich, CT, United States",
"parts": {
"city": "Norwich",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090008": {
"name": "Stamford, CT US",
"display_name": "Stamford, CT, United States",
"parts": {
"city": "Stamford",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090009": {
"name": "Torrington, CT US",
"display_name": "Torrington, CT, United States",
"parts": {
"city": "Torrington",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090010": {
"name": "Waterbury, CT US",
"display_name": "Waterbury, CT, United States",
"parts": {
"city": "Waterbury",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US090011": {
"name": "Willimantic, CT US",
"display_name": "Willimantic, CT, United States",
"parts": {
"city": "Willimantic",
"state": "CT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US100001": {
"name": "Dover, DE US",
"display_name": "Dover, DE, United States",
"parts": {
"city": "Dover",
"state": "DE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US100002": {
"name": "Newark, DE US",
"display_name": "Newark, DE, United States",
"parts": {
"city": "Newark",
"state": "DE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120001": {
"name": "Belle Glade, FL US",
"display_name": "Belle Glade, FL, United States",
"parts": {
"city": "Belle Glade",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120002": {
"name": "Boca Raton, FL US",
"display_name": "Boca Raton, FL, United States",
"parts": {
"city": "Boca Raton",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120003": {
"name": "Boynton Beach, FL US",
"display_name": "Boynton Beach, FL, United States",
"parts": {
"city": "Boynton Beach",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120004": {
"name": "Bradenton, FL US",
"display_name": "Bradenton, FL, United States",
"parts": {
"city": "Bradenton",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120005": {
"name": "Cape Coral, FL US",
"display_name": "Cape Coral, FL, United States",
"parts": {
"city": "Cape Coral",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120006": {
"name": "Cocoa, FL US",
"display_name": "Cocoa, FL, United States",
"parts": {
"city": "Cocoa",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120007": {
"name": "Coral Springs, FL US",
"display_name": "Coral Springs, FL, United States",
"parts": {
"city": "Coral Springs",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120008": {
"name": "Crestview, FL US",
"display_name": "Crestview, FL, United States",
"parts": {
"city": "Crestview",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120009": {
"name": "Daytona Beach, FL US",
"display_name": "Daytona Beach, FL, United States",
"parts": {
"city": "Daytona Beach",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120010": {
"name": "Deltona, FL US",
"display_name": "Deltona, FL, United States",
"parts": {
"city": "Deltona",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120011": {
"name": "Destin, FL US",
"display_name": "Destin, FL, United States",
"parts": {
"city": "Destin",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120012": {
"name": "Fort Lauderdale, FL US",
"display_name": "Fort Lauderdale, FL, United States",
"parts": {
"city": "Fort Lauderdale",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120013": {
"name": "Fort Myers, FL US",
"display_name": "Fort Myers, FL, United States",
"parts": {
"city": "Fort Myers",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120014": {
"name": "Fort Walton Beach, FL US",
"display_name": "Fort Walton Beach, FL, United States",
"parts": {
"city": "Fort Walton Beach",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120015": {
"name": "Gainesville, FL US",
"display_name": "Gainesville, FL, United States",
"parts": {
"city": "Gainesville",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120016": {
"name": "Homosassa Springs, FL US",
"display_name": "Homosassa Springs, FL, United States",
"parts": {
"city": "Homosassa Springs",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120017": {
"name": "Immokalee, FL US",
"display_name": "Immokalee, FL, United States",
"parts": {
"city": "Immokalee",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120018": {
"name": "Jacksonville, FL US",
"display_name": "Jacksonville, FL, United States",
"parts": {
"city": "Jacksonville",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120019": {
"name": "Jupiter, FL US",
"display_name": "Jupiter, FL, United States",
"parts": {
"city": "Jupiter",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120020": {
"name": "Key Largo, FL US",
"display_name": "Key Largo, FL, United States",
"parts": {
"city": "Key Largo",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120021": {
"name": "Key West, FL US",
"display_name": "Key West, FL, United States",
"parts": {
"city": "Key West",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120022": {
"name": "Kissimmee, FL US",
"display_name": "Kissimmee, FL, United States",
"parts": {
"city": "Kissimmee",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120023": {
"name": "Marathon, FL US",
"display_name": "Marathon, FL, United States",
"parts": {
"city": "Marathon",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120024": {
"name": "Melbourne, FL US",
"display_name": "Melbourne, FL, United States",
"parts": {
"city": "Melbourne",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120025": {
"name": "Miami, FL US",
"display_name": "Miami, FL, United States",
"parts": {
"city": "Miami",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120026": {
"name": "Naples, FL US",
"display_name": "Naples, FL, United States",
"parts": {
"city": "Naples",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120027": {
"name": "Ocala, FL US",
"display_name": "Ocala, FL, United States",
"parts": {
"city": "Ocala",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120028": {
"name": "Orlando, FL US",
"display_name": "Orlando, FL, United States",
"parts": {
"city": "Orlando",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120029": {
"name": "Palatka, FL US",
"display_name": "Palatka, FL, United States",
"parts": {
"city": "Palatka",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120030": {
"name": "Palm Coast, FL US",
"display_name": "Palm Coast, FL, United States",
"parts": {
"city": "Palm Coast",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120031": {
"name": "Panama City, FL US",
"display_name": "Panama City, FL, United States",
"parts": {
"city": "Panama City",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120032": {
"name": "Pensacola, FL US",
"display_name": "Pensacola, FL, United States",
"parts": {
"city": "Pensacola",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120033": {
"name": "Pompano Beach, FL US",
"display_name": "Pompano Beach, FL, United States",
"parts": {
"city": "Pompano Beach",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120034": {
"name": "Port Charlotte, FL US",
"display_name": "Port Charlotte, FL, United States",
"parts": {
"city": "Port Charlotte",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120035": {
"name": "Port St. Lucie, FL US",
"display_name": "Port St. Lucie, FL, United States",
"parts": {
"city": "Port St. Lucie",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120036": {
"name": "Sarasota, FL US",
"display_name": "Sarasota, FL, United States",
"parts": {
"city": "Sarasota",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120037": {
"name": "Spring Hill, FL US",
"display_name": "Spring Hill, FL, United States",
"parts": {
"city": "Spring Hill",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120038": {
"name": "St. Augustine, FL US",
"display_name": "St. Augustine, FL, United States",
"parts": {
"city": "St. Augustine",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120039": {
"name": "St. Petersburg, FL US",
"display_name": "St. Petersburg, FL, United States",
"parts": {
"city": "St. Petersburg",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120040": {
"name": "Tallahassee, FL US",
"display_name": "Tallahassee, FL, United States",
"parts": {
"city": "Tallahassee",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120041": {
"name": "Tampa, FL US",
"display_name": "Tampa, FL, United States",
"parts": {
"city": "Tampa",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120042": {
"name": "Titusville, FL US",
"display_name": "Titusville, FL, United States",
"parts": {
"city": "Titusville",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US120043": {
"name": "West Palm Beach, FL US",
"display_name": "West Palm Beach, FL, United States",
"parts": {
"city": "West Palm Beach",
"state": "FL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130001": {
"name": "Albany, GA US",
"display_name": "Albany, GA, United States",
"parts": {
"city": "Albany",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130002": {
"name": "Americus, GA US",
"display_name": "Americus, GA, United States",
"parts": {
"city": "Americus",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130003": {
"name": "Athens, GA US",
"display_name": "Athens, GA, United States",
"parts": {
"city": "Athens",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130004": {
"name": "Atlanta, GA US",
"display_name": "Atlanta, GA, United States",
"parts": {
"city": "Atlanta",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130005": {
"name": "Augusta, GA US",
"display_name": "Augusta, GA, United States",
"parts": {
"city": "Augusta",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130006": {
"name": "Bainbridge, GA US",
"display_name": "Bainbridge, GA, United States",
"parts": {
"city": "Bainbridge",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130007": {
"name": "Brunswick, GA US",
"display_name": "Brunswick, GA, United States",
"parts": {
"city": "Brunswick",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130008": {
"name": "Carrollton, GA US",
"display_name": "Carrollton, GA, United States",
"parts": {
"city": "Carrollton",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130009": {
"name": "Columbus, GA US",
"display_name": "Columbus, GA, United States",
"parts": {
"city": "Columbus",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130010": {
"name": "Dalton, GA US",
"display_name": "Dalton, GA, United States",
"parts": {
"city": "Dalton",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130011": {
"name": "Douglas, GA US",
"display_name": "Douglas, GA, United States",
"parts": {
"city": "Douglas",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130012": {
"name": "Dublin, GA US",
"display_name": "Dublin, GA, United States",
"parts": {
"city": "Dublin",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130013": {
"name": "Fort Benning South, GA US",
"display_name": "Fort Benning South, GA, United States",
"parts": {
"city": "Fort Benning South",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130014": {
"name": "Gainesville, GA US",
"display_name": "Gainesville, GA, United States",
"parts": {
"city": "Gainesville",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130015": {
"name": "Griffin, GA US",
"display_name": "Griffin, GA, United States",
"parts": {
"city": "Griffin",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130016": {
"name": "Hinesville, GA US",
"display_name": "Hinesville, GA, United States",
"parts": {
"city": "Hinesville",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130017": {
"name": "LaGrange, GA US",
"display_name": "LaGrange, GA, United States",
"parts": {
"city": "LaGrange",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130018": {
"name": "Macon, GA US",
"display_name": "Macon, GA, United States",
"parts": {
"city": "Macon",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130019": {
"name": "Milledgeville, GA US",
"display_name": "Milledgeville, GA, United States",
"parts": {
"city": "Milledgeville",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130020": {
"name": "Peachtree City, GA US",
"display_name": "Peachtree City, GA, United States",
"parts": {
"city": "Peachtree City",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130021": {
"name": "Rome, GA US",
"display_name": "Rome, GA, United States",
"parts": {
"city": "Rome",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130022": {
"name": "Savannah, GA US",
"display_name": "Savannah, GA, United States",
"parts": {
"city": "Savannah",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130023": {
"name": "St. Marys, GA US",
"display_name": "St. Marys, GA, United States",
"parts": {
"city": "St. Marys",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130024": {
"name": "Statesboro, GA US",
"display_name": "Statesboro, GA, United States",
"parts": {
"city": "Statesboro",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130025": {
"name": "Thomasville, GA US",
"display_name": "Thomasville, GA, United States",
"parts": {
"city": "Thomasville",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130026": {
"name": "Tifton, GA US",
"display_name": "Tifton, GA, United States",
"parts": {
"city": "Tifton",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130027": {
"name": "Valdosta, GA US",
"display_name": "Valdosta, GA, United States",
"parts": {
"city": "Valdosta",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130028": {
"name": "Vidalia, GA US",
"display_name": "Vidalia, GA, United States",
"parts": {
"city": "Vidalia",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US130029": {
"name": "Waycross, GA US",
"display_name": "Waycross, GA, United States",
"parts": {
"city": "Waycross",
"state": "GA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US150001": {
"name": "Hilo, HI US",
"display_name": "Hilo, HI, United States",
"parts": {
"city": "Hilo",
"state": "HI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US150002": {
"name": "Honolulu, HI US",
"display_name": "Honolulu, HI, United States",
"parts": {
"city": "Honolulu",
"state": "HI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US150003": {
"name": "Kahului, HI US",
"display_name": "Kahului, HI, United States",
"parts": {
"city": "Kahului",
"state": "HI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US160001": {
"name": "Boise, ID US",
"display_name": "Boise, ID, United States",
"parts": {
"city": "Boise",
"state": "ID",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US160002": {
"name": "Coeur d\u0027Alene, ID US",
"display_name": "Coeur d\u0027Alene, ID, United States",
"parts": {
"city": "Coeur d\u0027Alene",
"state": "ID",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US160003": {
"name": "Idaho Falls, ID US",
"display_name": "Idaho Falls, ID, United States",
"parts": {
"city": "Idaho Falls",
"state": "ID",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US160004": {
"name": "Lewiston, ID US",
"display_name": "Lewiston, ID, United States",
"parts": {
"city": "Lewiston",
"state": "ID",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US160005": {
"name": "Moscow, ID US",
"display_name": "Moscow, ID, United States",
"parts": {
"city": "Moscow",
"state": "ID",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US160006": {
"name": "Mountain Home, ID US",
"display_name": "Mountain Home, ID, United States",
"parts": {
"city": "Mountain Home",
"state": "ID",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US160007": {
"name": "Nampa, ID US",
"display_name": "Nampa, ID, United States",
"parts": {
"city": "Nampa",
"state": "ID",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US160008": {
"name": "Pocatello, ID US",
"display_name": "Pocatello, ID, United States",
"parts": {
"city": "Pocatello",
"state": "ID",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US160009": {
"name": "Twin Falls, ID US",
"display_name": "Twin Falls, ID, United States",
"parts": {
"city": "Twin Falls",
"state": "ID",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170001": {
"name": "Aurora, IL US",
"display_name": "Aurora, IL, United States",
"parts": {
"city": "Aurora",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170002": {
"name": "Bloomington, IL US",
"display_name": "Bloomington, IL, United States",
"parts": {
"city": "Bloomington",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170003": {
"name": "Carbondale, IL US",
"display_name": "Carbondale, IL, United States",
"parts": {
"city": "Carbondale",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170004": {
"name": "Champaign, IL US",
"display_name": "Champaign, IL, United States",
"parts": {
"city": "Champaign",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170005": {
"name": "Charleston, IL US",
"display_name": "Charleston, IL, United States",
"parts": {
"city": "Charleston",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170006": {
"name": "Chicago, IL US",
"display_name": "Chicago, IL, United States",
"parts": {
"city": "Chicago",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170007": {
"name": "Crystal Lake, IL US",
"display_name": "Crystal Lake, IL, United States",
"parts": {
"city": "Crystal Lake",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170008": {
"name": "Danville, IL US",
"display_name": "Danville, IL, United States",
"parts": {
"city": "Danville",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170009": {
"name": "DeKalb, IL US",
"display_name": "DeKalb, IL, United States",
"parts": {
"city": "DeKalb",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170010": {
"name": "Decatur, IL US",
"display_name": "Decatur, IL, United States",
"parts": {
"city": "Decatur",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170011": {
"name": "Dixon, IL US",
"display_name": "Dixon, IL, United States",
"parts": {
"city": "Dixon",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170012": {
"name": "Effingham, IL US",
"display_name": "Effingham, IL, United States",
"parts": {
"city": "Effingham",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170013": {
"name": "Elgin, IL US",
"display_name": "Elgin, IL, United States",
"parts": {
"city": "Elgin",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170014": {
"name": "Freeport, IL US",
"display_name": "Freeport, IL, United States",
"parts": {
"city": "Freeport",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170015": {
"name": "Galesburg, IL US",
"display_name": "Galesburg, IL, United States",
"parts": {
"city": "Galesburg",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170016": {
"name": "Joliet, IL US",
"display_name": "Joliet, IL, United States",
"parts": {
"city": "Joliet",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170017": {
"name": "Kankakee, IL US",
"display_name": "Kankakee, IL, United States",
"parts": {
"city": "Kankakee",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170018": {
"name": "Kewanee, IL US",
"display_name": "Kewanee, IL, United States",
"parts": {
"city": "Kewanee",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170019": {
"name": "Lincoln, IL US",
"display_name": "Lincoln, IL, United States",
"parts": {
"city": "Lincoln",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170020": {
"name": "Macomb, IL US",
"display_name": "Macomb, IL, United States",
"parts": {
"city": "Macomb",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170021": {
"name": "Mount Vernon, IL US",
"display_name": "Mount Vernon, IL, United States",
"parts": {
"city": "Mount Vernon",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170022": {
"name": "Naperville, IL US",
"display_name": "Naperville, IL, United States",
"parts": {
"city": "Naperville",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170023": {
"name": "Ottawa, IL US",
"display_name": "Ottawa, IL, United States",
"parts": {
"city": "Ottawa",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170024": {
"name": "Peoria, IL US",
"display_name": "Peoria, IL, United States",
"parts": {
"city": "Peoria",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170025": {
"name": "Pontiac, IL US",
"display_name": "Pontiac, IL, United States",
"parts": {
"city": "Pontiac",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170026": {
"name": "Quincy, IL US",
"display_name": "Quincy, IL, United States",
"parts": {
"city": "Quincy",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170027": {
"name": "Rockford, IL US",
"display_name": "Rockford, IL, United States",
"parts": {
"city": "Rockford",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170028": {
"name": "Springfield, IL US",
"display_name": "Springfield, IL, United States",
"parts": {
"city": "Springfield",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170029": {
"name": "Streator, IL US",
"display_name": "Streator, IL, United States",
"parts": {
"city": "Streator",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US170030": {
"name": "Waukegan, IL US",
"display_name": "Waukegan, IL, United States",
"parts": {
"city": "Waukegan",
"state": "IL",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180001": {
"name": "Bloomington, IN US",
"display_name": "Bloomington, IN, United States",
"parts": {
"city": "Bloomington",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180002": {
"name": "Evansville, IN US",
"display_name": "Evansville, IN, United States",
"parts": {
"city": "Evansville",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180003": {
"name": "Fort Wayne, IN US",
"display_name": "Fort Wayne, IN, United States",
"parts": {
"city": "Fort Wayne",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180004": {
"name": "Indianapolis, IN US",
"display_name": "Indianapolis, IN, United States",
"parts": {
"city": "Indianapolis",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180005": {
"name": "Kokomo, IN US",
"display_name": "Kokomo, IN, United States",
"parts": {
"city": "Kokomo",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180006": {
"name": "Lafayette, IN US",
"display_name": "Lafayette, IN, United States",
"parts": {
"city": "Lafayette",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180007": {
"name": "Madison, IN US",
"display_name": "Madison, IN, United States",
"parts": {
"city": "Madison",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180008": {
"name": "Michigan City, IN US",
"display_name": "Michigan City, IN, United States",
"parts": {
"city": "Michigan City",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180009": {
"name": "Muncie, IN US",
"display_name": "Muncie, IN, United States",
"parts": {
"city": "Muncie",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180010": {
"name": "Richmond, IN US",
"display_name": "Richmond, IN, United States",
"parts": {
"city": "Richmond",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180011": {
"name": "Shelbyville, IN US",
"display_name": "Shelbyville, IN, United States",
"parts": {
"city": "Shelbyville",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180012": {
"name": "South Bend, IN US",
"display_name": "South Bend, IN, United States",
"parts": {
"city": "South Bend",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180013": {
"name": "Terre Haute, IN US",
"display_name": "Terre Haute, IN, United States",
"parts": {
"city": "Terre Haute",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US180014": {
"name": "Vincennes, IN US",
"display_name": "Vincennes, IN, United States",
"parts": {
"city": "Vincennes",
"state": "IN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190001": {
"name": "Ames, IA US",
"display_name": "Ames, IA, United States",
"parts": {
"city": "Ames",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190002": {
"name": "Burlington, IA US",
"display_name": "Burlington, IA, United States",
"parts": {
"city": "Burlington",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190003": {
"name": "Carroll, IA US",
"display_name": "Carroll, IA, United States",
"parts": {
"city": "Carroll",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190004": {
"name": "Cedar Falls, IA US",
"display_name": "Cedar Falls, IA, United States",
"parts": {
"city": "Cedar Falls",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190005": {
"name": "Cedar Rapids, IA US",
"display_name": "Cedar Rapids, IA, United States",
"parts": {
"city": "Cedar Rapids",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190006": {
"name": "Clinton, IA US",
"display_name": "Clinton, IA, United States",
"parts": {
"city": "Clinton",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190007": {
"name": "Davenport, IA US",
"display_name": "Davenport, IA, United States",
"parts": {
"city": "Davenport",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190008": {
"name": "Des Moines, IA US",
"display_name": "Des Moines, IA, United States",
"parts": {
"city": "Des Moines",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190009": {
"name": "Dubuque, IA US",
"display_name": "Dubuque, IA, United States",
"parts": {
"city": "Dubuque",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190010": {
"name": "Fort Dodge, IA US",
"display_name": "Fort Dodge, IA, United States",
"parts": {
"city": "Fort Dodge",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190011": {
"name": "Iowa City, IA US",
"display_name": "Iowa City, IA, United States",
"parts": {
"city": "Iowa City",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190012": {
"name": "Keokuk, IA US",
"display_name": "Keokuk, IA, United States",
"parts": {
"city": "Keokuk",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190013": {
"name": "Marshalltown, IA US",
"display_name": "Marshalltown, IA, United States",
"parts": {
"city": "Marshalltown",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190014": {
"name": "Mason City, IA US",
"display_name": "Mason City, IA, United States",
"parts": {
"city": "Mason City",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190015": {
"name": "Oskaloosa, IA US",
"display_name": "Oskaloosa, IA, United States",
"parts": {
"city": "Oskaloosa",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190016": {
"name": "Ottumwa, IA US",
"display_name": "Ottumwa, IA, United States",
"parts": {
"city": "Ottumwa",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190017": {
"name": "Sioux City, IA US",
"display_name": "Sioux City, IA, United States",
"parts": {
"city": "Sioux City",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190018": {
"name": "Spencer, IA US",
"display_name": "Spencer, IA, United States",
"parts": {
"city": "Spencer",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190019": {
"name": "Storm Lake, IA US",
"display_name": "Storm Lake, IA, United States",
"parts": {
"city": "Storm Lake",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US190020": {
"name": "Waterloo, IA US",
"display_name": "Waterloo, IA, United States",
"parts": {
"city": "Waterloo",
"state": "IA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200001": {
"name": "Coffeyville, KS US",
"display_name": "Coffeyville, KS, United States",
"parts": {
"city": "Coffeyville",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200002": {
"name": "Dodge City, KS US",
"display_name": "Dodge City, KS, United States",
"parts": {
"city": "Dodge City",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200003": {
"name": "Emporia, KS US",
"display_name": "Emporia, KS, United States",
"parts": {
"city": "Emporia",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200004": {
"name": "Garden City, KS US",
"display_name": "Garden City, KS, United States",
"parts": {
"city": "Garden City",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200005": {
"name": "Great Bend, KS US",
"display_name": "Great Bend, KS, United States",
"parts": {
"city": "Great Bend",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200006": {
"name": "Hays, KS US",
"display_name": "Hays, KS, United States",
"parts": {
"city": "Hays",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200007": {
"name": "Hutchinson, KS US",
"display_name": "Hutchinson, KS, United States",
"parts": {
"city": "Hutchinson",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200008": {
"name": "Lawrence, KS US",
"display_name": "Lawrence, KS, United States",
"parts": {
"city": "Lawrence",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200009": {
"name": "Leavenworth, KS US",
"display_name": "Leavenworth, KS, United States",
"parts": {
"city": "Leavenworth",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200010": {
"name": "Liberal, KS US",
"display_name": "Liberal, KS, United States",
"parts": {
"city": "Liberal",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200011": {
"name": "Manhattan, KS US",
"display_name": "Manhattan, KS, United States",
"parts": {
"city": "Manhattan",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200012": {
"name": "Pittsburg, KS US",
"display_name": "Pittsburg, KS, United States",
"parts": {
"city": "Pittsburg",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200013": {
"name": "Salina, KS US",
"display_name": "Salina, KS, United States",
"parts": {
"city": "Salina",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200014": {
"name": "Topeka, KS US",
"display_name": "Topeka, KS, United States",
"parts": {
"city": "Topeka",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200015": {
"name": "Wichita, KS US",
"display_name": "Wichita, KS, United States",
"parts": {
"city": "Wichita",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US200016": {
"name": "Winfield, KS US",
"display_name": "Winfield, KS, United States",
"parts": {
"city": "Winfield",
"state": "KS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210001": {
"name": "Bowling Green, KY US",
"display_name": "Bowling Green, KY, United States",
"parts": {
"city": "Bowling Green",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210002": {
"name": "Campbellsville, KY US",
"display_name": "Campbellsville, KY, United States",
"parts": {
"city": "Campbellsville",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210003": {
"name": "Danville, KY US",
"display_name": "Danville, KY, United States",
"parts": {
"city": "Danville",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210004": {
"name": "Elizabethtown, KY US",
"display_name": "Elizabethtown, KY, United States",
"parts": {
"city": "Elizabethtown",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210005": {
"name": "Fort Knox, KY US",
"display_name": "Fort Knox, KY, United States",
"parts": {
"city": "Fort Knox",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210006": {
"name": "Frankfort, KY US",
"display_name": "Frankfort, KY, United States",
"parts": {
"city": "Frankfort",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210007": {
"name": "Hopkinsville, KY US",
"display_name": "Hopkinsville, KY, United States",
"parts": {
"city": "Hopkinsville",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210008": {
"name": "Lexington, KY US",
"display_name": "Lexington, KY, United States",
"parts": {
"city": "Lexington",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210009": {
"name": "Louisville, KY US",
"display_name": "Louisville, KY, United States",
"parts": {
"city": "Louisville",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210010": {
"name": "Madisonville, KY US",
"display_name": "Madisonville, KY, United States",
"parts": {
"city": "Madisonville",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210011": {
"name": "Middlesborough, KY US",
"display_name": "Middlesborough, KY, United States",
"parts": {
"city": "Middlesborough",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210012": {
"name": "Murray, KY US",
"display_name": "Murray, KY, United States",
"parts": {
"city": "Murray",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210013": {
"name": "Owensboro, KY US",
"display_name": "Owensboro, KY, United States",
"parts": {
"city": "Owensboro",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210014": {
"name": "Paducah, KY US",
"display_name": "Paducah, KY, United States",
"parts": {
"city": "Paducah",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US210015": {
"name": "Somerset, KY US",
"display_name": "Somerset, KY, United States",
"parts": {
"city": "Somerset",
"state": "KY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220001": {
"name": "Alexandria, LA US",
"display_name": "Alexandria, LA, United States",
"parts": {
"city": "Alexandria",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220002": {
"name": "Bastrop, LA US",
"display_name": "Bastrop, LA, United States",
"parts": {
"city": "Bastrop",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220003": {
"name": "Baton Rouge, LA US",
"display_name": "Baton Rouge, LA, United States",
"parts": {
"city": "Baton Rouge",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220004": {
"name": "Bogalusa, LA US",
"display_name": "Bogalusa, LA, United States",
"parts": {
"city": "Bogalusa",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220005": {
"name": "Fort Polk South, LA US",
"display_name": "Fort Polk South, LA, United States",
"parts": {
"city": "Fort Polk South",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220006": {
"name": "Hammond, LA US",
"display_name": "Hammond, LA, United States",
"parts": {
"city": "Hammond",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220007": {
"name": "Houma, LA US",
"display_name": "Houma, LA, United States",
"parts": {
"city": "Houma",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220008": {
"name": "Jennings, LA US",
"display_name": "Jennings, LA, United States",
"parts": {
"city": "Jennings",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220009": {
"name": "Lafayette, LA US",
"display_name": "Lafayette, LA, United States",
"parts": {
"city": "Lafayette",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220010": {
"name": "Lake Charles, LA US",
"display_name": "Lake Charles, LA, United States",
"parts": {
"city": "Lake Charles",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220011": {
"name": "Minden, LA US",
"display_name": "Minden, LA, United States",
"parts": {
"city": "Minden",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220012": {
"name": "Monroe, LA US",
"display_name": "Monroe, LA, United States",
"parts": {
"city": "Monroe",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220013": {
"name": "Morgan City, LA US",
"display_name": "Morgan City, LA, United States",
"parts": {
"city": "Morgan City",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220014": {
"name": "Natchitoches, LA US",
"display_name": "Natchitoches, LA, United States",
"parts": {
"city": "Natchitoches",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220015": {
"name": "New Iberia, LA US",
"display_name": "New Iberia, LA, United States",
"parts": {
"city": "New Iberia",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220016": {
"name": "New Orleans, LA US",
"display_name": "New Orleans, LA, United States",
"parts": {
"city": "New Orleans",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220017": {
"name": "Opelousas, LA US",
"display_name": "Opelousas, LA, United States",
"parts": {
"city": "Opelousas",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220018": {
"name": "Ruston, LA US",
"display_name": "Ruston, LA, United States",
"parts": {
"city": "Ruston",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220019": {
"name": "Shreveport, LA US",
"display_name": "Shreveport, LA, United States",
"parts": {
"city": "Shreveport",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US220020": {
"name": "Thibodaux, LA US",
"display_name": "Thibodaux, LA, United States",
"parts": {
"city": "Thibodaux",
"state": "LA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US230001": {
"name": "Augusta, ME US",
"display_name": "Augusta, ME, United States",
"parts": {
"city": "Augusta",
"state": "ME",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US230002": {
"name": "Bangor, ME US",
"display_name": "Bangor, ME, United States",
"parts": {
"city": "Bangor",
"state": "ME",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US230003": {
"name": "Lewiston, ME US",
"display_name": "Lewiston, ME, United States",
"parts": {
"city": "Lewiston",
"state": "ME",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US230004": {
"name": "Portland, ME US",
"display_name": "Portland, ME, United States",
"parts": {
"city": "Portland",
"state": "ME",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US230005": {
"name": "Waterville, ME US",
"display_name": "Waterville, ME, United States",
"parts": {
"city": "Waterville",
"state": "ME",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240001": {
"name": "Annapolis, MD US",
"display_name": "Annapolis, MD, United States",
"parts": {
"city": "Annapolis",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240002": {
"name": "Baltimore, MD US",
"display_name": "Baltimore, MD, United States",
"parts": {
"city": "Baltimore",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240003": {
"name": "Cambridge, MD US",
"display_name": "Cambridge, MD, United States",
"parts": {
"city": "Cambridge",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240004": {
"name": "Cumberland, MD US",
"display_name": "Cumberland, MD, United States",
"parts": {
"city": "Cumberland",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240005": {
"name": "Easton, MD US",
"display_name": "Easton, MD, United States",
"parts": {
"city": "Easton",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240006": {
"name": "Frederick, MD US",
"display_name": "Frederick, MD, United States",
"parts": {
"city": "Frederick",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240007": {
"name": "Hagerstown, MD US",
"display_name": "Hagerstown, MD, United States",
"parts": {
"city": "Hagerstown",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240008": {
"name": "Ocean Pines, MD US",
"display_name": "Ocean Pines, MD, United States",
"parts": {
"city": "Ocean Pines",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240009": {
"name": "Salisbury, MD US",
"display_name": "Salisbury, MD, United States",
"parts": {
"city": "Salisbury",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US240010": {
"name": "Westminster, MD US",
"display_name": "Westminster, MD, United States",
"parts": {
"city": "Westminster",
"state": "MD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250001": {
"name": "Barnstable Town, MA US",
"display_name": "Barnstable Town, MA, United States",
"parts": {
"city": "Barnstable Town",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250002": {
"name": "Boston, MA US",
"display_name": "Boston, MA, United States",
"parts": {
"city": "Boston",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250003": {
"name": "Brockton, MA US",
"display_name": "Brockton, MA, United States",
"parts": {
"city": "Brockton",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250004": {
"name": "Fall River, MA US",
"display_name": "Fall River, MA, United States",
"parts": {
"city": "Fall River",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250005": {
"name": "Gloucester, MA US",
"display_name": "Gloucester, MA, United States",
"parts": {
"city": "Gloucester",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250006": {
"name": "Greenfield, MA US",
"display_name": "Greenfield, MA, United States",
"parts": {
"city": "Greenfield",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250007": {
"name": "Leominster, MA US",
"display_name": "Leominster, MA, United States",
"parts": {
"city": "Leominster",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250008": {
"name": "Lowell, MA US",
"display_name": "Lowell, MA, United States",
"parts": {
"city": "Lowell",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250009": {
"name": "New Bedford, MA US",
"display_name": "New Bedford, MA, United States",
"parts": {
"city": "New Bedford",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250010": {
"name": "North Adams, MA US",
"display_name": "North Adams, MA, United States",
"parts": {
"city": "North Adams",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250011": {
"name": "Northampton, MA US",
"display_name": "Northampton, MA, United States",
"parts": {
"city": "Northampton",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250012": {
"name": "Pittsfield, MA US",
"display_name": "Pittsfield, MA, United States",
"parts": {
"city": "Pittsfield",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250013": {
"name": "Springfield, MA US",
"display_name": "Springfield, MA, United States",
"parts": {
"city": "Springfield",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US250014": {
"name": "Worcester, MA US",
"display_name": "Worcester, MA, United States",
"parts": {
"city": "Worcester",
"state": "MA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260001": {
"name": "Alpena, MI US",
"display_name": "Alpena, MI, United States",
"parts": {
"city": "Alpena",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260002": {
"name": "Ann Arbor, MI US",
"display_name": "Ann Arbor, MI, United States",
"parts": {
"city": "Ann Arbor",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260003": {
"name": "Benton Harbor, MI US",
"display_name": "Benton Harbor, MI, United States",
"parts": {
"city": "Benton Harbor",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260004": {
"name": "Big Rapids, MI US",
"display_name": "Big Rapids, MI, United States",
"parts": {
"city": "Big Rapids",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260005": {
"name": "Cadillac, MI US",
"display_name": "Cadillac, MI, United States",
"parts": {
"city": "Cadillac",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260006": {
"name": "Detroit, MI US",
"display_name": "Detroit, MI, United States",
"parts": {
"city": "Detroit",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260007": {
"name": "Escanaba, MI US",
"display_name": "Escanaba, MI, United States",
"parts": {
"city": "Escanaba",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260008": {
"name": "Flint, MI US",
"display_name": "Flint, MI, United States",
"parts": {
"city": "Flint",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260009": {
"name": "Grand Rapids, MI US",
"display_name": "Grand Rapids, MI, United States",
"parts": {
"city": "Grand Rapids",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260010": {
"name": "Holland, MI US",
"display_name": "Holland, MI, United States",
"parts": {
"city": "Holland",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260011": {
"name": "Jackson, MI US",
"display_name": "Jackson, MI, United States",
"parts": {
"city": "Jackson",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260012": {
"name": "Kalamazoo, MI US",
"display_name": "Kalamazoo, MI, United States",
"parts": {
"city": "Kalamazoo",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260013": {
"name": "Lansing, MI US",
"display_name": "Lansing, MI, United States",
"parts": {
"city": "Lansing",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260014": {
"name": "Marquette, MI US",
"display_name": "Marquette, MI, United States",
"parts": {
"city": "Marquette",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260015": {
"name": "Midland, MI US",
"display_name": "Midland, MI, United States",
"parts": {
"city": "Midland",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260016": {
"name": "Mount Pleasant, MI US",
"display_name": "Mount Pleasant, MI, United States",
"parts": {
"city": "Mount Pleasant",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260017": {
"name": "Muskegon, MI US",
"display_name": "Muskegon, MI, United States",
"parts": {
"city": "Muskegon",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260018": {
"name": "Owosso, MI US",
"display_name": "Owosso, MI, United States",
"parts": {
"city": "Owosso",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260019": {
"name": "Pontiac, MI US",
"display_name": "Pontiac, MI, United States",
"parts": {
"city": "Pontiac",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260020": {
"name": "Port Huron, MI US",
"display_name": "Port Huron, MI, United States",
"parts": {
"city": "Port Huron",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260021": {
"name": "Saginaw, MI US",
"display_name": "Saginaw, MI, United States",
"parts": {
"city": "Saginaw",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260022": {
"name": "Sault Ste. Marie, MI US",
"display_name": "Sault Ste. Marie, MI, United States",
"parts": {
"city": "Sault Ste. Marie",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260023": {
"name": "Sturgis, MI US",
"display_name": "Sturgis, MI, United States",
"parts": {
"city": "Sturgis",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US260024": {
"name": "Traverse City, MI US",
"display_name": "Traverse City, MI, United States",
"parts": {
"city": "Traverse City",
"state": "MI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270001": {
"name": "Austin, MN US",
"display_name": "Austin, MN, United States",
"parts": {
"city": "Austin",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270002": {
"name": "Bemidji, MN US",
"display_name": "Bemidji, MN, United States",
"parts": {
"city": "Bemidji",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270003": {
"name": "Brainerd, MN US",
"display_name": "Brainerd, MN, United States",
"parts": {
"city": "Brainerd",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270004": {
"name": "Buffalo, MN US",
"display_name": "Buffalo, MN, United States",
"parts": {
"city": "Buffalo",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270005": {
"name": "Duluth, MN US",
"display_name": "Duluth, MN, United States",
"parts": {
"city": "Duluth",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270006": {
"name": "Fairmont, MN US",
"display_name": "Fairmont, MN, United States",
"parts": {
"city": "Fairmont",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270007": {
"name": "Faribault, MN US",
"display_name": "Faribault, MN, United States",
"parts": {
"city": "Faribault",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270008": {
"name": "Fergus Falls, MN US",
"display_name": "Fergus Falls, MN, United States",
"parts": {
"city": "Fergus Falls",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270009": {
"name": "Hibbing, MN US",
"display_name": "Hibbing, MN, United States",
"parts": {
"city": "Hibbing",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270010": {
"name": "Hutchinson, MN US",
"display_name": "Hutchinson, MN, United States",
"parts": {
"city": "Hutchinson",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270011": {
"name": "Mankato, MN US",
"display_name": "Mankato, MN, United States",
"parts": {
"city": "Mankato",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270012": {
"name": "Marshall, MN US",
"display_name": "Marshall, MN, United States",
"parts": {
"city": "Marshall",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270013": {
"name": "Minneapolis, MN US",
"display_name": "Minneapolis, MN, United States",
"parts": {
"city": "Minneapolis",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270014": {
"name": "New Ulm, MN US",
"display_name": "New Ulm, MN, United States",
"parts": {
"city": "New Ulm",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270015": {
"name": "Owatonna, MN US",
"display_name": "Owatonna, MN, United States",
"parts": {
"city": "Owatonna",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270016": {
"name": "Rochester, MN US",
"display_name": "Rochester, MN, United States",
"parts": {
"city": "Rochester",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270017": {
"name": "Saint Paul, MN US",
"display_name": "Saint Paul, MN, United States",
"parts": {
"city": "Saint Paul",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270018": {
"name": "St. Cloud, MN US",
"display_name": "St. Cloud, MN, United States",
"parts": {
"city": "St. Cloud",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270019": {
"name": "Willmar, MN US",
"display_name": "Willmar, MN, United States",
"parts": {
"city": "Willmar",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US270020": {
"name": "Worthington, MN US",
"display_name": "Worthington, MN, United States",
"parts": {
"city": "Worthington",
"state": "MN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280001": {
"name": "Biloxi, MS US",
"display_name": "Biloxi, MS, United States",
"parts": {
"city": "Biloxi",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280002": {
"name": "Clarksdale, MS US",
"display_name": "Clarksdale, MS, United States",
"parts": {
"city": "Clarksdale",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280003": {
"name": "Cleveland, MS US",
"display_name": "Cleveland, MS, United States",
"parts": {
"city": "Cleveland",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280004": {
"name": "Columbus, MS US",
"display_name": "Columbus, MS, United States",
"parts": {
"city": "Columbus",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280005": {
"name": "Corinth, MS US",
"display_name": "Corinth, MS, United States",
"parts": {
"city": "Corinth",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280006": {
"name": "Greenville, MS US",
"display_name": "Greenville, MS, United States",
"parts": {
"city": "Greenville",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280007": {
"name": "Greenwood, MS US",
"display_name": "Greenwood, MS, United States",
"parts": {
"city": "Greenwood",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280008": {
"name": "Grenada, MS US",
"display_name": "Grenada, MS, United States",
"parts": {
"city": "Grenada",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280009": {
"name": "Gulfport, MS US",
"display_name": "Gulfport, MS, United States",
"parts": {
"city": "Gulfport",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280010": {
"name": "Hattiesburg, MS US",
"display_name": "Hattiesburg, MS, United States",
"parts": {
"city": "Hattiesburg",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280011": {
"name": "Jackson, MS US",
"display_name": "Jackson, MS, United States",
"parts": {
"city": "Jackson",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280012": {
"name": "Laurel, MS US",
"display_name": "Laurel, MS, United States",
"parts": {
"city": "Laurel",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280013": {
"name": "McComb, MS US",
"display_name": "McComb, MS, United States",
"parts": {
"city": "McComb",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280014": {
"name": "Meridian, MS US",
"display_name": "Meridian, MS, United States",
"parts": {
"city": "Meridian",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280015": {
"name": "Natchez, MS US",
"display_name": "Natchez, MS, United States",
"parts": {
"city": "Natchez",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280016": {
"name": "Oxford, MS US",
"display_name": "Oxford, MS, United States",
"parts": {
"city": "Oxford",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280017": {
"name": "Picayune, MS US",
"display_name": "Picayune, MS, United States",
"parts": {
"city": "Picayune",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280018": {
"name": "Tupelo, MS US",
"display_name": "Tupelo, MS, United States",
"parts": {
"city": "Tupelo",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280019": {
"name": "Vicksburg, MS US",
"display_name": "Vicksburg, MS, United States",
"parts": {
"city": "Vicksburg",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US280020": {
"name": "Yazoo City, MS US",
"display_name": "Yazoo City, MS, United States",
"parts": {
"city": "Yazoo City",
"state": "MS",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290001": {
"name": "Cape Girardeau, MO US",
"display_name": "Cape Girardeau, MO, United States",
"parts": {
"city": "Cape Girardeau",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290002": {
"name": "Columbia, MO US",
"display_name": "Columbia, MO, United States",
"parts": {
"city": "Columbia",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290003": {
"name": "Excelsior Springs, MO US",
"display_name": "Excelsior Springs, MO, United States",
"parts": {
"city": "Excelsior Springs",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290004": {
"name": "Farmington, MO US",
"display_name": "Farmington, MO, United States",
"parts": {
"city": "Farmington",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290005": {
"name": "Fort Leonard Wood, MO US",
"display_name": "Fort Leonard Wood, MO, United States",
"parts": {
"city": "Fort Leonard Wood",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290006": {
"name": "Jefferson City, MO US",
"display_name": "Jefferson City, MO, United States",
"parts": {
"city": "Jefferson City",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290007": {
"name": "Joplin, MO US",
"display_name": "Joplin, MO, United States",
"parts": {
"city": "Joplin",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290008": {
"name": "Kansas City, MO US",
"display_name": "Kansas City, MO, United States",
"parts": {
"city": "Kansas City",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290009": {
"name": "Kennett, MO US",
"display_name": "Kennett, MO, United States",
"parts": {
"city": "Kennett",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290010": {
"name": "Kirksville, MO US",
"display_name": "Kirksville, MO, United States",
"parts": {
"city": "Kirksville",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290011": {
"name": "Lebanon, MO US",
"display_name": "Lebanon, MO, United States",
"parts": {
"city": "Lebanon",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290012": {
"name": "Marshall, MO US",
"display_name": "Marshall, MO, United States",
"parts": {
"city": "Marshall",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290013": {
"name": "Maryville, MO US",
"display_name": "Maryville, MO, United States",
"parts": {
"city": "Maryville",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290014": {
"name": "Moberly, MO US",
"display_name": "Moberly, MO, United States",
"parts": {
"city": "Moberly",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290015": {
"name": "Poplar Bluff, MO US",
"display_name": "Poplar Bluff, MO, United States",
"parts": {
"city": "Poplar Bluff",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290016": {
"name": "Rolla, MO US",
"display_name": "Rolla, MO, United States",
"parts": {
"city": "Rolla",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290017": {
"name": "Sedalia, MO US",
"display_name": "Sedalia, MO, United States",
"parts": {
"city": "Sedalia",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290018": {
"name": "Sikeston, MO US",
"display_name": "Sikeston, MO, United States",
"parts": {
"city": "Sikeston",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290019": {
"name": "Springfield, MO US",
"display_name": "Springfield, MO, United States",
"parts": {
"city": "Springfield",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290020": {
"name": "St. Joseph, MO US",
"display_name": "St. Joseph, MO, United States",
"parts": {
"city": "St. Joseph",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290021": {
"name": "St. Louis, MO US",
"display_name": "St. Louis, MO, United States",
"parts": {
"city": "St. Louis",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290022": {
"name": "Warrensburg, MO US",
"display_name": "Warrensburg, MO, United States",
"parts": {
"city": "Warrensburg",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290023": {
"name": "Washington, MO US",
"display_name": "Washington, MO, United States",
"parts": {
"city": "Washington",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US290024": {
"name": "West Plains, MO US",
"display_name": "West Plains, MO, United States",
"parts": {
"city": "West Plains",
"state": "MO",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US300001": {
"name": "Billings, MT US",
"display_name": "Billings, MT, United States",
"parts": {
"city": "Billings",
"state": "MT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US300002": {
"name": "Bozeman, MT US",
"display_name": "Bozeman, MT, United States",
"parts": {
"city": "Bozeman",
"state": "MT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US300003": {
"name": "Butte, MT US",
"display_name": "Butte, MT, United States",
"parts": {
"city": "Butte",
"state": "MT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US300004": {
"name": "Great Falls, MT US",
"display_name": "Great Falls, MT, United States",
"parts": {
"city": "Great Falls",
"state": "MT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US300005": {
"name": "Helena, MT US",
"display_name": "Helena, MT, United States",
"parts": {
"city": "Helena",
"state": "MT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US300006": {
"name": "Kalispell, MT US",
"display_name": "Kalispell, MT, United States",
"parts": {
"city": "Kalispell",
"state": "MT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US300007": {
"name": "Missoula, MT US",
"display_name": "Missoula, MT, United States",
"parts": {
"city": "Missoula",
"state": "MT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310001": {
"name": "Beatrice, NE US",
"display_name": "Beatrice, NE, United States",
"parts": {
"city": "Beatrice",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310002": {
"name": "Columbus, NE US",
"display_name": "Columbus, NE, United States",
"parts": {
"city": "Columbus",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310003": {
"name": "Fremont, NE US",
"display_name": "Fremont, NE, United States",
"parts": {
"city": "Fremont",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310004": {
"name": "Grand Island, NE US",
"display_name": "Grand Island, NE, United States",
"parts": {
"city": "Grand Island",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310005": {
"name": "Hastings, NE US",
"display_name": "Hastings, NE, United States",
"parts": {
"city": "Hastings",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310006": {
"name": "Kearney, NE US",
"display_name": "Kearney, NE, United States",
"parts": {
"city": "Kearney",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310007": {
"name": "Lexington, NE US",
"display_name": "Lexington, NE, United States",
"parts": {
"city": "Lexington",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310008": {
"name": "Lincoln, NE US",
"display_name": "Lincoln, NE, United States",
"parts": {
"city": "Lincoln",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310009": {
"name": "Norfolk, NE US",
"display_name": "Norfolk, NE, United States",
"parts": {
"city": "Norfolk",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310010": {
"name": "North Platte, NE US",
"display_name": "North Platte, NE, United States",
"parts": {
"city": "North Platte",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310011": {
"name": "Omaha, NE US",
"display_name": "Omaha, NE, United States",
"parts": {
"city": "Omaha",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US310012": {
"name": "Scottsbluff, NE US",
"display_name": "Scottsbluff, NE, United States",
"parts": {
"city": "Scottsbluff",
"state": "NE",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US320001": {
"name": "Boulder City, NV US",
"display_name": "Boulder City, NV, United States",
"parts": {
"city": "Boulder City",
"state": "NV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US320002": {
"name": "Carson City, NV US",
"display_name": "Carson City, NV, United States",
"parts": {
"city": "Carson City",
"state": "NV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US320003": {
"name": "Elko, NV US",
"display_name": "Elko, NV, United States",
"parts": {
"city": "Elko",
"state": "NV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US320004": {
"name": "Las Vegas, NV US",
"display_name": "Las Vegas, NV, United States",
"parts": {
"city": "Las Vegas",
"state": "NV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US320005": {
"name": "Pahrump, NV US",
"display_name": "Pahrump, NV, United States",
"parts": {
"city": "Pahrump",
"state": "NV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US320006": {
"name": "Reno, NV US",
"display_name": "Reno, NV, United States",
"parts": {
"city": "Reno",
"state": "NV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US330001": {
"name": "Berlin, NH US",
"display_name": "Berlin, NH, United States",
"parts": {
"city": "Berlin",
"state": "NH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US330002": {
"name": "Claremont, NH US",
"display_name": "Claremont, NH, United States",
"parts": {
"city": "Claremont",
"state": "NH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US330003": {
"name": "Concord, NH US",
"display_name": "Concord, NH, United States",
"parts": {
"city": "Concord",
"state": "NH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US330004": {
"name": "Keene, NH US",
"display_name": "Keene, NH, United States",
"parts": {
"city": "Keene",
"state": "NH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US330005": {
"name": "Laconia, NH US",
"display_name": "Laconia, NH, United States",
"parts": {
"city": "Laconia",
"state": "NH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US330006": {
"name": "Manchester, NH US",
"display_name": "Manchester, NH, United States",
"parts": {
"city": "Manchester",
"state": "NH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US330007": {
"name": "Nashua, NH US",
"display_name": "Nashua, NH, United States",
"parts": {
"city": "Nashua",
"state": "NH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US330008": {
"name": "Portsmouth, NH US",
"display_name": "Portsmouth, NH, United States",
"parts": {
"city": "Portsmouth",
"state": "NH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US330009": {
"name": "Rochester, NH US",
"display_name": "Rochester, NH, United States",
"parts": {
"city": "Rochester",
"state": "NH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US340001": {
"name": "Jersey City, NJ US",
"display_name": "Jersey City, NJ, United States",
"parts": {
"city": "Jersey City",
"state": "NJ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US340002": {
"name": "Lakewood, NJ US",
"display_name": "Lakewood, NJ, United States",
"parts": {
"city": "Lakewood",
"state": "NJ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US340003": {
"name": "Newark, NJ US",
"display_name": "Newark, NJ, United States",
"parts": {
"city": "Newark",
"state": "NJ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US340004": {
"name": "Pleasantville, NJ US",
"display_name": "Pleasantville, NJ, United States",
"parts": {
"city": "Pleasantville",
"state": "NJ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US340005": {
"name": "Toms River, NJ US",
"display_name": "Toms River, NJ, United States",
"parts": {
"city": "Toms River",
"state": "NJ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US340006": {
"name": "Trenton, NJ US",
"display_name": "Trenton, NJ, United States",
"parts": {
"city": "Trenton",
"state": "NJ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US340007": {
"name": "Vineland, NJ US",
"display_name": "Vineland, NJ, United States",
"parts": {
"city": "Vineland",
"state": "NJ",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350001": {
"name": "Alamogordo, NM US",
"display_name": "Alamogordo, NM, United States",
"parts": {
"city": "Alamogordo",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350002": {
"name": "Albuquerque, NM US",
"display_name": "Albuquerque, NM, United States",
"parts": {
"city": "Albuquerque",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350003": {
"name": "Carlsbad, NM US",
"display_name": "Carlsbad, NM, United States",
"parts": {
"city": "Carlsbad",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350004": {
"name": "Clovis, NM US",
"display_name": "Clovis, NM, United States",
"parts": {
"city": "Clovis",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350005": {
"name": "Deming, NM US",
"display_name": "Deming, NM, United States",
"parts": {
"city": "Deming",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350006": {
"name": "Farmington, NM US",
"display_name": "Farmington, NM, United States",
"parts": {
"city": "Farmington",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350007": {
"name": "Gallup, NM US",
"display_name": "Gallup, NM, United States",
"parts": {
"city": "Gallup",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350008": {
"name": "Las Cruces, NM US",
"display_name": "Las Cruces, NM, United States",
"parts": {
"city": "Las Cruces",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350009": {
"name": "Roswell, NM US",
"display_name": "Roswell, NM, United States",
"parts": {
"city": "Roswell",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350010": {
"name": "Santa Fe, NM US",
"display_name": "Santa Fe, NM, United States",
"parts": {
"city": "Santa Fe",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US350011": {
"name": "Silver City, NM US",
"display_name": "Silver City, NM, United States",
"parts": {
"city": "Silver City",
"state": "NM",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360001": {
"name": "Albany, NY US",
"display_name": "Albany, NY, United States",
"parts": {
"city": "Albany",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360002": {
"name": "Amsterdam, NY US",
"display_name": "Amsterdam, NY, United States",
"parts": {
"city": "Amsterdam",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360003": {
"name": "Binghamton, NY US",
"display_name": "Binghamton, NY, United States",
"parts": {
"city": "Binghamton",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360004": {
"name": "Brentwood, NY US",
"display_name": "Brentwood, NY, United States",
"parts": {
"city": "Brentwood",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360005": {
"name": "Brooklyn, NY US",
"display_name": "Brooklyn, NY, United States",
"parts": {
"city": "Brooklyn",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360006": {
"name": "Buffalo, NY US",
"display_name": "Buffalo, NY, United States",
"parts": {
"city": "Buffalo",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360007": {
"name": "Commack, NY US",
"display_name": "Commack, NY, United States",
"parts": {
"city": "Commack",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360008": {
"name": "Coram, NY US",
"display_name": "Coram, NY, United States",
"parts": {
"city": "Coram",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360009": {
"name": "Elmira, NY US",
"display_name": "Elmira, NY, United States",
"parts": {
"city": "Elmira",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360010": {
"name": "Hempstead, NY US",
"display_name": "Hempstead, NY, United States",
"parts": {
"city": "Hempstead",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360011": {
"name": "Huntington Station, NY US",
"display_name": "Huntington Station, NY, United States",
"parts": {
"city": "Huntington Station",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360012": {
"name": "Ithaca, NY US",
"display_name": "Ithaca, NY, United States",
"parts": {
"city": "Ithaca",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360013": {
"name": "Jamestown, NY US",
"display_name": "Jamestown, NY, United States",
"parts": {
"city": "Jamestown",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360014": {
"name": "Kingston, NY US",
"display_name": "Kingston, NY, United States",
"parts": {
"city": "Kingston",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360015": {
"name": "Levittown, NY US",
"display_name": "Levittown, NY, United States",
"parts": {
"city": "Levittown",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360016": {
"name": "Massena, NY US",
"display_name": "Massena, NY, United States",
"parts": {
"city": "Massena",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360017": {
"name": "Middletown, NY US",
"display_name": "Middletown, NY, United States",
"parts": {
"city": "Middletown",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360018": {
"name": "New City, NY US",
"display_name": "New City, NY, United States",
"parts": {
"city": "New City",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360019": {
"name": "New York, NY US",
"display_name": "New York, NY, United States",
"parts": {
"city": "New York",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360020": {
"name": "Niagara Falls, NY US",
"display_name": "Niagara Falls, NY, United States",
"parts": {
"city": "Niagara Falls",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360021": {
"name": "Ogdensburg, NY US",
"display_name": "Ogdensburg, NY, United States",
"parts": {
"city": "Ogdensburg",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360022": {
"name": "Oneonta, NY US",
"display_name": "Oneonta, NY, United States",
"parts": {
"city": "Oneonta",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360023": {
"name": "Oswego, NY US",
"display_name": "Oswego, NY, United States",
"parts": {
"city": "Oswego",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360024": {
"name": "Plattsburgh, NY US",
"display_name": "Plattsburgh, NY, United States",
"parts": {
"city": "Plattsburgh",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360025": {
"name": "Poughkeepsie, NY US",
"display_name": "Poughkeepsie, NY, United States",
"parts": {
"city": "Poughkeepsie",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360026": {
"name": "Rochester, NY US",
"display_name": "Rochester, NY, United States",
"parts": {
"city": "Rochester",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360027": {
"name": "Saratoga Springs, NY US",
"display_name": "Saratoga Springs, NY, United States",
"parts": {
"city": "Saratoga Springs",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360028": {
"name": "Syracuse, NY US",
"display_name": "Syracuse, NY, United States",
"parts": {
"city": "Syracuse",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360029": {
"name": "Utica, NY US",
"display_name": "Utica, NY, United States",
"parts": {
"city": "Utica",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360030": {
"name": "Watertown, NY US",
"display_name": "Watertown, NY, United States",
"parts": {
"city": "Watertown",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US360031": {
"name": "Yonkers, NY US",
"display_name": "Yonkers, NY, United States",
"parts": {
"city": "Yonkers",
"state": "NY",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370001": {
"name": "Asheboro, NC US",
"display_name": "Asheboro, NC, United States",
"parts": {
"city": "Asheboro",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370002": {
"name": "Asheville, NC US",
"display_name": "Asheville, NC, United States",
"parts": {
"city": "Asheville",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370003": {
"name": "Boone, NC US",
"display_name": "Boone, NC, United States",
"parts": {
"city": "Boone",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370004": {
"name": "Burlington, NC US",
"display_name": "Burlington, NC, United States",
"parts": {
"city": "Burlington",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370005": {
"name": "Charlotte, NC US",
"display_name": "Charlotte, NC, United States",
"parts": {
"city": "Charlotte",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370006": {
"name": "Durham, NC US",
"display_name": "Durham, NC, United States",
"parts": {
"city": "Durham",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370007": {
"name": "Elizabeth City, NC US",
"display_name": "Elizabeth City, NC, United States",
"parts": {
"city": "Elizabeth City",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370008": {
"name": "Fayetteville, NC US",
"display_name": "Fayetteville, NC, United States",
"parts": {
"city": "Fayetteville",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370009": {
"name": "Fort Bragg, NC US",
"display_name": "Fort Bragg, NC, United States",
"parts": {
"city": "Fort Bragg",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370010": {
"name": "Gastonia, NC US",
"display_name": "Gastonia, NC, United States",
"parts": {
"city": "Gastonia",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370011": {
"name": "Greensboro, NC US",
"display_name": "Greensboro, NC, United States",
"parts": {
"city": "Greensboro",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370012": {
"name": "Greenville, NC US",
"display_name": "Greenville, NC, United States",
"parts": {
"city": "Greenville",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370013": {
"name": "Hendersonville, NC US",
"display_name": "Hendersonville, NC, United States",
"parts": {
"city": "Hendersonville",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370014": {
"name": "Hickory, NC US",
"display_name": "Hickory, NC, United States",
"parts": {
"city": "Hickory",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370015": {
"name": "Jacksonville, NC US",
"display_name": "Jacksonville, NC, United States",
"parts": {
"city": "Jacksonville",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370016": {
"name": "New Bern, NC US",
"display_name": "New Bern, NC, United States",
"parts": {
"city": "New Bern",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370017": {
"name": "Raleigh, NC US",
"display_name": "Raleigh, NC, United States",
"parts": {
"city": "Raleigh",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370018": {
"name": "Roanoke Rapids, NC US",
"display_name": "Roanoke Rapids, NC, United States",
"parts": {
"city": "Roanoke Rapids",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370019": {
"name": "Rocky Mount, NC US",
"display_name": "Rocky Mount, NC, United States",
"parts": {
"city": "Rocky Mount",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370020": {
"name": "Salisbury, NC US",
"display_name": "Salisbury, NC, United States",
"parts": {
"city": "Salisbury",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370021": {
"name": "Statesville, NC US",
"display_name": "Statesville, NC, United States",
"parts": {
"city": "Statesville",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370022": {
"name": "Wilmington, NC US",
"display_name": "Wilmington, NC, United States",
"parts": {
"city": "Wilmington",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US370023": {
"name": "Winston-Salem, NC US",
"display_name": "Winston-Salem, NC, United States",
"parts": {
"city": "Winston-Salem",
"state": "NC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US380001": {
"name": "Bismarck, ND US",
"display_name": "Bismarck, ND, United States",
"parts": {
"city": "Bismarck",
"state": "ND",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US380002": {
"name": "Dickinson, ND US",
"display_name": "Dickinson, ND, United States",
"parts": {
"city": "Dickinson",
"state": "ND",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US380003": {
"name": "Fargo, ND US",
"display_name": "Fargo, ND, United States",
"parts": {
"city": "Fargo",
"state": "ND",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US380004": {
"name": "Grand Forks, ND US",
"display_name": "Grand Forks, ND, United States",
"parts": {
"city": "Grand Forks",
"state": "ND",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US380005": {
"name": "Jamestown, ND US",
"display_name": "Jamestown, ND, United States",
"parts": {
"city": "Jamestown",
"state": "ND",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US380006": {
"name": "Minot, ND US",
"display_name": "Minot, ND, United States",
"parts": {
"city": "Minot",
"state": "ND",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US380007": {
"name": "Williston, ND US",
"display_name": "Williston, ND, United States",
"parts": {
"city": "Williston",
"state": "ND",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390001": {
"name": "Akron, OH US",
"display_name": "Akron, OH, United States",
"parts": {
"city": "Akron",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390002": {
"name": "Ashland, OH US",
"display_name": "Ashland, OH, United States",
"parts": {
"city": "Ashland",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390003": {
"name": "Ashtabula, OH US",
"display_name": "Ashtabula, OH, United States",
"parts": {
"city": "Ashtabula",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390004": {
"name": "Athens, OH US",
"display_name": "Athens, OH, United States",
"parts": {
"city": "Athens",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390005": {
"name": "Bowling Green, OH US",
"display_name": "Bowling Green, OH, United States",
"parts": {
"city": "Bowling Green",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390006": {
"name": "Cambridge, OH US",
"display_name": "Cambridge, OH, United States",
"parts": {
"city": "Cambridge",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390007": {
"name": "Canton, OH US",
"display_name": "Canton, OH, United States",
"parts": {
"city": "Canton",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390008": {
"name": "Chillicothe, OH US",
"display_name": "Chillicothe, OH, United States",
"parts": {
"city": "Chillicothe",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390009": {
"name": "Cincinnati, OH US",
"display_name": "Cincinnati, OH, United States",
"parts": {
"city": "Cincinnati",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390010": {
"name": "Cleveland, OH US",
"display_name": "Cleveland, OH, United States",
"parts": {
"city": "Cleveland",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390011": {
"name": "Columbus, OH US",
"display_name": "Columbus, OH, United States",
"parts": {
"city": "Columbus",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390012": {
"name": "Dayton, OH US",
"display_name": "Dayton, OH, United States",
"parts": {
"city": "Dayton",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390013": {
"name": "Defiance, OH US",
"display_name": "Defiance, OH, United States",
"parts": {
"city": "Defiance",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390014": {
"name": "Delaware, OH US",
"display_name": "Delaware, OH, United States",
"parts": {
"city": "Delaware",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390015": {
"name": "Lima, OH US",
"display_name": "Lima, OH, United States",
"parts": {
"city": "Lima",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390016": {
"name": "Mansfield, OH US",
"display_name": "Mansfield, OH, United States",
"parts": {
"city": "Mansfield",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390017": {
"name": "Marion, OH US",
"display_name": "Marion, OH, United States",
"parts": {
"city": "Marion",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390018": {
"name": "Mentor, OH US",
"display_name": "Mentor, OH, United States",
"parts": {
"city": "Mentor",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390019": {
"name": "New Philadelphia, OH US",
"display_name": "New Philadelphia, OH, United States",
"parts": {
"city": "New Philadelphia",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390020": {
"name": "Newark, OH US",
"display_name": "Newark, OH, United States",
"parts": {
"city": "Newark",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390021": {
"name": "Portsmouth, OH US",
"display_name": "Portsmouth, OH, United States",
"parts": {
"city": "Portsmouth",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390022": {
"name": "Salem, OH US",
"display_name": "Salem, OH, United States",
"parts": {
"city": "Salem",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390023": {
"name": "Sandusky, OH US",
"display_name": "Sandusky, OH, United States",
"parts": {
"city": "Sandusky",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390024": {
"name": "Steubenville, OH US",
"display_name": "Steubenville, OH, United States",
"parts": {
"city": "Steubenville",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390025": {
"name": "Toledo, OH US",
"display_name": "Toledo, OH, United States",
"parts": {
"city": "Toledo",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390026": {
"name": "Urbana, OH US",
"display_name": "Urbana, OH, United States",
"parts": {
"city": "Urbana",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390027": {
"name": "Wooster, OH US",
"display_name": "Wooster, OH, United States",
"parts": {
"city": "Wooster",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390028": {
"name": "Youngstown, OH US",
"display_name": "Youngstown, OH, United States",
"parts": {
"city": "Youngstown",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US390029": {
"name": "Zanesville, OH US",
"display_name": "Zanesville, OH, United States",
"parts": {
"city": "Zanesville",
"state": "OH",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400001": {
"name": "Ada, OK US",
"display_name": "Ada, OK, United States",
"parts": {
"city": "Ada",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400002": {
"name": "Altus, OK US",
"display_name": "Altus, OK, United States",
"parts": {
"city": "Altus",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400003": {
"name": "Ardmore, OK US",
"display_name": "Ardmore, OK, United States",
"parts": {
"city": "Ardmore",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400004": {
"name": "Bartlesville, OK US",
"display_name": "Bartlesville, OK, United States",
"parts": {
"city": "Bartlesville",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400005": {
"name": "Chickasha, OK US",
"display_name": "Chickasha, OK, United States",
"parts": {
"city": "Chickasha",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400006": {
"name": "Durant, OK US",
"display_name": "Durant, OK, United States",
"parts": {
"city": "Durant",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400007": {
"name": "Elk City, OK US",
"display_name": "Elk City, OK, United States",
"parts": {
"city": "Elk City",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400008": {
"name": "Enid, OK US",
"display_name": "Enid, OK, United States",
"parts": {
"city": "Enid",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400009": {
"name": "Guymon, OK US",
"display_name": "Guymon, OK, United States",
"parts": {
"city": "Guymon",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400010": {
"name": "Lawton, OK US",
"display_name": "Lawton, OK, United States",
"parts": {
"city": "Lawton",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400011": {
"name": "McAlester, OK US",
"display_name": "McAlester, OK, United States",
"parts": {
"city": "McAlester",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400012": {
"name": "Muskogee, OK US",
"display_name": "Muskogee, OK, United States",
"parts": {
"city": "Muskogee",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400013": {
"name": "Oklahoma City, OK US",
"display_name": "Oklahoma City, OK, United States",
"parts": {
"city": "Oklahoma City",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400014": {
"name": "Okmulgee, OK US",
"display_name": "Okmulgee, OK, United States",
"parts": {
"city": "Okmulgee",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400015": {
"name": "Ponca City, OK US",
"display_name": "Ponca City, OK, United States",
"parts": {
"city": "Ponca City",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400016": {
"name": "Shawnee, OK US",
"display_name": "Shawnee, OK, United States",
"parts": {
"city": "Shawnee",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400017": {
"name": "Stillwater, OK US",
"display_name": "Stillwater, OK, United States",
"parts": {
"city": "Stillwater",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400018": {
"name": "Tahlequah, OK US",
"display_name": "Tahlequah, OK, United States",
"parts": {
"city": "Tahlequah",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400019": {
"name": "Tulsa, OK US",
"display_name": "Tulsa, OK, United States",
"parts": {
"city": "Tulsa",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US400020": {
"name": "Woodward, OK US",
"display_name": "Woodward, OK, United States",
"parts": {
"city": "Woodward",
"state": "OK",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410001": {
"name": "Bend, OR US",
"display_name": "Bend, OR, United States",
"parts": {
"city": "Bend",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410002": {
"name": "City of The Dalles, OR US",
"display_name": "City of The Dalles, OR, United States",
"parts": {
"city": "City of The Dalles",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410003": {
"name": "Coos Bay, OR US",
"display_name": "Coos Bay, OR, United States",
"parts": {
"city": "Coos Bay",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410004": {
"name": "Corvallis, OR US",
"display_name": "Corvallis, OR, United States",
"parts": {
"city": "Corvallis",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410005": {
"name": "Eugene, OR US",
"display_name": "Eugene, OR, United States",
"parts": {
"city": "Eugene",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410006": {
"name": "Grants Pass, OR US",
"display_name": "Grants Pass, OR, United States",
"parts": {
"city": "Grants Pass",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410007": {
"name": "Hermiston, OR US",
"display_name": "Hermiston, OR, United States",
"parts": {
"city": "Hermiston",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410008": {
"name": "Hillsboro, OR US",
"display_name": "Hillsboro, OR, United States",
"parts": {
"city": "Hillsboro",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410009": {
"name": "Klamath Falls, OR US",
"display_name": "Klamath Falls, OR, United States",
"parts": {
"city": "Klamath Falls",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410010": {
"name": "La Grande, OR US",
"display_name": "La Grande, OR, United States",
"parts": {
"city": "La Grande",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410011": {
"name": "Medford, OR US",
"display_name": "Medford, OR, United States",
"parts": {
"city": "Medford",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410012": {
"name": "Ontario, OR US",
"display_name": "Ontario, OR, United States",
"parts": {
"city": "Ontario",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410013": {
"name": "Pendleton, OR US",
"display_name": "Pendleton, OR, United States",
"parts": {
"city": "Pendleton",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410014": {
"name": "Portland, OR US",
"display_name": "Portland, OR, United States",
"parts": {
"city": "Portland",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410015": {
"name": "Roseburg, OR US",
"display_name": "Roseburg, OR, United States",
"parts": {
"city": "Roseburg",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410016": {
"name": "Salem, OR US",
"display_name": "Salem, OR, United States",
"parts": {
"city": "Salem",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US410017": {
"name": "St. Helens, OR US",
"display_name": "St. Helens, OR, United States",
"parts": {
"city": "St. Helens",
"state": "OR",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420001": {
"name": "Allentown, PA US",
"display_name": "Allentown, PA, United States",
"parts": {
"city": "Allentown",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420002": {
"name": "Altoona, PA US",
"display_name": "Altoona, PA, United States",
"parts": {
"city": "Altoona",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420003": {
"name": "Bethlehem, PA US",
"display_name": "Bethlehem, PA, United States",
"parts": {
"city": "Bethlehem",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420004": {
"name": "Bloomsburg, PA US",
"display_name": "Bloomsburg, PA, United States",
"parts": {
"city": "Bloomsburg",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420005": {
"name": "Chambersburg, PA US",
"display_name": "Chambersburg, PA, United States",
"parts": {
"city": "Chambersburg",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420006": {
"name": "Chester, PA US",
"display_name": "Chester, PA, United States",
"parts": {
"city": "Chester",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420007": {
"name": "Erie, PA US",
"display_name": "Erie, PA, United States",
"parts": {
"city": "Erie",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420008": {
"name": "Hanover, PA US",
"display_name": "Hanover, PA, United States",
"parts": {
"city": "Hanover",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420009": {
"name": "Harrisburg, PA US",
"display_name": "Harrisburg, PA, United States",
"parts": {
"city": "Harrisburg",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420010": {
"name": "Hazleton, PA US",
"display_name": "Hazleton, PA, United States",
"parts": {
"city": "Hazleton",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420011": {
"name": "Johnstown, PA US",
"display_name": "Johnstown, PA, United States",
"parts": {
"city": "Johnstown",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420012": {
"name": "Lancaster, PA US",
"display_name": "Lancaster, PA, United States",
"parts": {
"city": "Lancaster",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420013": {
"name": "Lebanon, PA US",
"display_name": "Lebanon, PA, United States",
"parts": {
"city": "Lebanon",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420014": {
"name": "Meadville, PA US",
"display_name": "Meadville, PA, United States",
"parts": {
"city": "Meadville",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420015": {
"name": "Philadelphia, PA US",
"display_name": "Philadelphia, PA, United States",
"parts": {
"city": "Philadelphia",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420016": {
"name": "Pittsburgh, PA US",
"display_name": "Pittsburgh, PA, United States",
"parts": {
"city": "Pittsburgh",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420017": {
"name": "Reading, PA US",
"display_name": "Reading, PA, United States",
"parts": {
"city": "Reading",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420018": {
"name": "Scranton, PA US",
"display_name": "Scranton, PA, United States",
"parts": {
"city": "Scranton",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420019": {
"name": "St. Marys, PA US",
"display_name": "St. Marys, PA, United States",
"parts": {
"city": "St. Marys",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420020": {
"name": "State College, PA US",
"display_name": "State College, PA, United States",
"parts": {
"city": "State College",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420021": {
"name": "Uniontown, PA US",
"display_name": "Uniontown, PA, United States",
"parts": {
"city": "Uniontown",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420022": {
"name": "Wilkes-Barre, PA US",
"display_name": "Wilkes-Barre, PA, United States",
"parts": {
"city": "Wilkes-Barre",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420023": {
"name": "Williamsport, PA US",
"display_name": "Williamsport, PA, United States",
"parts": {
"city": "Williamsport",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US420024": {
"name": "York, PA US",
"display_name": "York, PA, United States",
"parts": {
"city": "York",
"state": "PA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US440001": {
"name": "Newport, RI US",
"display_name": "Newport, RI, United States",
"parts": {
"city": "Newport",
"state": "RI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US440002": {
"name": "Providence, RI US",
"display_name": "Providence, RI, United States",
"parts": {
"city": "Providence",
"state": "RI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US440003": {
"name": "Westerly, RI US",
"display_name": "Westerly, RI, United States",
"parts": {
"city": "Westerly",
"state": "RI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450001": {
"name": "Charleston, SC US",
"display_name": "Charleston, SC, United States",
"parts": {
"city": "Charleston",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450002": {
"name": "Clemson, SC US",
"display_name": "Clemson, SC, United States",
"parts": {
"city": "Clemson",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450003": {
"name": "Columbia, SC US",
"display_name": "Columbia, SC, United States",
"parts": {
"city": "Columbia",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450004": {
"name": "Florence, SC US",
"display_name": "Florence, SC, United States",
"parts": {
"city": "Florence",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450005": {
"name": "Greenville, SC US",
"display_name": "Greenville, SC, United States",
"parts": {
"city": "Greenville",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450006": {
"name": "Greenwood, SC US",
"display_name": "Greenwood, SC, United States",
"parts": {
"city": "Greenwood",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450007": {
"name": "Hilton Head Island, SC US",
"display_name": "Hilton Head Island, SC, United States",
"parts": {
"city": "Hilton Head Island",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450008": {
"name": "Myrtle Beach, SC US",
"display_name": "Myrtle Beach, SC, United States",
"parts": {
"city": "Myrtle Beach",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450009": {
"name": "Orangeburg, SC US",
"display_name": "Orangeburg, SC, United States",
"parts": {
"city": "Orangeburg",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450010": {
"name": "Rock Hill, SC US",
"display_name": "Rock Hill, SC, United States",
"parts": {
"city": "Rock Hill",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450011": {
"name": "Spartanburg, SC US",
"display_name": "Spartanburg, SC, United States",
"parts": {
"city": "Spartanburg",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US450012": {
"name": "Sumter, SC US",
"display_name": "Sumter, SC, United States",
"parts": {
"city": "Sumter",
"state": "SC",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US460001": {
"name": "Aberdeen, SD US",
"display_name": "Aberdeen, SD, United States",
"parts": {
"city": "Aberdeen",
"state": "SD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US460002": {
"name": "Brookings, SD US",
"display_name": "Brookings, SD, United States",
"parts": {
"city": "Brookings",
"state": "SD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US460003": {
"name": "Huron, SD US",
"display_name": "Huron, SD, United States",
"parts": {
"city": "Huron",
"state": "SD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US460004": {
"name": "Mitchell, SD US",
"display_name": "Mitchell, SD, United States",
"parts": {
"city": "Mitchell",
"state": "SD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US460005": {
"name": "Pierre, SD US",
"display_name": "Pierre, SD, United States",
"parts": {
"city": "Pierre",
"state": "SD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US460006": {
"name": "Rapid City, SD US",
"display_name": "Rapid City, SD, United States",
"parts": {
"city": "Rapid City",
"state": "SD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US460007": {
"name": "Sioux Falls, SD US",
"display_name": "Sioux Falls, SD, United States",
"parts": {
"city": "Sioux Falls",
"state": "SD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US460008": {
"name": "Watertown, SD US",
"display_name": "Watertown, SD, United States",
"parts": {
"city": "Watertown",
"state": "SD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US460009": {
"name": "Yankton, SD US",
"display_name": "Yankton, SD, United States",
"parts": {
"city": "Yankton",
"state": "SD",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470001": {
"name": "Bristol, TN US",
"display_name": "Bristol, TN, United States",
"parts": {
"city": "Bristol",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470002": {
"name": "Chattanooga, TN US",
"display_name": "Chattanooga, TN, United States",
"parts": {
"city": "Chattanooga",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470003": {
"name": "Clarksville, TN US",
"display_name": "Clarksville, TN, United States",
"parts": {
"city": "Clarksville",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470004": {
"name": "Columbia, TN US",
"display_name": "Columbia, TN, United States",
"parts": {
"city": "Columbia",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470005": {
"name": "Cookeville, TN US",
"display_name": "Cookeville, TN, United States",
"parts": {
"city": "Cookeville",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470006": {
"name": "Dyersburg, TN US",
"display_name": "Dyersburg, TN, United States",
"parts": {
"city": "Dyersburg",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470007": {
"name": "Jackson, TN US",
"display_name": "Jackson, TN, United States",
"parts": {
"city": "Jackson",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470008": {
"name": "Johnson City, TN US",
"display_name": "Johnson City, TN, United States",
"parts": {
"city": "Johnson City",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470009": {
"name": "Kingsport, TN US",
"display_name": "Kingsport, TN, United States",
"parts": {
"city": "Kingsport",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470010": {
"name": "Knoxville, TN US",
"display_name": "Knoxville, TN, United States",
"parts": {
"city": "Knoxville",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470011": {
"name": "Lebanon, TN US",
"display_name": "Lebanon, TN, United States",
"parts": {
"city": "Lebanon",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470012": {
"name": "McMinnville, TN US",
"display_name": "McMinnville, TN, United States",
"parts": {
"city": "McMinnville",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470013": {
"name": "Memphis, TN US",
"display_name": "Memphis, TN, United States",
"parts": {
"city": "Memphis",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470014": {
"name": "Morristown, TN US",
"display_name": "Morristown, TN, United States",
"parts": {
"city": "Morristown",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470015": {
"name": "Murfreesboro, TN US",
"display_name": "Murfreesboro, TN, United States",
"parts": {
"city": "Murfreesboro",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470016": {
"name": "Nashville, TN US",
"display_name": "Nashville, TN, United States",
"parts": {
"city": "Nashville",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US470017": {
"name": "Union City, TN US",
"display_name": "Union City, TN, United States",
"parts": {
"city": "Union City",
"state": "TN",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480001": {
"name": "Abilene, TX US",
"display_name": "Abilene, TX, United States",
"parts": {
"city": "Abilene",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480002": {
"name": "Amarillo, TX US",
"display_name": "Amarillo, TX, United States",
"parts": {
"city": "Amarillo",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480003": {
"name": "Arlington, TX US",
"display_name": "Arlington, TX, United States",
"parts": {
"city": "Arlington",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480004": {
"name": "Athens, TX US",
"display_name": "Athens, TX, United States",
"parts": {
"city": "Athens",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480005": {
"name": "Austin, TX US",
"display_name": "Austin, TX, United States",
"parts": {
"city": "Austin",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480006": {
"name": "Bay City, TX US",
"display_name": "Bay City, TX, United States",
"parts": {
"city": "Bay City",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480007": {
"name": "Beaumont, TX US",
"display_name": "Beaumont, TX, United States",
"parts": {
"city": "Beaumont",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480008": {
"name": "Beeville, TX US",
"display_name": "Beeville, TX, United States",
"parts": {
"city": "Beeville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480009": {
"name": "Brenham, TX US",
"display_name": "Brenham, TX, United States",
"parts": {
"city": "Brenham",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480010": {
"name": "Brownsville, TX US",
"display_name": "Brownsville, TX, United States",
"parts": {
"city": "Brownsville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480011": {
"name": "Bryan, TX US",
"display_name": "Bryan, TX, United States",
"parts": {
"city": "Bryan",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480012": {
"name": "College Station, TX US",
"display_name": "College Station, TX, United States",
"parts": {
"city": "College Station",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480013": {
"name": "Conroe, TX US",
"display_name": "Conroe, TX, United States",
"parts": {
"city": "Conroe",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480014": {
"name": "Corpus Christi, TX US",
"display_name": "Corpus Christi, TX, United States",
"parts": {
"city": "Corpus Christi",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480015": {
"name": "Corsicana, TX US",
"display_name": "Corsicana, TX, United States",
"parts": {
"city": "Corsicana",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480016": {
"name": "Dallas, TX US",
"display_name": "Dallas, TX, United States",
"parts": {
"city": "Dallas",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480017": {
"name": "Del Rio, TX US",
"display_name": "Del Rio, TX, United States",
"parts": {
"city": "Del Rio",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480018": {
"name": "Denton, TX US",
"display_name": "Denton, TX, United States",
"parts": {
"city": "Denton",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480019": {
"name": "Eagle Pass, TX US",
"display_name": "Eagle Pass, TX, United States",
"parts": {
"city": "Eagle Pass",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480020": {
"name": "El Campo, TX US",
"display_name": "El Campo, TX, United States",
"parts": {
"city": "El Campo",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480021": {
"name": "El Paso, TX US",
"display_name": "El Paso, TX, United States",
"parts": {
"city": "El Paso",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480022": {
"name": "Fort Hood, TX US",
"display_name": "Fort Hood, TX, United States",
"parts": {
"city": "Fort Hood",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480023": {
"name": "Fort Worth, TX US",
"display_name": "Fort Worth, TX, United States",
"parts": {
"city": "Fort Worth",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480024": {
"name": "Freeport, TX US",
"display_name": "Freeport, TX, United States",
"parts": {
"city": "Freeport",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480025": {
"name": "Gainesville, TX US",
"display_name": "Gainesville, TX, United States",
"parts": {
"city": "Gainesville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480026": {
"name": "Galveston, TX US",
"display_name": "Galveston, TX, United States",
"parts": {
"city": "Galveston",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480027": {
"name": "Gatesville, TX US",
"display_name": "Gatesville, TX, United States",
"parts": {
"city": "Gatesville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480028": {
"name": "Greenville, TX US",
"display_name": "Greenville, TX, United States",
"parts": {
"city": "Greenville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480029": {
"name": "Harlingen, TX US",
"display_name": "Harlingen, TX, United States",
"parts": {
"city": "Harlingen",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480030": {
"name": "Henderson, TX US",
"display_name": "Henderson, TX, United States",
"parts": {
"city": "Henderson",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480031": {
"name": "Houston, TX US",
"display_name": "Houston, TX, United States",
"parts": {
"city": "Houston",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480032": {
"name": "Huntsville, TX US",
"display_name": "Huntsville, TX, United States",
"parts": {
"city": "Huntsville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480033": {
"name": "Irving, TX US",
"display_name": "Irving, TX, United States",
"parts": {
"city": "Irving",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480034": {
"name": "Jacksonville, TX US",
"display_name": "Jacksonville, TX, United States",
"parts": {
"city": "Jacksonville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480035": {
"name": "Katy, TX US",
"display_name": "Katy, TX, United States",
"parts": {
"city": "Katy",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480036": {
"name": "Kerrville, TX US",
"display_name": "Kerrville, TX, United States",
"parts": {
"city": "Kerrville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480037": {
"name": "Killeen, TX US",
"display_name": "Killeen, TX, United States",
"parts": {
"city": "Killeen",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480038": {
"name": "Kingsville, TX US",
"display_name": "Kingsville, TX, United States",
"parts": {
"city": "Kingsville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480039": {
"name": "Lake Jackson, TX US",
"display_name": "Lake Jackson, TX, United States",
"parts": {
"city": "Lake Jackson",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480040": {
"name": "Laredo, TX US",
"display_name": "Laredo, TX, United States",
"parts": {
"city": "Laredo",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480041": {
"name": "Longview, TX US",
"display_name": "Longview, TX, United States",
"parts": {
"city": "Longview",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480042": {
"name": "Lubbock, TX US",
"display_name": "Lubbock, TX, United States",
"parts": {
"city": "Lubbock",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480043": {
"name": "Lufkin, TX US",
"display_name": "Lufkin, TX, United States",
"parts": {
"city": "Lufkin",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480044": {
"name": "McAllen, TX US",
"display_name": "McAllen, TX, United States",
"parts": {
"city": "McAllen",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480045": {
"name": "Midland, TX US",
"display_name": "Midland, TX, United States",
"parts": {
"city": "Midland",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480046": {
"name": "Mineral Wells, TX US",
"display_name": "Mineral Wells, TX, United States",
"parts": {
"city": "Mineral Wells",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480047": {
"name": "Mount Pleasant, TX US",
"display_name": "Mount Pleasant, TX, United States",
"parts": {
"city": "Mount Pleasant",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480048": {
"name": "Nacogdoches, TX US",
"display_name": "Nacogdoches, TX, United States",
"parts": {
"city": "Nacogdoches",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480049": {
"name": "New Braunfels, TX US",
"display_name": "New Braunfels, TX, United States",
"parts": {
"city": "New Braunfels",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480050": {
"name": "Odessa, TX US",
"display_name": "Odessa, TX, United States",
"parts": {
"city": "Odessa",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480051": {
"name": "Palestine, TX US",
"display_name": "Palestine, TX, United States",
"parts": {
"city": "Palestine",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480052": {
"name": "Paris, TX US",
"display_name": "Paris, TX, United States",
"parts": {
"city": "Paris",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480053": {
"name": "Plano, TX US",
"display_name": "Plano, TX, United States",
"parts": {
"city": "Plano",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480054": {
"name": "Port Arthur, TX US",
"display_name": "Port Arthur, TX, United States",
"parts": {
"city": "Port Arthur",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480055": {
"name": "Rio Grande City, TX US",
"display_name": "Rio Grande City, TX, United States",
"parts": {
"city": "Rio Grande City",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480056": {
"name": "Round Rock, TX US",
"display_name": "Round Rock, TX, United States",
"parts": {
"city": "Round Rock",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480057": {
"name": "San Antonio, TX US",
"display_name": "San Antonio, TX, United States",
"parts": {
"city": "San Antonio",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480058": {
"name": "San Marcos, TX US",
"display_name": "San Marcos, TX, United States",
"parts": {
"city": "San Marcos",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480059": {
"name": "Sherman, TX US",
"display_name": "Sherman, TX, United States",
"parts": {
"city": "Sherman",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480060": {
"name": "Stephenville, TX US",
"display_name": "Stephenville, TX, United States",
"parts": {
"city": "Stephenville",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480061": {
"name": "Sulphur Springs, TX US",
"display_name": "Sulphur Springs, TX, United States",
"parts": {
"city": "Sulphur Springs",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480062": {
"name": "Texarkana, TX US",
"display_name": "Texarkana, TX, United States",
"parts": {
"city": "Texarkana",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480063": {
"name": "The Woodlands, TX US",
"display_name": "The Woodlands, TX, United States",
"parts": {
"city": "The Woodlands",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480064": {
"name": "Tyler, TX US",
"display_name": "Tyler, TX, United States",
"parts": {
"city": "Tyler",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480065": {
"name": "Uvalde, TX US",
"display_name": "Uvalde, TX, United States",
"parts": {
"city": "Uvalde",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480066": {
"name": "Vernon, TX US",
"display_name": "Vernon, TX, United States",
"parts": {
"city": "Vernon",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480067": {
"name": "Victoria, TX US",
"display_name": "Victoria, TX, United States",
"parts": {
"city": "Victoria",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480068": {
"name": "Waco, TX US",
"display_name": "Waco, TX, United States",
"parts": {
"city": "Waco",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480069": {
"name": "Waxahachie, TX US",
"display_name": "Waxahachie, TX, United States",
"parts": {
"city": "Waxahachie",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US480070": {
"name": "Wichita Falls, TX US",
"display_name": "Wichita Falls, TX, United States",
"parts": {
"city": "Wichita Falls",
"state": "TX",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US490001": {
"name": "Brigham City, UT US",
"display_name": "Brigham City, UT, United States",
"parts": {
"city": "Brigham City",
"state": "UT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US490002": {
"name": "Cedar City, UT US",
"display_name": "Cedar City, UT, United States",
"parts": {
"city": "Cedar City",
"state": "UT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US490003": {
"name": "Logan, UT US",
"display_name": "Logan, UT, United States",
"parts": {
"city": "Logan",
"state": "UT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US490004": {
"name": "Ogden, UT US",
"display_name": "Ogden, UT, United States",
"parts": {
"city": "Ogden",
"state": "UT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US490005": {
"name": "Provo, UT US",
"display_name": "Provo, UT, United States",
"parts": {
"city": "Provo",
"state": "UT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US490006": {
"name": "Salt Lake City, UT US",
"display_name": "Salt Lake City, UT, United States",
"parts": {
"city": "Salt Lake City",
"state": "UT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US490007": {
"name": "St. George, UT US",
"display_name": "St. George, UT, United States",
"parts": {
"city": "St. George",
"state": "UT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US500001": {
"name": "Burlington, VT US",
"display_name": "Burlington, VT, United States",
"parts": {
"city": "Burlington",
"state": "VT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US500002": {
"name": "Montpelier, VT US",
"display_name": "Montpelier, VT, United States",
"parts": {
"city": "Montpelier",
"state": "VT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US500003": {
"name": "Rutland, VT US",
"display_name": "Rutland, VT, United States",
"parts": {
"city": "Rutland",
"state": "VT",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510001": {
"name": "Alexandria, VA US",
"display_name": "Alexandria, VA, United States",
"parts": {
"city": "Alexandria",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510002": {
"name": "Arlington, VA US",
"display_name": "Arlington, VA, United States",
"parts": {
"city": "Arlington",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510003": {
"name": "Blacksburg, VA US",
"display_name": "Blacksburg, VA, United States",
"parts": {
"city": "Blacksburg",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510004": {
"name": "Centreville, VA US",
"display_name": "Centreville, VA, United States",
"parts": {
"city": "Centreville",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510005": {
"name": "Charlottesville, VA US",
"display_name": "Charlottesville, VA, United States",
"parts": {
"city": "Charlottesville",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510006": {
"name": "Chesapeake, VA US",
"display_name": "Chesapeake, VA, United States",
"parts": {
"city": "Chesapeake",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510007": {
"name": "Danville, VA US",
"display_name": "Danville, VA, United States",
"parts": {
"city": "Danville",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510008": {
"name": "Fredericksburg, VA US",
"display_name": "Fredericksburg, VA, United States",
"parts": {
"city": "Fredericksburg",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510009": {
"name": "Hampton, VA US",
"display_name": "Hampton, VA, United States",
"parts": {
"city": "Hampton",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510010": {
"name": "Harrisonburg, VA US",
"display_name": "Harrisonburg, VA, United States",
"parts": {
"city": "Harrisonburg",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510011": {
"name": "Leesburg, VA US",
"display_name": "Leesburg, VA, United States",
"parts": {
"city": "Leesburg",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510012": {
"name": "Lynchburg, VA US",
"display_name": "Lynchburg, VA, United States",
"parts": {
"city": "Lynchburg",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510013": {
"name": "Newport News, VA US",
"display_name": "Newport News, VA, United States",
"parts": {
"city": "Newport News",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510014": {
"name": "Norfolk, VA US",
"display_name": "Norfolk, VA, United States",
"parts": {
"city": "Norfolk",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510015": {
"name": "Richmond, VA US",
"display_name": "Richmond, VA, United States",
"parts": {
"city": "Richmond",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510016": {
"name": "Roanoke, VA US",
"display_name": "Roanoke, VA, United States",
"parts": {
"city": "Roanoke",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510017": {
"name": "Virginia Beach, VA US",
"display_name": "Virginia Beach, VA, United States",
"parts": {
"city": "Virginia Beach",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US510018": {
"name": "Winchester, VA US",
"display_name": "Winchester, VA, United States",
"parts": {
"city": "Winchester",
"state": "VA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530001": {
"name": "Aberdeen, WA US",
"display_name": "Aberdeen, WA, United States",
"parts": {
"city": "Aberdeen",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530002": {
"name": "Anacortes, WA US",
"display_name": "Anacortes, WA, United States",
"parts": {
"city": "Anacortes",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530003": {
"name": "Bellevue, WA US",
"display_name": "Bellevue, WA, United States",
"parts": {
"city": "Bellevue",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530004": {
"name": "Bellingham, WA US",
"display_name": "Bellingham, WA, United States",
"parts": {
"city": "Bellingham",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530005": {
"name": "Bremerton, WA US",
"display_name": "Bremerton, WA, United States",
"parts": {
"city": "Bremerton",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530006": {
"name": "Centralia, WA US",
"display_name": "Centralia, WA, United States",
"parts": {
"city": "Centralia",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530007": {
"name": "Ellensburg, WA US",
"display_name": "Ellensburg, WA, United States",
"parts": {
"city": "Ellensburg",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530008": {
"name": "Everett, WA US",
"display_name": "Everett, WA, United States",
"parts": {
"city": "Everett",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530009": {
"name": "Federal Way, WA US",
"display_name": "Federal Way, WA, United States",
"parts": {
"city": "Federal Way",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530010": {
"name": "Kennewick, WA US",
"display_name": "Kennewick, WA, United States",
"parts": {
"city": "Kennewick",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530011": {
"name": "Moses Lake, WA US",
"display_name": "Moses Lake, WA, United States",
"parts": {
"city": "Moses Lake",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530012": {
"name": "Mount Vernon, WA US",
"display_name": "Mount Vernon, WA, United States",
"parts": {
"city": "Mount Vernon",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530013": {
"name": "Oak Harbor, WA US",
"display_name": "Oak Harbor, WA, United States",
"parts": {
"city": "Oak Harbor",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530014": {
"name": "Olympia, WA US",
"display_name": "Olympia, WA, United States",
"parts": {
"city": "Olympia",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530015": {
"name": "Port Angeles, WA US",
"display_name": "Port Angeles, WA, United States",
"parts": {
"city": "Port Angeles",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530016": {
"name": "Pullman, WA US",
"display_name": "Pullman, WA, United States",
"parts": {
"city": "Pullman",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530017": {
"name": "Redmond, WA US",
"display_name": "Redmond, WA, United States",
"parts": {
"city": "Redmond",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530018": {
"name": "Seattle, WA US",
"display_name": "Seattle, WA, United States",
"parts": {
"city": "Seattle",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530019": {
"name": "Spokane, WA US",
"display_name": "Spokane, WA, United States",
"parts": {
"city": "Spokane",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530020": {
"name": "Sunnyside, WA US",
"display_name": "Sunnyside, WA, United States",
"parts": {
"city": "Sunnyside",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530021": {
"name": "Tacoma, WA US",
"display_name": "Tacoma, WA, United States",
"parts": {
"city": "Tacoma",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530022": {
"name": "Vancouver, WA US",
"display_name": "Vancouver, WA, United States",
"parts": {
"city": "Vancouver",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530023": {
"name": "Walla Walla, WA US",
"display_name": "Walla Walla, WA, United States",
"parts": {
"city": "Walla Walla",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530024": {
"name": "Wenatchee, WA US",
"display_name": "Wenatchee, WA, United States",
"parts": {
"city": "Wenatchee",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US530025": {
"name": "Yakima, WA US",
"display_name": "Yakima, WA, United States",
"parts": {
"city": "Yakima",
"state": "WA",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US540001": {
"name": "Beckley, WV US",
"display_name": "Beckley, WV, United States",
"parts": {
"city": "Beckley",
"state": "WV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US540002": {
"name": "Bluefield, WV US",
"display_name": "Bluefield, WV, United States",
"parts": {
"city": "Bluefield",
"state": "WV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US540003": {
"name": "Charleston, WV US",
"display_name": "Charleston, WV, United States",
"parts": {
"city": "Charleston",
"state": "WV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US540004": {
"name": "Fairmont, WV US",
"display_name": "Fairmont, WV, United States",
"parts": {
"city": "Fairmont",
"state": "WV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US540005": {
"name": "Huntington, WV US",
"display_name": "Huntington, WV, United States",
"parts": {
"city": "Huntington",
"state": "WV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US540006": {
"name": "Martinsburg, WV US",
"display_name": "Martinsburg, WV, United States",
"parts": {
"city": "Martinsburg",
"state": "WV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US540007": {
"name": "Morgantown, WV US",
"display_name": "Morgantown, WV, United States",
"parts": {
"city": "Morgantown",
"state": "WV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US540008": {
"name": "Parkersburg, WV US",
"display_name": "Parkersburg, WV, United States",
"parts": {
"city": "Parkersburg",
"state": "WV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US540009": {
"name": "Wheeling, WV US",
"display_name": "Wheeling, WV, United States",
"parts": {
"city": "Wheeling",
"state": "WV",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US550001": {
"name": "Eau Claire, WI US",
"display_name": "Eau Claire, WI, United States",
"parts": {
"city": "Eau Claire",
"state": "WI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US550002": {
"name": "Green Bay, WI US",
"display_name": "Green Bay, WI, United States",
"parts": {
"city": "Green Bay",
"state": "WI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US550003": {
"name": "Janesville, WI US",
"display_name": "Janesville, WI, United States",
"parts": {
"city": "Janesville",
"state": "WI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US550004": {
"name": "Kenosha, WI US",
"display_name": "Kenosha, WI, United States",
"parts": {
"city": "Kenosha",
"state": "WI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US550005": {
"name": "La Crosse, WI US",
"display_name": "La Crosse, WI, United States",
"parts": {
"city": "La Crosse",
"state": "WI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US550006": {
"name": "Madison, WI US",
"display_name": "Madison, WI, United States",
"parts": {
"city": "Madison",
"state": "WI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US550007": {
"name": "Manitowoc, WI US",
"display_name": "Manitowoc, WI, United States",
"parts": {
"city": "Manitowoc",
"state": "WI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US550008": {
"name": "Marinette, WI US",
"display_name": "Marinette, WI, United States",
"parts": {
"city": "Marinette",
"state": "WI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
},
"CITY:US550009": {
"name": "Milwaukee, WI US",
"display_name": "Milwaukee, WI, United States",
"parts": {
"city": "Milwaukee",
"state": "WI",
"country": "United States",
"country_iso3": "USA",
"country_iso": "US",
"country_fips": "US"
}
}
}
{
"GHCND": "Daily Summaries",
"GSOM": "Global Summary of the Month",
"GSOY": "Global Summary of the Year",
"NEXRAD2": "Weather Radar (Level II)",
"NEXRAD3": "Weather Radar (Level III)",
"NORMAL_ANN": "Normals Annual\/Seasonal",
"NORMAL_DLY": "Normals Daily",
"NORMAL_HLY": "Normals Hourly",
"NORMAL_MLY": "Normals Monthly",
"PRECIP_15": "Precipitation 15 Minute",
"PRECIP_HLY": "Precipitation Hourly",
"ANN-TMIN-PRBFST-T28FP70": "70% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP80": "80% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP90": "90% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP10": "10% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP20": "20% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP30": "30% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP40": "40% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP50": "50% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP60": "60% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP70": "70% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP80": "80% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP90": "90% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP10": "10% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP20": "20% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP30": "30% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP40": "40% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP50": "50% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP60": "60% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP70": "70% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP80": "80% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP90": "90% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBGSL-T16FP10": "10% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP20": "20% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP30": "30% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP40": "40% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP50": "50% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP60": "60% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP70": "70% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP80": "80% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP90": "90% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP10": "10% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP20": "20% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP30": "30% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP40": "40% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP50": "50% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP60": "60% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP70": "70% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP80": "80% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP90": "90% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP10": "10% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP20": "20% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP30": "30% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP40": "40% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP50": "50% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP60": "60% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP70": "70% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP80": "80% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP90": "90% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP10": "10% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP20": "20% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP30": "30% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP40": "40% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP50": "50% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP60": "60% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP70": "70% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP80": "80% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP90": "90% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP10": "10% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP20": "20% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP30": "30% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP40": "40% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP50": "50% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP60": "60% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP70": "70% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP80": "80% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP90": "90% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP10": "10% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP20": "20% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP30": "30% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP40": "40% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP50": "50% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP60": "60% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP70": "70% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP80": "80% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP90": "90% probability of 36F growing season length or longer",
"ANN-TMIN-PRBLST-T16FP10": "10% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP20": "20% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP30": "30% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP40": "40% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP50": "50% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP60": "60% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP70": "70% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP80": "80% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP90": "90% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T20FP10": "10% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP20": "20% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP30": "30% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP40": "40% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP50": "50% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP60": "60% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP70": "70% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP80": "80% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP90": "90% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T24FP10": "10% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP20": "20% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP30": "30% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP40": "40% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP50": "50% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP60": "60% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP70": "70% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP80": "80% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP90": "90% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T28FP10": "10% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP20": "20% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP30": "30% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP40": "40% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP50": "50% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP60": "60% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP70": "70% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP80": "80% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP90": "90% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T32FP10": "10% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP20": "20% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP30": "30% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP40": "40% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP50": "50% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP60": "60% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP70": "70% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP80": "80% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP90": "90% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T36FP10": "10% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP20": "20% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP30": "30% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP40": "40% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP50": "50% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP60": "60% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP70": "70% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP80": "80% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP90": "90% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBOCC-LSTH016": "probability of 16F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH020": "probability of 20F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH024": "probability of 24F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH028": "probability of 28F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH032": "probability of 32F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH036": "probability of 36F or below at least once in the year",
"AWND": "Average wind speed",
"CDSD": "Cooling Degree Days Season to Date",
"CLDD": "Cooling Degree Days",
"DAA": "Digital Accumulation Array(One Hour Precipitation total (256 levels) with Dual Pol. algorithm)",
"DAEV": "Number of days included in the multiday evaporation total (MDEV)",
"DAPR": "Number of days included in the multiday precipitation total (MDPR)",
"DASF": "Number of days included in the multiday snow fall total (MDSF) ",
"DATN": "Number of days included in the multiday minimum temperature (MDTN)",
"DATX": "Number of days included in the multiday maximum temperature (MDTX)",
"DAWM": "Number of days included in the multiday wind movement (MDWM)",
"DHR": "Digital Hybrid Scan Reflectivity",
"DJF-CLDD-BASE45": "Long-term averages of winter cooling degree days with base 45F",
"DJF-CLDD-BASE50": "Long-term averages of winter cooling degree days with base 50F",
"DJF-CLDD-BASE55": "Long-term averages of winter cooling degree days with base 55F",
"DJF-CLDD-BASE57": "Long-term averages of winter cooling degree days with base 57F",
"DJF-CLDD-BASE60": "Long-term averages of winter cooling degree days with base 60F",
"DJF-CLDD-BASE70": "Long-term averages of winter cooling degree days with base 70F",
"DJF-CLDD-BASE72": "Long-term averages of winter cooling degree days with base 72F",
"DJF-CLDD-NORMAL": "Long-term averages of winter cooling degree days with base 65F",
"DJF-DUTR-NORMAL": "Long-term averages of winter diurnal temperature range",
"DJF-GRDD-BASE40": "Long-term averages of winter growing degree days with base 40F",
"DJF-GRDD-BASE45": "Long-term averages of winter growing degree days with base 45F",
"DJF-GRDD-BASE50": "Long-term averages of winter growing degree days with base 50F",
"DJF-GRDD-BASE55": "Long-term averages of winter growing degree days with base 55F",
"DJF-GRDD-BASE57": "Long-term averages of winter growing degree days with base 57F",
"DJF-GRDD-BASE60": "Long-term averages of winter growing degree days with base 60F",
"DJF-GRDD-BASE65": "Long-term averages of winter growing degree days with base 65F",
"DJF-GRDD-BASE70": "Long-term averages of winter growing degree days with base 70F",
"DJF-GRDD-BASE72": "Long-term averages of winter growing degree days with base 72F",
"DJF-GRDD-TB4886": "Long-term averages of winter growing degree days with truncated bases 48F and 86F",
"DJF-GRDD-TB5086": "Long-term averages of winter growing degree days with truncated bases 50F and 86F",
"DJF-HTDD-BASE40": "Long-term averages of winter heating degree days with base 40F",
"DJF-HTDD-BASE45": "Long-term averages of winter heating degree days with base 45F",
"DJF-HTDD-BASE50": "Long-term averages of winter heating degree days with base 50F",
"DJF-HTDD-BASE55": "Long-term averages of winter heating degree days with base 55F",
"DJF-HTDD-BASE57": "Long-term averages of winter heating degree days with base 57F",
"DJF-HTDD-BASE60": "Long-term averages of winter heating degree days with base 60F",
"DJF-HTDD-NORMAL": "Long-term averages of winter heating degree days with base 65F",
"DJF-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days during December-February with precipitation \u003E= 0.01 inches",
"DJF-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days during December-February with precipitation \u003E= 0.10 inches",
"DJF-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days during December-February with precipitation \u003E= 0.50 inches",
"DJF-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days during December-February with precipitation \u003E= 1.00 inches",
"DJF-PRCP-NORMAL": "Long-term averages of seasonal precipitation totals forDecember-February",
"DJF-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days during December-February with snowfall \u003E= 0.1 inches",
"DJF-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days during December-February with snowfall \u003E= 1.0 inches",
"DJF-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days during December-February with snowfall \u003E= 3.0 inches",
"DJF-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days during December-February with snowfall \u003E= 5.0 inches",
"DJF-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days during December-February with snowfall \u003E= 10.0 inches",
"DJF-SNOW-NORMAL": "Long-term averages of seasonal snowfall totals for December-February",
"DJF-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days during December-February with snow depth \u003E= 1 inch",
"DJF-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days during December-February with snow depth \u003E= 3 inches",
"DJF-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days during December-February with snow depth \u003E= 5 inches",
"DJF-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days during December-February with snow depth \u003E= 10 inches",
"DJF-TAVG-NORMAL": "Long-term averages of winter average temperature",
"DJF-TMAX-AVGNDS-GRTH040": "Long-term average number of days per winter where tmax is greater than or equal to 40F",
"DJF-TMAX-AVGNDS-GRTH050": "Long-term average number of days per winter where tmax is greater than or equal to 50F",
"DJF-TMAX-AVGNDS-GRTH060": "Long-term average number of days per winter where tmax is greater than or equal to 60F",
"DJF-TMAX-AVGNDS-GRTH070": "Long-term average number of days per winter where tmax is greater than or equal to 70F",
"DJF-TMAX-AVGNDS-GRTH080": "Long-term average number of days per winter where tmax is greater than or equal to 80F",
"DJF-TMAX-AVGNDS-GRTH090": "Long-term average number of days per winter where tmax is greater than or equal to 90F",
"DJF-TMAX-AVGNDS-GRTH100": "Long-term average number of days per winter where tmax is greater than or equal to 100F",
"DJF-TMAX-AVGNDS-LSTH032": "Long-term average number of days per winter where tmax is less than or equal to 32F",
"DJF-TMAX-NORMAL": "Long-term averages of winter maximum temperature",
"DJF-TMIN-AVGNDS-LSTH000": "Long-term average number of days per winter where tmin is less than or equal to 0F",
"DJF-TMIN-AVGNDS-LSTH010": "Long-term average number of days per winter where tmin is less than or equal to 10F",
"DJF-TMIN-AVGNDS-LSTH020": "Long-term average number of days per winter where tmin is less than or equal to 20F",
"DJF-TMIN-AVGNDS-LSTH032": "Long-term average number of days per winter where tmin is less than or equal to 32F",
"DJF-TMIN-AVGNDS-LSTH040": "Long-term average number of days per winter where tmin is less than or equal to 40F",
"DJF-TMIN-AVGNDS-LSTH050": "Long-term average number of days per winter where tmin is less than or equal to 50F",
"DJF-TMIN-AVGNDS-LSTH060": "Long-term average number of days per winter where tmin is less than or equal to 60F",
"DJF-TMIN-AVGNDS-LSTH070": "Long-term average number of days per winter where tmin is less than or equal to 70F",
"DJF-TMIN-NORMAL": "Long-term averages of winter minimum temperature",
"DLY-CLDD-BASE45": "Long-term averages of daily cooling degree days with base 45F",
"DLY-CLDD-BASE50": "Long-term averages of daily cooling degree days with base 50F",
"DLY-CLDD-BASE55": "Long-term averages of daily cooling degree days with base 55F",
"DLY-CLDD-BASE57": "Long-term averages of daily cooling degree days with base 57F",
"DLY-CLDD-BASE60": "Long-term averages of daily cooling degree days with base 60F",
"DLY-CLDD-BASE70": "Long-term averages of daily cooling degree days with base 70F",
"DLY-CLDD-BASE72": "Long-term averages of daily cooling degree days with base 72F",
"DLY-CLDD-NORMAL": "Long-term averages of daily cooling degree days with base 65F",
"DLY-DUTR-NORMAL": "Long-term averages of daily diurnal temperature range",
"DLY-DUTR-STDDEV": "Long-term standard deviations of daily diurnal temperature range",
"DLY-GRDD-BASE40": "Long-term averages of daily growing degree days with base 40F",
"DLY-GRDD-BASE45": "Long-term averages of daily growing degree days with base 45F",
"DLY-GRDD-BASE50": "Long-term averages of daily growing degree days with base 50F",
"DLY-GRDD-BASE55": "Long-term averages of daily growing degree days with base 55F",
"DLY-GRDD-BASE57": "Long-term averages of daily growing degree days with base 57F",
"DLY-GRDD-BASE60": "Long-term averages of daily growing degree days with base 60F",
"DLY-GRDD-BASE65": "Long-term averages of daily growing degree days with base 65F",
"DLY-GRDD-BASE70": "Long-term averages of daily growing degree days with base 70F",
"DLY-GRDD-BASE72": "Long-term averages of daily growing degree days with base 72F",
"DLY-GRDD-TB4886": "Long-term averages of daily growing degree days with truncated bases 48F and 86F",
"DLY-GRDD-TB5086": "Long-term averages of daily growing degree days with truncated bases 50F and 86F",
"DLY-HTDD-BASE40": "Long-term averages of daily heating degree days with base 40F",
"DLY-HTDD-BASE45": "Long-term averages of daily heating degree days with base 45F",
"DLY-HTDD-BASE50": "Long-term averages of daily heating degree days with base 50F",
"DLY-HTDD-BASE55": "Long-term averages of daily heating degree days with base 55F",
"DLY-HTDD-BASE57": "Long-term averages of daily heating degree days with base 57F",
"DLY-HTDD-BASE60": "Long-term averages of daily heating degree days with base 60F",
"DLY-HTDD-NORMAL": "Long-term averages of daily heating degree days with base 65F",
"DLY-PRCP-25PCTL": "25th percentiles of daily nonzero precipitation totals for 29-day windows centered on each day of the year",
"DLY-PRCP-50PCTL": "50th percentiles of daily nonzero precipitation totals for 29-day windows centered on each day of the year",
"DLY-PRCP-75PCTL": "75th percentiles of daily nonzero precipitation totals for 29-day windows centered on each day of the year",
"DLY-PRCP-PCTALL-GE001HI": "Probability of precipitation \u003E= 0.01 inches for 29-day windows centered on each day of the year",
"DLY-PRCP-PCTALL-GE010HI": "Probability of precipitation \u003E= 0.10 inches for 29-day windows centered on each day of the year",
"DLY-PRCP-PCTALL-GE050HI": "Probability of precipitation \u003E= 0.50 inches for 29-day windows centered on each day of the year",
"DLY-PRCP-PCTALL-GE100HI": "Probability of precipitation \u003E= 1.00 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-25PCTL": "25th percentiles of daily nonzero snowfall totals for 29-day windows centered on each day of the year",
"DLY-SNOW-50PCTL": "50th percentiles of daily nonzero snowfall totals for 29-day windows centered on each day of the year",
"DLY-SNOW-75PCTL": "75th percentiles of daily nonzero snowfall totals for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE001TI": "Probability of snowfall \u003E= 0.1 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE010TI": "Probability of snowfall \u003E= 1.0 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE030TI": "Probability of snowfall \u003E= 3.0 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE050TI": "Probability of snowfall \u003E= 5.0 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE100TI": "Probability of snowfall \u003E= 10 inches for 29-day windows centered on each day of the year",
"DLY-SNWD-25PCTL": "25th percentiles of daily nonzero snow depth for 29-day windows centered on each day of the year",
"DLY-SNWD-50PCTL": "50th percentiles of daily nonzero snow depth for 29-day windows centered on each day of the year",
"DLY-SNWD-75PCTL": "75th percentiles of daily nonzero snow depth for 29-day windows centered on each day of the year",
"DLY-SNWD-PCTALL-GE001WI": "Probability of snow depth \u003E= 1 inch for 29-day windows centered on each day of the year",
"DLY-SNWD-PCTALL-GE003WI": "Probability of snow depth \u003E= 3 inches for 29-day windows centered on each day of the year",
"DLY-SNWD-PCTALL-GE005WI": "Probability of snow depth \u003E= 5 inches for 29-day windows centered on each day of the year",
"DLY-SNWD-PCTALL-GE010WI": "Probability of snow depth \u003E= 10 inches for 29-day windows centered on each day of the year",
"DLY-TAVG-NORMAL": "Long-term averages of daily average temperature",
"DLY-TAVG-STDDEV": "Long-term standard deviations of daily average temperature",
"DLY-TMAX-NORMAL": "Long-term averages of daily maximum temperature",
"DLY-TMAX-STDDEV": "Long-term standard deviations of daily maximum temperature",
"DLY-TMIN-NORMAL": "Long-term averages of daily minimum temperature",
"DLY-TMIN-STDDEV": "Long-term standard deviations of daily minimum temperature",
"DOD": "One Hour Precipitation Difference = DAA-N1P",
"DP01": "Number of days with greater than or equal to 0.1 inch of precipitation",
"DP05": "Number of days with greater than or equal to 0.5 inch of precipitation",
"DP10": "Number of days with greater than or equal to 1.0 inch of precipitation",
"DPA": "Digital Precipitation Array",
"DPNP": "Departure from normal monthly precipitation.",
"DPNT": "Departure from normal monthly temperature.",
"DPR": "Instantaneous Precipitation Rate",
"DSD": "Storm Total Precipitation Difference = DTA-DSP",
"DSND": "Number days with snow depth \u003E 1 inch(25.4mm) for the period.",
"DSNW": "Number days with snow depth \u003E 1 inch.",
"DSP": "Digital Storm Total Precipitation",
"DT00": "Number days with minimum temperature less than or equal to 0.0 F",
"DT32": "Number days with minimum temperature less than or equal to 32.0 F",
"DT60": "Number days with minimum temperature \u003C 59 F. (Puerto Rico and Virgin Islands only.)",
"DT70": "Number days with maximum temperature \u003E 70 F. (Alaska only.)",
"DT90": "Number days with maximum temperature greater than or equal 90.0 F",
"DTA": "Digital Storm Total Accumulation(Storm Total Precipitation total (256 levels) with Dual Pol. algorithm)",
"DVL": "Digital Vertical Integrated Liquid",
"DWPR": "Number of days with non-zero precipitation included in multiday precipitation total (MDPR)",
"DX32": "Number days with maximum temperature \u003C 32 F.",
"DX60": "Number days with maximum temperature \u003C 59 F. (Puerto Rico and Virgin Islands only.)",
"DX70": "Number days with maximum temperature \u003E 70 F (21.1C)",
"DX90": "Number days with maximum temperature \u003E 90 F (32.2C)",
"EET": "Enhanced Echo Tops",
"EMNT": "Extreme minimum temperature for the period.",
"EMSD": "Extreme maximum snow depth for the period.",
"EMSN": "Extreme maximum snowfall for the period.",
"EMXP": "Extreme maximum precipitation for the period.",
"EMXT": "Extreme maximum temperature for the period.",
"EVAP": "Evaporation of water from evaporation pan",
"FMTM": "Time of fastest mile or fastest 1-minute wind",
"FRGB": "Base of frozen ground layer",
"FRGT": "Top of frozen ground layer",
"FRTH": "Thickness of frozen ground layer",
"FTM": "Free Text Message",
"FZF0": "First freeze \u003C= to 32F\/0C of the year.",
"FZF1": "First freeze \u003C= 28F\/-2.2C of the year",
"FZF2": "First freeze \u003C= 24F\/-4.4C of the year",
"FZF3": "First freeze \u003C= 20F\/-6.7C of the year",
"FZF4": "First freeze \u003C= 16F\/-8.9C of the year",
"FZF5": "Last freeze \u003C= 32F\/0C of the year",
"FZF6": "Last freeze \u003C= 28F\/-2.2C of the year",
"FZF7": "Last freeze \u003C= 24F\/-4.4C of the year",
"FZF8": "Last freeze \u003C= 20F\/-6.7C of the year",
"FZF9": "Last freeze \u003C= 16F\/-8.9C of the year",
"GAHT": "Difference between river and gauge height",
"GSM": "General Status Message",
"HDSD": "Heating Degree Days Season to Date",
"HHC": "Hybrid Hydrometeor Classification",
"HLY-CLDH-NORMAL": "Cooling degree hours",
"HLY-CLOD-PCTBKN": "Clouds broken percentage",
"HLY-CLOD-PCTCLR": "Clouds clear percentage",
"HLY-CLOD-PCTFEW": "Clouds few percentage",
"HLY-CLOD-PCTOVC": "Clouds overcast percentage",
"HLY-CLOD-PCTSCT": "Clouds scattered percentage",
"HLY-DEWP-10PCTL": "Dew point 10th percentile",
"HLY-DEWP-90PCTL": "Dew point 90th percentile",
"HLY-DEWP-NORMAL": "Dew point mean",
"HLY-HIDX-NORMAL": "Heat index mean",
"HLY-HTDH-NORMAL": "Heating degree hours",
"HLY-PRES-10PCTL": "Sea level pressure 10th percentile",
"HLY-PRES-90PCTL": "Sea level pressure 90th percentile",
"HLY-PRES-NORMAL": "Sea level pressure mean",
"HLY-TEMP-10PCTL": "Temperature 10th percentile",
"HLY-TEMP-90PCTL": "Temperature 90th percentile",
"HLY-TEMP-NORMAL": "Temperature mean",
"HLY-WCHL-NORMAL": "Wind chill mean",
"HLY-WIND-1STDIR": "Prevailing wind direction (1-8)",
"HLY-WIND-1STPCT": "Prevailing wind percentage",
"HLY-WIND-2NDDIR": "Secondary wind direction (1-8)",
"HLY-WIND-2NDPCT": "Secondary wind percentage",
"HLY-WIND-AVGSPD": "Average wind speed",
"HLY-WIND-PCTCLM": "Percentage calm",
"HLY-WIND-VCTDIR": "Mean wind vector direction",
"HLY-WIND-VCTSPD": "Mean wind vector magnitude",
"HN01": "Highest minimum soil temperature for the month (degrees F)",
"HN0190": "Highest minimum soil temperature for the month(cover: unknown",
"HN02": "Highest minimum soil temperature for the month (degrees F)",
"HN0290": "Highest minimum soil temperature for the month(cover: unknown",
"HN0299": "Highest minimum soil temperature for the month(cover: unknown",
"HN03": "Highest minimum soil temperature for the month (degrees F)",
"HN0390": "Highest minimum soil temperature for the month(cover: unknown",
"HN04": "Highest minimum soil temperature for the month (degrees F)",
"HN05": "Highest minimum soil temperature for the month (degrees F)",
"HN06": "Highest minimum soil temperature for the month (degrees F)",
"HN07": "Highest minimum soil temperature for the month (degrees F)",
"HN08": "Highest minimum soil temperature for the month (degrees F)",
"HN1190": "Highest minimum soil temperature for the month(cover: grass",
"HN1191": "Highest minimum soil temperature for the month(cover: grass",
"HN1290": "Highest minimum soil temperature for the month(cover: grass",
"HN1291": "Highest minimum soil temperature for the month(cover: grass",
"HN1299": "Highest minimum soil temperature for the month(cover: grass",
"HN1390": "Highest minimum soil temperature for the month(cover: grass",
"HN1391": "Highest minimum soil temperature for the month(cover: grass",
"HN1399": "Highest minimum soil temperature for the month(cover: grass",
"HN1490": "Highest minimum soil temperature for the month(cover: grass",
"HN1499": "Highest minimum soil temperature for the month(cover: grass",
"HN2190": "Highest minimum soil temperature for the month(cover: fallow",
"HN2192": "Highest minimum soil temperature for the month(cover: fallow",
"HN2290": "Highest minimum soil temperature for the month(cover: fallow",
"HN2292": "Highest minimum soil temperature for the month(cover: fallow",
"HN2390": "Highest minimum soil temperature for the month(cover: fallow",
"HN2392": "Highest minimum soil temperature for the month(cover: fallow",
"HN3190": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3192": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3199": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3290": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3292": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3299": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3390": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3392": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3399": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3490": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3499": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3590": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3599": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3690": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3699": "Highest minimum soil temperature for the month(cover: bare ground",
"HN5190": "Highest minimum soil temperature for the month(cover: sod",
"HN5199": "Highest minimum soil temperature for the month(cover: sod",
"HN5290": "Highest minimum soil temperature for the month(cover: sod",
"HN5291": "Highest minimum soil temperature for the month(cover: sod",
"HN5299": "Highest minimum soil temperature for the month(cover: sod",
"HN5390": "Highest minimum soil temperature for the month(cover: sod",
"HN5399": "Highest minimum soil temperature for the month(cover: sod",
"HN5490": "Highest minimum soil temperature for the month(cover: sod",
"HN5499": "Highest minimum soil temperature for the month(cover: sod",
"HN5590": "Highest minimum soil temperature for the month(cover: sod",
"HN5599": "Highest minimum soil temperature for the month(cover: sod",
"HN5699": "Highest minimum soil temperature for the month(cover: sod",
"HN6190": "Highest minimum soil temperature for the month(cover: straw mulch",
"HN7290": "Highest minimum soil temperature for the month(cover: grass muck",
"HN7293": "Highest minimum soil temperature for the month(cover: grass muck",
"HN8190": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8193": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8290": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8293": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8390": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8393": "Highest minimum soil temperature for the month(cover: bare muck",
"HO01A0": "Highest soil temperature at observation time(cover: unknown",
"HO01P0": "Highest soil temperature at observation time(cover: unknown",
"HO01P1": "Highest soil temperature at observation time(cover: unknown",
"HO01P2": "Highest soil temperature at observation time(cover: unknown",
"HO02A0": "Highest soil temperature at observation time(cover: unknown",
"HO02P0": "Highest soil temperature at observation time(cover: unknown",
"HO02P1": "Highest soil temperature at observation time(cover: unknown",
"HO02P2": "Highest soil temperature at observation time(cover: unknown",
"HO03A0": "Highest soil temperature at observation time(cover: unknown",
"HO03P0": "Highest soil temperature at observation time(cover: unknown",
"HO03P1": "Highest soil temperature at observation time(cover: unknown",
"HO03P2": "Highest soil temperature at observation time(cover: unknown",
"HO04A0": "Highest soil temperature at observation time(cover: unknown",
"HO04P0": "Highest soil temperature at observation time(cover: unknown",
"HO04P1": "Highest soil temperature at observation time(cover: unknown",
"HO04P2": "Highest soil temperature at observation time(cover: unknown",
"HO05A0": "Highest soil temperature at observation time(cover: unknown",
"HO05P0": "Highest soil temperature at observation time(cover: unknown",
"HO05P1": "Highest soil temperature at observation time(cover: unknown",
"HO05P2": "Highest soil temperature at observation time(cover: unknown",
"HO07P0": "Highest soil temperature at observation time(cover: unknown",
"HO11A0": "Highest soil temperature at observation time(cover: grass",
"HO11P0": "Highest soil temperature at observation time(cover: grass",
"HO12A0": "Highest soil temperature at observation time(cover: grass",
"HO12P0": "Highest soil temperature at observation time(cover: grass",
"HO13A0": "Highest soil temperature at observation time(cover: grass",
"HO13P0": "Highest soil temperature at observation time(cover: grass",
"HO14A0": "Highest soil temperature at observation time(cover: grass",
"HO14A1": "Highest soil temperature at observation time(cover: grass",
"HO14P0": "Highest soil temperature at observation time(cover: grass",
"HO15A0": "Highest soil temperature at observation time(cover: grass",
"HO15A1": "Highest soil temperature at observation time(cover: grass",
"HO15P0": "Highest soil temperature at observation time(cover: grass",
"HO16A0": "Highest soil temperature at observation time(cover: grass",
"HO16P0": "Highest soil temperature at observation time(cover: grass",
"HO17A0": "Highest soil temperature at observation time(cover: grass",
"HO17P0": "Highest soil temperature at observation time(cover: grass",
"HO21A0": "Highest soil temperature at observation time(cover: fallow",
"HO22A0": "Highest soil temperature at observation time(cover: fallow",
"HO23A0": "Highest soil temperature at observation time(cover: fallow",
"HO24A0": "Highest soil temperature at observation time(cover: fallow",
"HO25A0": "Highest soil temperature at observation time(cover: fallow",
"HO31A0": "Highest soil temperature at observation time(cover: bare ground",
"HO31P0": "Highest soil temperature at observation time(cover: bare ground",
"HO32A0": "Highest soil temperature at observation time(cover: bare ground",
"HO32P0": "Highest soil temperature at observation time(cover: bare ground",
"HO33A0": "Highest soil temperature at observation time(cover: bare ground",
"HO33P0": "Highest soil temperature at observation time(cover: bare ground",
"HO34A0": "Highest soil temperature at observation time(cover: bare ground",
"HO34A2": "Highest soil temperature at observation time(cover: bare ground",
"HO34P0": "Highest soil temperature at observation time(cover: bare ground",
"HO35A0": "Highest soil temperature at observation time(cover: bare ground",
"HO35A2": "Highest soil temperature at observation time(cover: bare ground",
"HO35P0": "Highest soil temperature at observation time(cover: bare ground",
"HO36A0": "Highest soil temperature at observation time(cover: bare ground",
"HO36P0": "Highest soil temperature at observation time(cover: bare ground",
"HO37A0": "Highest soil temperature at observation time(cover: bare ground",
"HO37P0": "Highest soil temperature at observation time(cover: bare ground",
"HO51A0": "Highest soil temperature at observation time(cover: sod",
"HO51P0": "Highest soil temperature at observation time(cover: sod",
"HO52A0": "Highest soil temperature at observation time(cover: sod",
"HO52P0": "Highest soil temperature at observation time(cover: sod",
"HO53A0": "Highest soil temperature at observation time(cover: sod",
"HO53P0": "Highest soil temperature at observation time(cover: sod",
"HO54A0": "Highest soil temperature at observation time(cover: sod",
"HO54P0": "Highest soil temperature at observation time(cover: sod",
"HO55A0": "Highest soil temperature at observation time(cover: sod",
"HO55P0": "Highest soil temperature at observation time(cover: sod",
"HO56A0": "Highest soil temperature at observation time(cover: sod",
"HO56P0": "Highest soil temperature at observation time(cover: sod",
"HO57A0": "Highest soil temperature at observation time(cover: sod",
"HO57P0": "Highest soil temperature at observation time(cover: sod",
"HO84A0": "Highest soil temperature at observation time(cover: bare muck",
"HO84A3": "Highest soil temperature at observation time(cover: bare muck",
"HO85A0": "Highest soil temperature at observation time(cover: bare muck",
"HO85A3": "Highest soil temperature at observation time(cover: bare muck",
"HPCP": "Precipitation",
"HSNW": "Highest snowfall",
"HTDD": "Heating degree days",
"HTMN": "Highest minimum temperature",
"HTMX": "Highest maximum temperature",
"HX01": "Highest maximum soil temperature for the month (degrees F)",
"HX0190": "Highest maximum soil temperature for the month(cover: unknown",
"HX02": "Highest maximum soil temperature for the month (degrees F)",
"HX0290": "Highest maximum soil temperature for the month(cover: unknown",
"HX0299": "Highest maximum soil temperature for the month(cover: unknown",
"HX03": "Highest maximum soil temperature for the month (degrees F)",
"HX0390": "Highest maximum soil temperature for the month(cover: unknown",
"HX04": "Highest maximum soil temperature for the month (degrees F)",
"HX05": "Highest maximum soil temperature for the month (degrees F)",
"HX06": "Highest maximum soil temperature for the month (degrees F)",
"HX07": "Highest maximum soil temperature for the month (degrees F)",
"HX08": "Highest maximum soil temperature for the month (degrees F)",
"HX1190": "Highest maximum soil temperature for the month(cover: grass",
"HX1191": "Highest maximum soil temperature for the month(cover: grass",
"HX1290": "Highest maximum soil temperature for the month(cover: grass",
"HX1291": "Highest maximum soil temperature for the month(cover: grass",
"HX1299": "Highest maximum soil temperature for the month(cover: grass",
"HX1390": "Highest maximum soil temperature for the month(cover: grass",
"HX1391": "Highest maximum soil temperature for the month(cover: grass",
"HX1399": "Highest maximum soil temperature for the month(cover: grass",
"HX1490": "Highest maximum soil temperature for the month(cover: grass",
"HX1499": "Highest maximum soil temperature for the month(cover: grass",
"HX1599": "Highest maximum soil temperature for the month(cover: grass",
"HX1799": "Highest maximum soil temperature for the month(cover: grass",
"HX2190": "Highest maximum soil temperature for the month(cover: fallow",
"HX2192": "Highest maximum soil temperature for the month(cover: fallow",
"HX2290": "Highest maximum soil temperature for the month(cover: fallow",
"HX2292": "Highest maximum soil temperature for the month(cover: fallow",
"HX2390": "Highest maximum soil temperature for the month(cover: fallow",
"HX2392": "Highest maximum soil temperature for the month(cover: fallow",
"HX3190": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3192": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3199": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3290": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3292": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3299": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3390": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3392": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3399": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3490": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3499": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3590": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3599": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3699": "Highest maximum soil temperature for the month(cover: bare ground",
"HX5190": "Highest maximum soil temperature for the month(cover: sod",
"HX5199": "Highest maximum soil temperature for the month(cover: sod",
"HX5290": "Highest maximum soil temperature for the month(cover: sod",
"HX5291": "Highest maximum soil temperature for the month(cover: sod",
"HX5299": "Highest maximum soil temperature for the month(cover: sod",
"HX5390": "Highest maximum soil temperature for the month(cover: sod",
"HX5399": "Highest maximum soil temperature for the month(cover: sod",
"HX5490": "Highest maximum soil temperature for the month(cover: sod",
"HX5499": "Highest maximum soil temperature for the month(cover: sod",
"HX5590": "Highest maximum soil temperature for the month(cover: sod",
"HX5599": "Highest maximum soil temperature for the month(cover: sod",
"HX5699": "Highest maximum soil temperature for the month(cover: sod",
"HX6190": "Highest maximum soil temperature for the month(cover: straw mulch",
"HX7290": "Highest maximum soil temperature for the month(cover: grass muck",
"HX7293": "Highest maximum soil temperature for the month(cover: grass muck",
"HX8190": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8193": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8290": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8293": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8390": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8393": "Highest maximum soil temperature for the month(cover: bare muck",
"JJA-CLDD-BASE45": "Long-term averages of summer cooling degree days with base 45F",
"JJA-CLDD-BASE50": "Long-term averages of summer cooling degree days with base 50F",
"JJA-CLDD-BASE55": "Long-term averages of summer cooling degree days with base 55F",
"JJA-CLDD-BASE57": "Long-term averages of summer cooling degree days with base 57F",
"JJA-CLDD-BASE60": "Long-term averages of summer cooling degree days with base 60F",
"JJA-CLDD-BASE70": "Long-term averages of summer cooling degree days with base 70F",
"JJA-CLDD-BASE72": "Long-term averages of summer cooling degree days with base 72F",
"JJA-CLDD-NORMAL": "Long-term averages of summer cooling degree days with base 65F",
"JJA-DUTR-NORMAL": "Long-term averages of summer diurnal temperature range",
"JJA-GRDD-BASE40": "Long-term averages of summer growing degree days with base 40F",
"JJA-GRDD-BASE45": "Long-term averages of summer growing degree days with base 45F",
"JJA-GRDD-BASE50": "Long-term averages of summer growing degree days with base 50F",
"JJA-GRDD-BASE55": "Long-term averages of summer growing degree days with base 55F",
"JJA-GRDD-BASE57": "Long-term averages of summer growing degree days with base 57F",
"JJA-GRDD-BASE60": "Long-term averages of summer growing degree days with base 60F",
"JJA-GRDD-BASE65": "Long-term averages of summer growing degree days with base 65F",
"JJA-GRDD-BASE70": "Long-term averages of summer growing degree days with base 70F",
"JJA-GRDD-BASE72": "Long-term averages of summer growing degree days with base 72F",
"JJA-GRDD-TB4886": "Long-term averages of summer growing degree days with truncated bases 48F and 86F",
"JJA-GRDD-TB5086": "Long-term averages of summer growing degree days with truncated bases 50F and 86F",
"JJA-HTDD-BASE40": "Long-term averages of summer heating degree days with base 40F",
"JJA-HTDD-BASE45": "Long-term averages of summer heating degree days with base 45F",
"JJA-HTDD-BASE50": "Long-term averages of summer heating degree days with base 50F",
"JJA-HTDD-BASE55": "Long-term averages of summer heating degree days with base 55F",
"JJA-HTDD-BASE57": "Long-term averages of summer heating degree days with base 57F",
"JJA-HTDD-BASE60": "Long-term averages of summer heating degree days with base 60F",
"JJA-HTDD-NORMAL": "Long-term averages of summer heating degree days with base 65F",
"JJA-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days during June-August with precipitation \u003E= 0.01 inches",
"JJA-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days during June-August with precipitation \u003E= 0.10 inches",
"JJA-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days during June-August with precipitation \u003E= 0.50 inches",
"JJA-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days during June-August with precipitation \u003E= 1.00 inches",
"JJA-PRCP-NORMAL": "Long-term averages of seasonal precipitation totals for June-August",
"JJA-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days during June-August with snowfall \u003E= 0.1 inches",
"JJA-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days during June-August with snowfall \u003E= 1.0 inches",
"JJA-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days during June-August with snowfall \u003E= 3.0 inches",
"JJA-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days during June-August with snowfall \u003E= 5.0 inches",
"JJA-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days during June-August with snowfall \u003E= 10.0 inches",
"JJA-SNOW-NORMAL": "Long-term averages of seasonal snowfall totals for June-August",
"JJA-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days during June-August with snow depth \u003E= 1 inch",
"JJA-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days during June-August with snow depth \u003E= 3 inches",
"JJA-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days during June-August with snow depth \u003E= 5 inches",
"JJA-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days during June-August with snow depth \u003E= 10 inches",
"JJA-TAVG-NORMAL": "Long-term averages of summer average temperature",
"JJA-TMAX-AVGNDS-GRTH040": "Long-term average number of days per summer where tmax is greater than or equal to 40F",
"JJA-TMAX-AVGNDS-GRTH050": "Long-term average number of days per summer where tmax is greater than or equal to 50F",
"JJA-TMAX-AVGNDS-GRTH060": "Long-term average number of days per summer where tmax is greater than or equal to 60F",
"JJA-TMAX-AVGNDS-GRTH070": "Long-term average number of days per summer where tmax is greater than or equal to 70F",
"JJA-TMAX-AVGNDS-GRTH080": "Long-term average number of days per summer where tmax is greater than or equal to 80F",
"JJA-TMAX-AVGNDS-GRTH090": "Long-term average number of days per summer where tmax is greater than or equal to 90F",
"JJA-TMAX-AVGNDS-GRTH100": "Long-term average number of days per summer where tmax is greater than or equal to 100F",
"JJA-TMAX-AVGNDS-LSTH032": "Long-term average number of days per summer where tmax is less than or equal to 32F",
"JJA-TMAX-NORMAL": "Long-term averages of summer maximum temperature",
"JJA-TMIN-AVGNDS-LSTH000": "Long-term average number of days per summer where tmin is less than or equal to 0F",
"JJA-TMIN-AVGNDS-LSTH010": "Long-term average number of days per summer where tmin is less than or equal to 10F",
"JJA-TMIN-AVGNDS-LSTH020": "Long-term average number of days per summer where tmin is less than or equal to 20F",
"JJA-TMIN-AVGNDS-LSTH032": "Long-term average number of days per summer where tmin is less than or equal to 32F",
"JJA-TMIN-AVGNDS-LSTH040": "Long-term average number of days per summer where tmin is less than or equal to 40F",
"JJA-TMIN-AVGNDS-LSTH050": "Long-term average number of days per summer where tmin is less than or equal to 50F",
"JJA-TMIN-AVGNDS-LSTH060": "Long-term average number of days per summer where tmin is less than or equal to 60F",
"JJA-TMIN-AVGNDS-LSTH070": "Long-term average number of days per summer where tmin is less than or equal to 70F",
"JJA-TMIN-NORMAL": "Long-term averages of summer minimum temperature",
"LN01": "Lowest minimum soil temperature for the month (degrees F)",
"LN0190": "Lowest minimum soil temperature for the month(cover: unknown",
"LN02": "Lowest minimum soil temperature for the month (degrees F)",
"LN0290": "Lowest minimum soil temperature for the month(cover: unknown",
"LN0299": "Lowest minimum soil temperature for the month(cover: unknown",
"LN03": "Lowest minimum soil temperature for the month (degrees F)",
"LN0390": "Lowest minimum soil temperature for the month(cover: unknown",
"LN04": "Lowest minimum soil temperature for the month (degrees F)",
"LN05": "Lowest minimum soil temperature for the month (degrees F)",
"LN06": "Lowest minimum soil temperature for the month (degrees F)",
"LN07": "Lowest minimum soil temperature for the month (degrees F)",
"LN08": "Lowest minimum soil temperature for the month (degrees F)",
"LN1190": "Lowest minimum soil temperature for the month(cover: grass",
"LN1191": "Lowest minimum soil temperature for the month(cover: grass",
"LN1290": "Lowest minimum soil temperature for the month(cover: grass",
"LN1291": "Lowest minimum soil temperature for the month(cover: grass",
"LN1299": "Lowest minimum soil temperature for the month(cover: grass",
"LN1390": "Lowest minimum soil temperature for the month(cover: grass",
"LN1391": "Lowest minimum soil temperature for the month(cover: grass",
"LN1399": "Lowest minimum soil temperature for the month(cover: grass",
"LN1490": "Lowest minimum soil temperature for the month(cover: grass",
"LN1499": "Lowest minimum soil temperature for the month(cover: grass",
"LN2190": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2192": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2290": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2292": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2390": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2392": "Lowest minimum soil temperature for the month(cover: fallow",
"LN3190": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3192": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3199": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3290": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3292": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3299": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3390": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3392": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3399": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3490": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3499": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3590": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3599": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3690": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3699": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN5190": "Lowest minimum soil temperature for the month(cover: sod",
"LN5199": "Lowest minimum soil temperature for the month(cover: sod",
"LN5290": "Lowest minimum soil temperature for the month(cover: sod",
"LN5291": "Lowest minimum soil temperature for the month(cover: sod",
"LN5299": "Lowest minimum soil temperature for the month(cover: sod",
"LN5390": "Lowest minimum soil temperature for the month(cover: sod",
"LN5399": "Lowest minimum soil temperature for the month(cover: sod",
"LN5490": "Lowest minimum soil temperature for the month(cover: sod",
"LN5499": "Lowest minimum soil temperature for the month(cover: sod",
"LN5590": "Lowest minimum soil temperature for the month(cover: sod",
"LN5599": "Lowest minimum soil temperature for the month(cover: sod",
"LN5699": "Lowest minimum soil temperature for the month(cover: sod",
"LN6190": "Lowest minimum soil temperature for the month(cover: straw mulch",
"LN7290": "Lowest minimum soil temperature for the month(cover: grass muck",
"LN7293": "Lowest minimum soil temperature for the month(cover: grass muck",
"LN8190": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8193": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8290": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8293": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8390": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8393": "Lowest minimum soil temperature for the month(cover: bare muck",
"LO01A0": "Lowest soil temperature at observation time(cover: unknown",
"LO01P0": "Lowest soil temperature at observation time(cover: unknown",
"LO01P1": "Lowest soil temperature at observation time(cover: unknown",
"LO01P2": "Lowest soil temperature at observation time(cover: unknown",
"LO02A0": "Lowest soil temperature at observation time(cover: unknown",
"LO02P0": "Lowest soil temperature at observation time(cover: unknown",
"LO02P1": "Lowest soil temperature at observation time(cover: unknown",
"LO02P2": "Lowest soil temperature at observation time(cover: unknown",
"LO03A0": "Lowest soil temperature at observation time(cover: unknown",
"LO03P0": "Lowest soil temperature at observation time(cover: unknown",
"LO03P1": "Lowest soil temperature at observation time(cover: unknown",
"LO03P2": "Lowest soil temperature at observation time(cover: unknown",
"LO04A0": "Lowest soil temperature at observation time(cover: unknown",
"LO04P0": "Lowest soil temperature at observation time(cover: unknown",
"LO04P1": "Lowest soil temperature at observation time(cover: unknown",
"LO04P2": "Lowest soil temperature at observation time(cover: unknown",
"LO05A0": "Lowest soil temperature at observation time(cover: unknown",
"LO05P0": "Lowest soil temperature at observation time(cover: unknown",
"LO05P1": "Lowest soil temperature at observation time(cover: unknown",
"LO05P2": "Lowest soil temperature at observation time(cover: unknown",
"LO07P0": "Lowest soil temperature at observation time(cover: unknown",
"LO11A0": "Lowest soil temperature at observation time(cover: grass",
"LO11P0": "Lowest soil temperature at observation time(cover: grass",
"LO12A0": "Lowest soil temperature at observation time(cover: grass",
"LO12P0": "Lowest soil temperature at observation time(cover: grass",
"LO13A0": "Lowest soil temperature at observation time(cover: grass",
"LO13P0": "Lowest soil temperature at observation time(cover: grass",
"LO14A0": "Lowest soil temperature at observation time(cover: grass",
"LO14A1": "Lowest soil temperature at observation time(cover: grass",
"LO14P0": "Lowest soil temperature at observation time(cover: grass",
"LO15A0": "Lowest soil temperature at observation time(cover: grass",
"LO15A1": "Lowest soil temperature at observation time(cover: grass",
"LO15P0": "Lowest soil temperature at observation time(cover: grass",
"LO16A0": "Lowest soil temperature at observation time(cover: grass",
"LO16P0": "Lowest soil temperature at observation time(cover: grass",
"LO17A0": "Lowest soil temperature at observation time(cover: grass",
"LO17P0": "Lowest soil temperature at observation time(cover: grass",
"LO21A0": "Lowest soil temperature at observation time(cover: fallow",
"LO22A0": "Lowest soil temperature at observation time(cover: fallow",
"LO23A0": "Lowest soil temperature at observation time(cover: fallow",
"LO24A0": "Lowest soil temperature at observation time(cover: fallow",
"LO25A0": "Lowest soil temperature at observation time(cover: fallow",
"LO31A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO31P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO32A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO32P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO33A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO33P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO34A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO34A2": "Lowest soil temperature at observation time(cover: bare ground",
"LO34P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO35A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO35A2": "Lowest soil temperature at observation time(cover: bare ground",
"LO35P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO36A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO36P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO37A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO37P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO51A0": "Lowest soil temperature at observation time(cover: sod",
"LO51P0": "Lowest soil temperature at observation time(cover: sod",
"LO52A0": "Lowest soil temperature at observation time(cover: sod",
"LO52P0": "Lowest soil temperature at observation time(cover: sod",
"LO53A0": "Lowest soil temperature at observation time(cover: sod",
"LO53P0": "Lowest soil temperature at observation time(cover: sod",
"LO54A0": "Lowest soil temperature at observation time(cover: sod",
"LO54P0": "Lowest soil temperature at observation time(cover: sod",
"LO55A0": "Lowest soil temperature at observation time(cover: sod",
"LO55P0": "Lowest soil temperature at observation time(cover: sod",
"LO56A0": "Lowest soil temperature at observation time(cover: sod",
"LO56P0": "Lowest soil temperature at observation time(cover: sod",
"LO57A0": "Lowest soil temperature at observation time(cover: sod",
"LO57P0": "Lowest soil temperature at observation time(cover: sod",
"LO84A0": "Lowest soil temperature at observation time(cover: bare muck",
"LO84A3": "Lowest soil temperature at observation time(cover: bare muck",
"LO85A0": "Lowest soil temperature at observation time(cover: bare muck",
"LO85A3": "Lowest soil temperature at observation time(cover: bare muck",
"LTMN": "Lowest minimum temperature",
"LTMX": "Lowest maximum temperature",
"LX01": "Lowest maximum soil temperature for the month (degrees F)",
"LX0190": "Lowest maximum soil temperature for the month(cover: unknown",
"LX02": "Lowest maximum soil temperature for the month (degrees F)",
"LX0290": "Lowest maximum soil temperature for the month(cover: unknown",
"LX0299": "Lowest maximum soil temperature for the month(cover: unknown",
"LX03": "Lowest maximum soil temperature for the month (degrees F)",
"LX0390": "Lowest maximum soil temperature for the month(cover: unknown",
"LX04": "Lowest maximum soil temperature for the month (degrees F)",
"LX05": "Lowest maximum soil temperature for the month (degrees F)",
"LX06": "Lowest maximum soil temperature for the month (degrees F)",
"LX07": "Lowest maximum soil temperature for the month (degrees F)",
"LX08": "Lowest maximum soil temperature for the month (degrees F)",
"LX1190": "Lowest maximum soil temperature for the month(cover: grass",
"LX1191": "Lowest maximum soil temperature for the month(cover: grass",
"LX1290": "Lowest maximum soil temperature for the month(cover: grass",
"LX1291": "Lowest maximum soil temperature for the month(cover: grass",
"LX1299": "Lowest maximum soil temperature for the month(cover: grass",
"LX1390": "Lowest maximum soil temperature for the month(cover: grass",
"LX1391": "Lowest maximum soil temperature for the month(cover: grass",
"LX1399": "Lowest maximum soil temperature for the month(cover: grass",
"LX1490": "Lowest maximum soil temperature for the month(cover: grass",
"LX1499": "Lowest maximum soil temperature for the month(cover: grass",
"LX1599": "Lowest maximum soil temperature for the month(cover: grass",
"LX1799": "Lowest maximum soil temperature for the month(cover: grass",
"LX2190": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2192": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2290": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2292": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2390": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2392": "Lowest maximum soil temperature for the month(cover: fallow",
"LX3190": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3192": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3199": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3290": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3292": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3299": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3390": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3392": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3399": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3490": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3499": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3590": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3599": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3699": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX5190": "Lowest maximum soil temperature for the month(cover: sod",
"LX5199": "Lowest maximum soil temperature for the month(cover: sod",
"LX5290": "Lowest maximum soil temperature for the month(cover: sod",
"LX5291": "Lowest maximum soil temperature for the month(cover: sod",
"LX5299": "Lowest maximum soil temperature for the month(cover: sod",
"LX5390": "Lowest maximum soil temperature for the month(cover: sod",
"LX5399": "Lowest maximum soil temperature for the month(cover: sod",
"LX5490": "Lowest maximum soil temperature for the month(cover: sod",
"LX5499": "Lowest maximum soil temperature for the month(cover: sod",
"LX5590": "Lowest maximum soil temperature for the month(cover: sod",
"LX5599": "Lowest maximum soil temperature for the month(cover: sod",
"LX5699": "Lowest maximum soil temperature for the month(cover: sod",
"LX6190": "Lowest maximum soil temperature for the month(cover: straw mulch",
"LX7290": "Lowest maximum soil temperature for the month(cover: grass muck",
"LX7293": "Lowest maximum soil temperature for the month(cover: grass muck",
"LX8190": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8193": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8290": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8293": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8390": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8393": "Lowest maximum soil temperature for the month(cover: bare muck",
"MAM-CLDD-BASE45": "Long-term averages of spring cooling degree days with base 45F",
"MAM-CLDD-BASE50": "Long-term averages of spring cooling degree days with base 50F",
"MAM-CLDD-BASE55": "Long-term averages of spring cooling degree days with base 55F",
"MAM-CLDD-BASE57": "Long-term averages of spring cooling degree days with base 57F",
"MAM-CLDD-BASE60": "Long-term averages of spring cooling degree days with base 60F",
"MAM-CLDD-BASE70": "Long-term averages of spring cooling degree days with base 70F",
"MAM-CLDD-BASE72": "Long-term averages of spring cooling degree days with base 72F",
"MAM-CLDD-NORMAL": "Long-term averages of spring cooling degree days with base 65F",
"MAM-DUTR-NORMAL": "Long-term averages of spring diurnal temperature range",
"MAM-GRDD-BASE40": "Long-term averages of spring growing degree days with base 40F",
"MAM-GRDD-BASE45": "Long-term averages of spring growing degree days with base 45F",
"MAM-GRDD-BASE50": "Long-term averages of spring growing degree days with base 50F",
"MAM-GRDD-BASE55": "Long-term averages of spring growing degree days with base 55F",
"MAM-GRDD-BASE57": "Long-term averages of spring growing degree days with base 57F",
"MAM-GRDD-BASE60": "Long-term averages of spring growing degree days with base 60F",
"MAM-GRDD-BASE65": "Long-term averages of spring growing degree days with base 65F",
"MAM-GRDD-BASE70": "Long-term averages of spring growing degree days with base 70F",
"MAM-GRDD-BASE72": "Long-term averages of spring growing degree days with base 72F",
"MAM-GRDD-TB4886": "Long-term averages of summer growing degree days with truncated bases 48F and 86F",
"MAM-GRDD-TB5086": "Long-term averages of summer growing degree days with truncated bases 50F and 86F",
"MAM-HTDD-BASE40": "Long-term averages of spring heating degree days with base 40F",
"MAM-HTDD-BASE45": "Long-term averages of spring heating degree days with base 45F",
"MAM-HTDD-BASE50": "Long-term averages of spring heating degree days with base 50F",
"MAM-HTDD-BASE55": "Long-term averages of spring heating degree days with base 55F",
"MAM-HTDD-BASE57": "Long-term averages of spring heating degree days with base 57F",
"MAM-HTDD-BASE60": "Long-term averages of spring heating degree days with base 60F",
"MAM-HTDD-NORMAL": "Long-term averages of spring heating degree days with base 65F",
"MAM-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days during March-May with precipitation \u003E= 0.01 inches",
"MAM-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days during March-May with precipitation \u003E= a 0.10 inches",
"MAM-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days during March-May with precipitation \u003E= 0.50 inches",
"MAM-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days during March-May with precipitation \u003E= 1.00 inches",
"MAM-PRCP-NORMAL": "Long-term averages of seasonal precipitation totals for March-May",
"MAM-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days during March-May with snowfall \u003E= 0.1 inches",
"MAM-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days during March-May with snowfall \u003E= 1.0 inches",
"MAM-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days during March-May with snowfall \u003E= 3.0 inches",
"MAM-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days during March-May with snowfall \u003E= 5.0 inches",
"MAM-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days during March-May with snowfall \u003E= 10.0 inches",
"MAM-SNOW-NORMAL": "Long-term averages of seasonal snowfall totals for March-May",
"MAM-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days during March-May with snow depth \u003E= 1 inch",
"MAM-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days during March-May with snow depth \u003E= 3 inches",
"MAM-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days during March-May with snow depth \u003E= 5 inches",
"MAM-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days during March-May with snow depth \u003E= 10 inches",
"MAM-TAVG-NORMAL": "Long-term averages of spring average temperature",
"MAM-TMAX-AVGNDS-GRTH040": "Long-term average number of days per spring where tmax is greater than or equal to 40F",
"MAM-TMAX-AVGNDS-GRTH050": "Long-term average number of days per spring where tmax is greater than or equal to 50F",
"MAM-TMAX-AVGNDS-GRTH060": "Long-term average number of days per spring where tmax is greater than or equal to 60F",
"MAM-TMAX-AVGNDS-GRTH070": "Long-term average number of days per spring where tmax is greater than or equal to 70F",
"MAM-TMAX-AVGNDS-GRTH080": "Long-term average number of days per spring where tmax is greater than or equal to 80F",
"MAM-TMAX-AVGNDS-GRTH090": "Long-term average number of days per spring where tmax is greater than or equal to 90F",
"MAM-TMAX-AVGNDS-GRTH100": "Long-term average number of days per spring where tmax is greater than or equal to 100F",
"MAM-TMAX-AVGNDS-LSTH032": "Long-term average number of days per spring where tmax is less than or equal to 32F",
"MAM-TMAX-NORMAL": "Long-term averages of spring maximum temperature",
"MAM-TMIN-AVGNDS-LSTH000": "Long-term average number of days per spring where tmin is less than or equal to 0F",
"MAM-TMIN-AVGNDS-LSTH010": "Long-term average number of days per spring where tmin is less than or equal to 10F",
"MAM-TMIN-AVGNDS-LSTH020": "Long-term average number of days per spring where tmin is less than or equal to 20F",
"MAM-TMIN-AVGNDS-LSTH032": "Long-term average number of days per spring where tmin is less than or equal to 32F",
"MAM-TMIN-AVGNDS-LSTH040": "Long-term average number of days per spring where tmin is less than or equal to 40F",
"MAM-TMIN-AVGNDS-LSTH050": "Long-term average number of days per spring where tmin is less than or equal to 50F",
"MAM-TMIN-AVGNDS-LSTH060": "Long-term average number of days per spring where tmin is less than or equal to 60F",
"MAM-TMIN-AVGNDS-LSTH070": "Long-term average number of days per spring where tmin is less than or equal to 70F",
"MAM-TMIN-NORMAL": "Long-term averages of spring minimum temperature",
"MDEV": "Multiday evaporation total (use with DAEV)",
"MDPR": "Multiday precipitation total (use with DAPR and DWPR, if available)",
"MDSF": "Multiday snowfall total ",
"MDTN": "Multiday minimum temperature (use with DATN)",
"MDTX": "Multiday maximum temperature (use with DATX)",
"MDWM": "Multiday wind movement",
"MLY-CLDD-BASE45": "Long-term averages of monthly cooling degree days with base 45F",
"MLY-CLDD-BASE50": "Long-term averages of monthly cooling degree days with base 50F",
"MLY-CLDD-BASE55": "Long-term averages of monthly cooling degree days with base 55F",
"MLY-CLDD-BASE57": "Long-term averages of monthly cooling degree days with base 57F",
"MLY-CLDD-BASE60": "Long-term averages of monthly cooling degree days with base 60F",
"MLY-CLDD-BASE70": "Long-term averages of monthly cooling degree days with base 70F",
"MLY-CLDD-BASE72": "Long-term averages of monthly cooling degree days with base 72F",
"MLY-CLDD-NORMAL": "Long-term averages of monthly cooling degree days with base 65F",
"MLY-DUTR-NORMAL": "Long-term averages of monthly diurnal temperature range",
"MLY-DUTR-STDDEV": "Long-term standard deviations of monthly diurnal temperature range",
"MLY-GRDD-BASE40": "Long-term averages of monthly growing degree days with base 40F",
"MLY-GRDD-BASE45": "Long-term averages of monthly growing degree days with base 45F",
"MLY-GRDD-BASE50": "Long-term averages of monthly growing degree days with base 50F",
"MLY-GRDD-BASE55": "Long-term averages of monthly growing degree days with base 55F",
"MLY-GRDD-BASE57": "Long-term averages of monthly growing degree days with base 57F",
"MLY-GRDD-BASE60": "Long-term averages of monthly growing degree days with base 60F",
"MLY-GRDD-BASE65": "Long-term averages of monthly growing degree days with base 65F",
"MLY-GRDD-BASE70": "Long-term averages of monthly growing degree days with base 70F",
"MLY-GRDD-BASE72": "Long-term averages of monthly growing degree days with base 72F",
"MLY-GRDD-TB4886": "Long-term averages of monthly growing degree days with truncated bases 48F and 86F",
"MLY-GRDD-TB5086": "Long-term averages of monthly growing degree days with truncated bases 50F and 86F",
"MLY-HTDD-BASE40": "Long-term averages of monthly heating degree days with base 40F",
"MLY-HTDD-BASE45": "Long-term averages of monthly heating degree days with base 45F",
"MLY-HTDD-BASE50": "Long-term averages of monthly heating degree days with base 50F",
"MLY-HTDD-BASE55": "Long-term averages of monthly heating degree days with base 55F",
"MLY-HTDD-BASE57": "Long-term averages of monthly heating degree days with base 57F",
"MLY-HTDD-BASE60": "Long-term averages of monthly heating degree days with base 60F",
"MLY-HTDD-NORMAL": "Long-term averages of monthly heating degree days with base 65F",
"MLY-PRCP-25PCTL": "25th percentiles of monthly precipitation totals",
"MLY-PRCP-50PCTL": "50th percentiles of monthly precipitation totals",
"MLY-PRCP-75PCTL": "75th percentiles of monthly precipitation totals",
"MLY-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days per month with precipitation \u003E= 0.01 inches",
"MLY-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days per month with precipitation \u003E= 0.10 inches",
"MLY-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days per month with precipitation \u003E= 0.50 inches",
"MLY-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days per month with precipitation \u003E= 1.00 inches",
"MLY-PRCP-NORMAL": "Long-term averages of monthly precipitation totals",
"MLY-SNOW-25PCTL": "25th percentiles of monthly snowfall totals",
"MLY-SNOW-50PCTL": "50th percentiles of monthly snowfall totals",
"MLY-SNOW-75PCTL": "75th percentiles of monthly snowfall totals",
"MLY-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days per month with Snowfall \u003E= 0.1 inches",
"MLY-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days per month with Snowfall \u003E= 1.0 inches",
"MLY-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days per month with Snowfall \u003E= 3.0 inches",
"MLY-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days per month with Snowfall \u003E= 5.0 inches",
"MLY-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days per month with Snowfall \u003E= 10.0 inches",
"MLY-SNOW-NORMAL": "Long-term averages of monthly snowfall totals",
"MLY-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days per month with snow depth \u003E= 1 inch",
"MLY-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days per month with snow depth \u003E= 3 inches",
"MLY-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days per month with snow depth \u003E= 5 inches",
"MLY-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days per month with snow depth \u003E= 10 inches",
"MLY-TAVG-NORMAL": "Long-term averages of monthly average temperature",
"MLY-TAVG-STDDEV": "Long-term standard deviations of monthly average temperature",
"MLY-TMAX-AVGNDS-GRTH040": "Long-term average number of days per month where tmax is greater than or equal to 40F",
"MLY-TMAX-AVGNDS-GRTH050": "Long-term average number of days per month where tmax is greater than or equal to 50F",
"MLY-TMAX-AVGNDS-GRTH060": "Long-term average number of days per month where tmax is greater than or equal to 60F",
"MLY-TMAX-AVGNDS-GRTH070": "Long-term average number of days per month where tmax is greater than or equal to 70F",
"MLY-TMAX-AVGNDS-GRTH080": "Long-term average number of days per month where tmax is greater than or equal to 80F",
"MLY-TMAX-AVGNDS-GRTH090": "Long-term average number of days per month where tmax is greater than or equal to 90F",
"MLY-TMAX-AVGNDS-GRTH100": "Long-term average number of days per month where tmax is greater than or equal to 100F",
"MLY-TMAX-AVGNDS-LSTH032": "Long-term average number of days per month where tmax is less than or equal to 32F",
"MLY-TMAX-NORMAL": "Long-term averages of monthly maximum temperature",
"MLY-TMAX-STDDEV": "Long-term standard deviations of monthly maximum temperature",
"MLY-TMIN-AVGNDS-LSTH000": "Long-term average number of days per month where tmin is less than or equal to 0F",
"MLY-TMIN-AVGNDS-LSTH010": "Long-term average number of days per month where tmin is less than or equal to 10F",
"MLY-TMIN-AVGNDS-LSTH020": "Long-term average number of days per month where tmin is less than or equal to 20F",
"MLY-TMIN-AVGNDS-LSTH032": "Long-term average number of days per month where tmin is less than or equal to 32F",
"MLY-TMIN-AVGNDS-LSTH040": "Long-term average number of days per month where tmin is less than or equal to 40F",
"MLY-TMIN-AVGNDS-LSTH050": "Long-term average number of days per month where tmin is less than or equal to 50F",
"MLY-TMIN-AVGNDS-LSTH060": "Long-term average number of days per month where tmin is less than or equal to 60F",
"MLY-TMIN-AVGNDS-LSTH070": "Long-term average number of days per month where tmin is less than or equal to 70F",
"MLY-TMIN-NORMAL": "Long-term averages of monthly minimum temperature",
"MLY-TMIN-PRBOCC-LSTH016": "probability of 16F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH020": "probability of 20F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH024": "probability of 24F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH028": "probability of 28F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH032": "probability of 32F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH036": "probability of 36F or below at least once in the month",
"MLY-TMIN-STDDEV": "Long-term standard deviations of monthly minimum temperature",
"MMNP": "Mean minimum temperature of evaporation pan water for the period.",
"MMNT": "Monthly Mean minimum temperature",
"MMXP": "Mean maximum temperature of evaporation pan water for the period.",
"MMXT": "Monthly Mean maximum temperature",
"MN01": "Monthly mean minimum soil temperature (degrees F)",
"MN0190": "Monthly mean minimum soil temperature(cover: unknown",
"MN02": "Monthly mean minimum soil temperature (degrees F)",
"MN0290": "Monthly mean minimum soil temperature(cover: unknown",
"MN0299": "Monthly mean minimum soil temperature(cover: unknown",
"MN03": "Monthly mean minimum soil temperature (degrees F)",
"MN0390": "Monthly mean minimum soil temperature(cover: unknown",
"MN04": "Monthly mean minimum soil temperature (degrees F)",
"MN05": "Monthly mean minimum soil temperature (degrees F)",
"MN06": "Monthly mean minimum soil temperature (degrees F)",
"MN07": "Monthly mean minimum soil temperature (degrees F)",
"MN08": "Monthly mean minimum soil temperature (degrees F)",
"MN1190": "Monthly mean minimum soil temperature(cover: grass",
"MN1191": "Monthly mean minimum soil temperature(cover: grass",
"MN1290": "Monthly mean minimum soil temperature(cover: grass",
"MN1291": "Monthly mean minimum soil temperature(cover: grass",
"MN1299": "Monthly mean minimum soil temperature(cover: grass",
"MN1390": "Monthly mean minimum soil temperature(cover: grass",
"MN1391": "Monthly mean minimum soil temperature(cover: grass",
"MN1399": "Monthly mean minimum soil temperature(cover: grass",
"MN1490": "Monthly mean minimum soil temperature(cover: grass",
"MN1499": "Monthly mean minimum soil temperature(cover: grass",
"MN2190": "Monthly mean minimum soil temperature(cover: fallow",
"MN2192": "Monthly mean minimum soil temperature(cover: fallow",
"MN2290": "Monthly mean minimum soil temperature(cover: fallow",
"MN2292": "Monthly mean minimum soil temperature(cover: fallow",
"MN2390": "Monthly mean minimum soil temperature(cover: fallow",
"MN2392": "Monthly mean minimum soil temperature(cover: fallow",
"MN3190": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3192": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3199": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3290": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3292": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3299": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3390": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3392": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3399": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3490": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3499": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3590": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3599": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3690": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3699": "Monthly mean minimum soil temperature(cover: bare ground",
"MN5190": "Monthly mean minimum soil temperature(cover: sod",
"MN5199": "Monthly mean minimum soil temperature(cover: sod",
"MN5290": "Monthly mean minimum soil temperature(cover: sod",
"MN5291": "Monthly mean minimum soil temperature(cover: sod",
"MN5299": "Monthly mean minimum soil temperature(cover: sod",
"MN5390": "Monthly mean minimum soil temperature(cover: sod",
"MN5399": "Monthly mean minimum soil temperature(cover: sod",
"MN5490": "Monthly mean minimum soil temperature(cover: sod",
"MN5499": "Monthly mean minimum soil temperature(cover: sod",
"MN5590": "Monthly mean minimum soil temperature(cover: sod",
"MN5599": "Monthly mean minimum soil temperature(cover: sod",
"MN5699": "Monthly mean minimum soil temperature(cover: sod",
"MN6190": "Monthly mean minimum soil temperature(cover: straw mulch",
"MN7290": "Monthly mean minimum soil temperature(cover: grass muck",
"MN7293": "Monthly mean minimum soil temperature(cover: grass muck",
"MN8190": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8193": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8290": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8293": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8390": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8393": "Monthly mean minimum soil temperature(cover: bare muck",
"MNPN": "Daily minimum temperature of water in an evaporation pan",
"MNTM": "Monthly mean temperature",
"MO01A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO01P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO01P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO01P2": "Monthly mean soil temperature at observation time(cover: unknown",
"MO02A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO02P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO02P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO03A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO03P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO03P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO03P2": "Monthly mean soil temperature at observation time(cover: unknown",
"MO04A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO04P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO04P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO04P2": "Monthly mean soil temperature at observation time(cover: unknown",
"MO05A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO05P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO05P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO05P2": "Monthly mean soil temperature at observation time(cover: unknown",
"MO07P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO11A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO11P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO12A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO12P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO13A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO13P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO14A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO14A1": "Monthly mean soil temperature at observation time(cover: grass",
"MO14P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO15A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO15A1": "Monthly mean soil temperature at observation time(cover: grass",
"MO15P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO16A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO16P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO17A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO17P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO21A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO22A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO23A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO24A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO25A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO31A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO31P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO32A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO32P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO33A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO33P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO34A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO34A2": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO34P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO35A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO35A2": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO35P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO36A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO36P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO37A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO37P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO51A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO51P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO52A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO52P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO53A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO53P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO54A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO54P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO55A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO55P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO56A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO56P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO57A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO57P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO84A0": "Monthly mean soil temperature at observation time(cover: bare muck",
"MO84A3": "Monthly mean soil temperature at observation time(cover: bare muck",
"MO85A0": "Monthly mean soil temperature at observation time(cover: bare muck",
"MO85A3": "Monthly mean soil temperature at observation time(cover: bare muck",
"MTD-PRCP-NORMAL": "Long-term average month-to-date precipitation totals",
"MTD-SNOW-NORMAL": "Long-term average month-to-date snowfall totals",
"MX01": "Monthly mean maximum soil temperature (degrees F)",
"MX0190": "Monthly mean maximum soil temperature(cover: unknown",
"MX02": "Monthly mean maximum soil temperature (degrees F)",
"MX0290": "Monthly mean maximum soil temperature(cover: unknown",
"MX0299": "Monthly mean maximum soil temperature(cover: unknown",
"MX03": "Monthly mean maximum soil temperature (degrees F)",
"MX0390": "Monthly mean maximum soil temperature(cover: unknown",
"MX04": "Monthly mean maximum soil temperature (degrees F)",
"MX05": "Monthly mean maximum soil temperature (degrees F)",
"MX06": "Monthly mean maximum soil temperature (degrees F)",
"MX07": "Monthly mean maximum soil temperature (degrees F)",
"MX08": "Monthly mean maximum soil temperature (degrees F)",
"MX1190": "Monthly mean maximum soil temperature(cover: grass",
"MX1191": "Monthly mean maximum soil temperature(cover: grass",
"MX1290": "Monthly mean maximum soil temperature(cover: grass",
"MX1291": "Monthly mean maximum soil temperature(cover: grass",
"MX1299": "Monthly mean maximum soil temperature(cover: grass",
"MX1390": "Monthly mean maximum soil temperature(cover: grass",
"MX1391": "Monthly mean maximum soil temperature(cover: grass",
"MX1399": "Monthly mean maximum soil temperature(cover: grass",
"MX1490": "Monthly mean maximum soil temperature(cover: grass",
"MX1499": "Monthly mean maximum soil temperature(cover: grass",
"MX1599": "Monthly mean maximum soil temperature(cover: grass",
"MX1799": "Monthly mean maximum soil temperature(cover: grass",
"MX2190": "Monthly mean maximum soil temperature(cover: fallow",
"MX2192": "Monthly mean maximum soil temperature(cover: fallow",
"MX2290": "Monthly mean maximum soil temperature(cover: fallow",
"MX2292": "Monthly mean maximum soil temperature(cover: fallow",
"MX2390": "Monthly mean maximum soil temperature(cover: fallow",
"MX2392": "Monthly mean maximum soil temperature(cover: fallow",
"MX3190": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3192": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3199": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3290": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3292": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3299": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3390": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3392": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3399": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3490": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3499": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3590": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3599": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3699": "Monthly mean maximum soil temperature(cover: bare ground",
"MX5190": "Monthly mean maximum soil temperature(cover: sod",
"MX5199": "Monthly mean maximum soil temperature(cover: sod",
"MX5290": "Monthly mean maximum soil temperature(cover: sod",
"MX5291": "Monthly mean maximum soil temperature(cover: sod",
"MX5299": "Monthly mean maximum soil temperature(cover: sod",
"MX5390": "Monthly mean maximum soil temperature(cover: sod",
"MX5399": "Monthly mean maximum soil temperature(cover: sod",
"MX5490": "Monthly mean maximum soil temperature(cover: sod",
"MX5499": "Monthly mean maximum soil temperature(cover: sod",
"MX5590": "Monthly mean maximum soil temperature(cover: sod",
"MX5599": "Monthly mean maximum soil temperature(cover: sod",
"MX5699": "Monthly mean maximum soil temperature(cover: sod",
"MX6190": "Monthly mean maximum soil temperature(cover: straw mulch",
"MX7290": "Monthly mean maximum soil temperature(cover: grass muck",
"MX7293": "Monthly mean maximum soil temperature(cover: grass muck",
"MX8190": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8193": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8290": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8293": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8390": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8393": "Monthly mean maximum soil temperature(cover: bare muck",
"MXPN": "Daily maximum temperature of water in an evaporation pan",
"MXSD": "Maximum snow depth",
"N0C": "Correlation Coefficient (approx. elev. angle: 0.5 deg)",
"N0H": "Hydrometeor Classification (approx. elev.: 0.5 deg)",
"N0K": "Specific Differential Phase (approx. elev.: 0.5 deg)",
"N0Q": "Digital Base Reflectivity (approx. elev. angle: 0.5 deg)",
"N0R": "Base Reflectivity (approx. elev. angle: 0.5 deg)",
"N0S": "Storm Relative Velocity (approx. elev. angle: 0.5 deg)",
"N0V": "Base Velocity (approx. elev. angle: 0.5 deg)",
"N0W": "Base Velocity",
"N0X": "Differential Reflectivity (approx. elev. angle: 0.5 deg)",
"N0Z": "Long Range Base Reflectivity (460 km.",
"N1C": "Correlation Coefficient (approx. elev. angle: 1.5 deg)",
"N1H": "Hydrometeor Classification (approx. elev.: 1.5 deg)",
"N1K": "Specific Differential Phase (approx. elev.: 1.5 deg)",
"N1P": "One Hour Precipitation Total",
"N1Q": "Digital Base Reflectivity (approx. elev. angle: 1.5 deg)",
"N1R": "Base Reflectivity (approx. elev. angle: 1.5 deg)",
"N1S": "Storm Relative Velocity (approx. elev. angle: 1.5 deg)",
"N1V": "Base Velocity (approx. elev. angle: 1.5 deg)",
"N1X": "Differential Reflectivity (approx. elev. angle: 1.5 deg)",
"N2C": "Correlation Coefficient (approx. elev. angle: 2.4 deg)",
"N2H": "Hydrometeor Classification (approx. elev.: 2.4 deg)",
"N2K": "Specific Differential Phase (approx. elev.: 2.4 deg)",
"N2Q": "Digital Base Reflectivity (approx. elev. angle: 2.4 deg)",
"N2R": "Base Reflectivity (approx. elev. angle: 2.4 deg)",
"N2S": "Storm Relative Velocity (approx. elev. angle: 2.4 deg)",
"N2V": "Base Velocity (approx. elev. angle: 2.4 deg)",
"N2X": "Differential Reflectivity (approx. elev. angle: 2.4 deg)",
"N3C": "Correlation Coefficient (approx. elev. angle: 3.4 deg)",
"N3H": "Hydrometeor Classification (approx. elev.: 3.4 deg)",
"N3K": "Specific Differential Phase (approx. elev.: 3.4 deg)",
"N3P": "Three Hour Precipitation Total",
"N3Q": "Digital Base Reflectivity (approx. elev. angle: 3.4 deg)",
"N3R": "Base Reflectivity (approx. elev. angle: 3.4 deg)",
"N3S": "Storm Relative Velocity (approx. elev. angle: 3.4 deg)",
"N3V": "Base Velocity (approx. elev. angle: 3.4 deg)",
"N3X": "Differential Reflectivity (approx. elev. angle: 3.4 deg)",
"NAC": "Correlation Coefficient (approx. elev. angle: 0.8 deg)",
"NAH": "Hydrometeor Classification (approx. elev.: 0.8 deg)",
"NAK": "Specific Differential Phase (approx. elev.: 0.8 deg)",
"NAQ": "Digital Base Reflectivity (approx. elev. angle: 0.8 deg)",
"NAX": "Differential Reflectivity (approx. elev. angle: 0.9 deg)",
"NBC": "Correlation Coefficient (approx. elev. angle: 1.8 deg)",
"NBH": "Hydrometeor Classification (approx. elev.: 1.8 deg)",
"NBK": "Specific Differential Phase (approx. elev.: 1.8 deg)",
"NBQ": "Digital Base Reflectivity (approx. elev. angle: 1.8 deg)",
"NBX": "Differential Reflectivity (approx. elev. angle: 1.8 deg)",
"NCR": "Composite Reflectivity (4x4 km. grid",
"NCZ": "Composite Reflectivity (2x2 km. grid",
"NET": "Echo Tops",
"NHI": "Hail Index",
"NHL": "High Layer Composite Reflectivity",
"NLL": "Low Layer Composite Reflectivity",
"NMD": "Digital Mesocyclone Detection Algorithm",
"NME": "Mesocyclone",
"NML": "Mid Layer Composite Reflectivity",
"NSP": "Base Spectrum Width (60 km. range)",
"NSS": "Storm Structure",
"NST": "Storm Tracking Information",
"NSW": "Base Spectrum Width (230 km. range)",
"NTP": "Storm Total Precipitation",
"NTV": "Tornadic Vortex Signature",
"NVL": "Vertical Integrated Liquid",
"OHA": "One Hour Accumulation(One Hour Precipitation total (16 levels) with Dual Pol. algorithm)",
"PGTM": "Peak gust time",
"PRCP": "Precipitation",
"PSUN": "Daily percent of possible sunshine for the period",
"PTA": "Storm Total Accumulation(Storm Total Precipitation total (16 levels) with Dual Pol. algorithm)",
"QGAG": "Precipitation",
"QPCP": "Precipitation",
"RCM": "Radar Coded Message",
"RSL": "WSR-88D Radar Status Log",
"SN01": "Minimum soil temperature with unknown cover at 5 cm depth",
"SN02": "Minimum soil temperature with unknown cover at 10 cm depth",
"SN03": "Minimum soil temperature with unknown cover at 20 cm depth",
"SN11": "Minimum soil temperature with grass cover at 5 cm depth",
"SN12": "Minimum soil temperature with grass cover at 10 cm depth",
"SN13": "Minimum soil temperature with grass cover at 20 cm depth",
"SN14": "Minimum soil temperature with grass cover at 50 cm depth",
"SN21": "Minimum soil temperature with fallow cover at 5 cm depth",
"SN22": "Minimum soil temperature with fallow cover at 10 cm depth",
"SN23": "Minimum soil temperature with fallow cover at 20 cm depth",
"SN31": "Minimum soil temperature with bare ground cover at 5 cm depth",
"SN32": "Minimum soil temperature with bare ground cover at 10 cm depth",
"SN33": "Minimum soil temperature with bare ground cover at 20 cm depth",
"SN34": "Minimum soil temperature with bare ground cover at 50 cm depth",
"SN35": "Minimum soil temperature with bare ground cover at 100 cm depth",
"SN36": "Minimum soil temperature with bare ground cover at 150 cm depth",
"SN51": "Minimum soil temperature with sod cover at 5 cm depth",
"SN52": "Minimum soil temperature with sod cover at 10 cm depth",
"SN53": "Minimum soil temperature with sod cover at 20 cm depth",
"SN54": "Minimum soil temperature with sod cover at 50 cm depth",
"SN55": "Minimum soil temperature with sod cover at 100 cm depth",
"SN56": "Minimum soil temperature with sod cover at 150 cm depth",
"SN57": "Minimum soil temperature with sod cover at 180 cm depth",
"SN61": "Minimum soil temperature with straw multch cover at 5 cm depth",
"SN72": "Minimum soil temperature with grass muck cover at 10 cm depth",
"SN81": "Minimum soil temperature with bare muck cover at 5 cm depth",
"SN82": "Minimum soil temperature with bare muck cover at 10 cm depth",
"SN83": "Minimum soil temperature with bare muck cover at 20 cm depth",
"SNOW": "Snowfall",
"SNWD": "Snow depth",
"SON-CLDD-BASE45": "Long-term averages of autumn cooling degree days with base 45F",
"SON-CLDD-BASE50": "Long-term averages of autumn cooling degree days with base 50F",
"SON-CLDD-BASE55": "Long-term averages of autumn cooling degree days with base 55F",
"SON-CLDD-BASE57": "Long-term averages of autumn cooling degree days with base 57F",
"SON-CLDD-BASE60": "Long-term averages of autumn cooling degree days with base 60F",
"SON-CLDD-BASE70": "Long-term averages of autumn cooling degree days with base 70F",
"SON-CLDD-BASE72": "Long-term averages of autumn cooling degree days with base 72F",
"SON-CLDD-NORMAL": "Long-term averages of autumn cooling degree days with base 65F",
"SON-DUTR-NORMAL": "Long-term averages of autumn diurnal temperature range",
"SON-GRDD-BASE40": "Long-term averages of fall growing degree days with base 40F",
"SON-GRDD-BASE45": "Long-term averages of fall growing degree days with base 45F",
"SON-GRDD-BASE50": "Long-term averages of fall growing degree days with base 50F",
"SON-GRDD-BASE55": "Long-term averages of fall growing degree days with base 55F",
"SON-GRDD-BASE57": "Long-term averages of fall growing degree days with base 57F",
"SON-GRDD-BASE60": "Long-term averages of fall growing degree days with base 60F",
"SON-GRDD-BASE65": "Long-term averages of fall growing degree days with base 65F",
"SON-GRDD-BASE70": "Long-term averages of fall growing degree days with base 70F",
"SON-GRDD-BASE72": "Long-term averages of fall growing degree days with base 72F",
"SON-GRDD-TB4886": "Long-term averages of summer growing degree days with truncated bases 48F and 86F",
"SON-GRDD-TB5086": "Long-term averages of summer growing degree days with truncated bases 50F and 86F",
"SON-HTDD-BASE40": "Long-term averages of autumn heating degree days with base 40F",
"SON-HTDD-BASE45": "Long-term averages of autumn heating degree days with base 45F",
"SON-HTDD-BASE50": "Long-term averages of autumn heating degree days with base 50F",
"SON-HTDD-BASE55": "Long-term averages of autumn heating degree days with base 55F",
"SON-HTDD-BASE57": "Long-term averages of autumn heating degree days with base 57F",
"SON-HTDD-BASE60": "Long-term averages of autumn heating degree days with base 60F",
"SON-HTDD-NORMAL": "Long-term averages of autumn heating degree days with base 65F",
"SON-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days during September-November with precipitation \u003E= 0.01 inches",
"SON-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days during September-November with precipitation \u003E= 0.10 inches",
"SON-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days during September-November with precipitation \u003E= 0.50 inches",
"SON-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days during September-November with precipitation \u003E= 1.00 inches",
"SON-PRCP-NORMAL": "Long-term averages of seasonal precipitation totals for September-November",
"SON-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days during September-November with snowfall \u003E= 0.1 inches",
"SON-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days during September-November with snowfall \u003E= 1.0 inches",
"SON-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days during September-November with snowfall \u003E= 3.0 inches",
"SON-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days during September-November with snowfall \u003E= 5.0 inches",
"SON-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days during September-November with snowfall \u003E= 10.0 inches",
"SON-SNOW-NORMAL": "Long-term averages of seasonal snowfall totals for September-November",
"SON-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days during September-November with snow depth \u003E= 1 inch",
"SON-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days during September-November with snow depth \u003E= 3 inches",
"SON-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days during September-November with snow depth \u003E= 5 inches",
"SON-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days during September-November with snow depth \u003E= 10 inches",
"SON-TAVG-NORMAL": "Long-term averages of autumn average temperature",
"SON-TMAX-AVGNDS-GRTH040": "Long-term average number of days per autumn where tmax is greater than or equal to 40F",
"SON-TMAX-AVGNDS-GRTH050": "Long-term average number of days per autumn where tmax is greater than or equal to 50F",
"SON-TMAX-AVGNDS-GRTH060": "Long-term average number of days per autumn where tmax is greater than or equal to 60F",
"SON-TMAX-AVGNDS-GRTH070": "Long-term average number of days per autumn where tmax is greater than or equal to 70F",
"SON-TMAX-AVGNDS-GRTH080": "Long-term average number of days per autumn where tmax is greater than or equal to 80F",
"SON-TMAX-AVGNDS-GRTH090": "Long-term average number of days per autumn where tmax is greater than or equal to 90F",
"SON-TMAX-AVGNDS-GRTH100": "Long-term average number of days per autumn where tmax is greater than or equal to 100F",
"SON-TMAX-AVGNDS-LSTH032": "Long-term average number of days per autumn where tmax is less than or equal to 32F",
"SON-TMAX-NORMAL": "Long-term averages of autumn maximum temperature",
"SON-TMIN-AVGNDS-LSTH000": "Long-term average number of days per autumn where tmin is less than or equal to 0F",
"SON-TMIN-AVGNDS-LSTH010": "Long-term average number of days per autumn where tmin is less than or equal to 10F",
"SON-TMIN-AVGNDS-LSTH020": "Long-term average number of days per autumn where tmin is less than or equal to 20F",
"SON-TMIN-AVGNDS-LSTH032": "Long-term average number of days per autumn where tmin is less than or equal to 32F",
"SON-TMIN-AVGNDS-LSTH040": "Long-term average number of days per autumn where tmin is less than or equal to 40F",
"SON-TMIN-AVGNDS-LSTH050": "Long-term average number of days per autumn where tmin is less than or equal to 50F",
"SON-TMIN-AVGNDS-LSTH060": "Long-term average number of days per autumn where tmin is less than or equal to 60F",
"SON-TMIN-AVGNDS-LSTH070": "Long-term average number of days per autumn where tmin is less than or equal to 70F",
"SON-TMIN-NORMAL": "Long-term averages of autumn minimum temperature",
"SPD": "Supplemental Precipitation Data",
"SX01": "Maximum soil temperature with unknown cover at 5 cm depth",
"SX02": "Maximum soil temperature with unknown cover at 10 cm depth",
"SX03": "Maximum soil temperature with unknown cover at 20 cm depth",
"SX11": "Maximum soil temperature with grass cover at 5 cm depth",
"SX12": "Maximum soil temperature with grass cover at 10 cm depth",
"SX13": "Maximum soil temperature with grass cover at 20 cm depth",
"SX14": "Maximum soil temperature with grass cover at 50 cm depth",
"SX15": "Maximum soil temperature with grass cover at 100 cm depth",
"SX17": "Maximum soil temperature with grass cover at 180 cm depth",
"SX21": "Maximum soil temperature with fallow cover at 5 cm depth",
"SX22": "Maximum soil temperature with fallow cover at 10 cm depth",
"SX23": "Maximum soil temperature with fallow cover at 20 cm depth",
"SX31": "Maximum soil temperature with bare ground cover at 5 cm depth",
"SX32": "Maximum soil temperature with bare ground cover at 10 cm depth",
"SX33": "Maximum soil temperature with bare ground cover at 20 cm depth",
"SX34": "Maximum soil temperature with bare ground cover at 50 cm depth",
"SX35": "Maximum soil temperature with bare ground cover at 100 cm depth",
"SX36": "Maximum soil temperature with bare ground cover at 150 cm depth",
"SX51": "Maximum soil temperature with sod cover at 5 cm depth",
"SX52": "Maximum soil temperature with sod cover at 10 cm depth",
"SX53": "Maximum soil temperature with sod cover at 20 cm depth",
"SX54": "Maximum soil temperature with sod cover at 50 cm depth",
"SX55": "Maximum soil temperature with sod cover at 100 cm depth",
"SX56": "Maximum soil temperature with sod cover at 150 cm depth",
"SX57": "Maximum soil temperature with sod cover at 180 cm depth",
"SX61": "Maximum soil temperature with straw multch cover at 5 cm depth",
"SX72": "Maximum soil temperature with grass muck cover at 10 cm depth",
"SX81": "Maximum soil temperature with bare muck cover at 5 cm depth",
"SX82": "Maximum soil temperature with bare muck cover at 10 cm depth",
"SX83": "Maximum soil temperature with bare muck cover at 20 cm depth",
"TAVG": "Average Temperature.",
"TEVP": "Total monthly evaporation.",
"THIC": "Thickness of ice on water",
"TMAX": "Maximum temperature",
"TMIN": "Minimum temperature",
"TOBS": "Temperature at the time of observation",
"TPCP": "Total precipitation",
"TR0": "TDWR Base Reflectivity",
"TR1": "TDWR Base Reflectivity",
"TR2": "TDWR Base Reflectivity",
"TSNW": "Total snow fall",
"TSUN": "Total sunshine for the period",
"TV0": "TDWR Base Velocity (first elevation angle)",
"TV1": "TDWR Base Velocity (second elevation angle)",
"TV2": "TDWR Base Velocity (third elevation angle)",
"TWND": "Total monthly wind movement over evaporation pan.",
"TZL": "TDWR Long Range Base Reflectivity (0.6 elev angle)",
"WDF1": "Direction of fastest 1-minute wind",
"WDF2": "Direction of fastest 2-minute wind",
"WDF5": "Direction of fastest 5-second wind",
"WDFG": "Direction of peak wind gust",
"WDFI": "Direction of highest instantaneous wind",
"WDFM": "Fastest mile wind direction",
"WDMV": "Total wind movement",
"WESD": "Water equivalent of snow on the ground",
"WESF": "Water equivalent of snowfall",
"WSF1": "Fastest 1-minute wind speed",
"WSF2": "Fastest 2-minute wind speed",
"WSF5": "Fastest 5-second wind speed",
"WSFG": "Peak gust wind speed",
"WSFI": "Highest instantaneous wind speed",
"WSFM": "Fastest mile wind speed"
}
{
"ACMC": "Average cloudiness midnight to midnight from 30-second ceilometer data",
"ACMH": "Average cloudiness midnight to midnight from manual observations",
"ACSC": "Average cloudiness sunrise to sunset from 30-second ceilometer data",
"ACSH": "Average cloudiness sunrise to sunset from manual observations",
"ALL": "Base Data",
"ANN-CLDD-BASE45": "Long-term averages of annual cooling degree days with base 45F",
"ANN-CLDD-BASE50": "Long-term averages of annual cooling degree days with base 50F",
"ANN-CLDD-BASE55": "Long-term averages of annual cooling degree days with base 55F",
"ANN-CLDD-BASE57": "Long-term averages of annual cooling degree days with base 57F",
"ANN-CLDD-BASE60": "Long-term averages of annual cooling degree days with base 60F",
"ANN-CLDD-BASE70": "Long-term averages of annual cooling degree days with base 70F",
"ANN-CLDD-BASE72": "Long-term averages of annual cooling degree days with base 72F",
"ANN-CLDD-NORMAL": "Long-term averages of annual cooling degree days with base 65F",
"ANN-DUTR-NORMAL": "Long-term averages of annual diurnal temperature range",
"ANN-GRDD-BASE40": "Long-term averages of annual growing degree days with base 40F",
"ANN-GRDD-BASE45": "Long-term averages of annual growing degree days with base 45F",
"ANN-GRDD-BASE50": "Long-term averages of annual growing degree days with base 50F",
"ANN-GRDD-BASE55": "Long-term averages of annual growing degree days with base 55F",
"ANN-GRDD-BASE57": "Long-term averages of annual growing degree days with base 57F",
"ANN-GRDD-BASE60": "Long-term averages of annual growing degree days with base 60F",
"ANN-GRDD-BASE65": "Long-term averages of annual growing degree days with base 65F",
"ANN-GRDD-BASE70": "Long-term averages of annual growing degree days with base 70F",
"ANN-GRDD-BASE72": "Long-term averages of annual growing degree days with base 72F",
"ANN-GRDD-TB4886": "Long-term averages of annual growing degree days with truncated bases 48F and 86F",
"ANN-GRDD-TB5086": "Long-term averages of annual growing degree days with truncated bases 50F and 86F",
"ANN-HTDD-BASE40": "Long-term averages of annual heating degree days with base 40F",
"ANN-HTDD-BASE45": "Long-term averages of annual heating degree days with base 45F",
"ANN-HTDD-BASE50": "Long-term averages of annual heating degree days with base 50F",
"ANN-HTDD-BASE55": "Long-term averages of annual heating degree days with base 55F",
"ANN-HTDD-BASE57": "Long-term averages of annual heating degree days with base 57F",
"ANN-HTDD-BASE60": "Long-term averages of annual heating degree days with base 60F",
"ANN-HTDD-NORMAL": "Long-term averages of annual heating degree days with base 65F",
"ANN-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days during the year with precipitation \u003E= 0.01 inches",
"ANN-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days during the year with precipitation \u003E= 0.10 inches",
"ANN-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days during the year with precipitation \u003E= 0.50 inches",
"ANN-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days during the year with precipitation \u003E= 1.00 inches",
"ANN-PRCP-NORMAL": "Long-term averages of annual precipitation totals",
"ANN-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days during the year with snowfall \u003E= 0.1 inches",
"ANN-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days during the year with snowfall \u003E= 1.0 inches",
"ANN-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days during the year with snowfall \u003E= 3.0 inches",
"ANN-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days during the year with snowfall \u003E= 5.0 inches",
"ANN-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days during the year with snowfall \u003E= 10.0 inches",
"ANN-SNOW-NORMAL": "Long-term averages of annual snowfall totals",
"ANN-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days during the year with snow depth \u003E= 1 inch",
"ANN-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days during the year with snow depth \u003E= 3 inches",
"ANN-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days during the year with snow depth \u003E=5 inches",
"ANN-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days during the year with snow depth \u003E=10 inches",
"ANN-TAVG-NORMAL": "Long-term averages of annual average temperature",
"ANN-TMAX-AVGNDS-GRTH040": "Long-term average number of days per year where tmax is greater than or equal to 40F",
"ANN-TMAX-AVGNDS-GRTH050": "Long-term average number of days per year where tmax is greater than or equal to 50F",
"ANN-TMAX-AVGNDS-GRTH060": "Long-term average number of days per year where tmax is greater than or equal to 60F",
"ANN-TMAX-AVGNDS-GRTH070": "Long-term average number of days per year where tmax is greater than or equal to 70F",
"ANN-TMAX-AVGNDS-GRTH080": "Long-term average number of days per year where tmax is greater than or equal to 80F",
"ANN-TMAX-AVGNDS-GRTH090": "Long-term average number of days per year where tmax is greater than or equal to 90F",
"ANN-TMAX-AVGNDS-GRTH100": "Long-term average number of days per year where tmax is greater than or equal to 100F",
"ANN-TMAX-AVGNDS-LSTH032": "Long-term average number of days per year where tmax is less than or equal to 32F",
"ANN-TMAX-NORMAL": "Long-term averages of annual maximum temperature",
"ANN-TMIN-AVGNDS-LSTH000": "Long-term average number of days per year where tmin is less than or equal to 0F",
"ANN-TMIN-AVGNDS-LSTH010": "Long-term average number of days per year where tmin is less than or equal to 10F",
"ANN-TMIN-AVGNDS-LSTH020": "Long-term average number of days per year where tmin is less than or equal to 20F",
"ANN-TMIN-AVGNDS-LSTH032": "Long-term average number of days per year where tmin is less than or equal to 32F",
"ANN-TMIN-AVGNDS-LSTH040": "Long-term average number of days per year where tmin is less than or equal to 40F",
"ANN-TMIN-AVGNDS-LSTH050": "Long-term average number of days per year where tmin is less than or equal to 50F",
"ANN-TMIN-AVGNDS-LSTH060": "Long-term average number of days per year where tmin is less than or equal to 60F",
"ANN-TMIN-AVGNDS-LSTH070": "Long-term average number of days per year where tmin is less than or equal to 70F",
"ANN-TMIN-NORMAL": "Long-term averages of annual minimum temperature",
"ANN-TMIN-PRBFST-T16FP10": "10% probability date of first 16F occurrence or earlier",
"ANN-TMIN-PRBFST-T16FP20": "20% probability date of first 16F occurrence or earlier",
"ANN-TMIN-PRBFST-T16FP30": "30% probability date of first 16F occurrence or earlier",
"ANN-TMIN-PRBFST-T16FP40": "40% probability date of first 16F occurrence or earlier",
"ANN-TMIN-PRBFST-T16FP50": "50% probability date of first 16F occurrence or earlier",
"ANN-TMIN-PRBFST-T16FP60": "60% probability date of first 16F occurrence or earlier",
"ANN-TMIN-PRBFST-T16FP70": "70% probability date of first 16F occurrence or earlier",
"ANN-TMIN-PRBFST-T16FP80": "80% probability date of first 16F occurrence or earlier",
"ANN-TMIN-PRBFST-T16FP90": "90% probability date of first 16F occurrence or earlier",
"ANN-TMIN-PRBFST-T20FP10": "10% probability date of first 20F occurrence or earlier",
"ANN-TMIN-PRBFST-T20FP20": "20% probability date of first 20F occurrence or earlier",
"ANN-TMIN-PRBFST-T20FP30": "30% probability date of first 20F occurrence or earlier",
"ANN-TMIN-PRBFST-T20FP40": "40% probability date of first 20F occurrence or earlier",
"ANN-TMIN-PRBFST-T20FP50": "50% probability date of first 20F occurrence or earlier",
"ANN-TMIN-PRBFST-T20FP60": "60% probability date of first 20F occurrence or earlier",
"ANN-TMIN-PRBFST-T20FP70": "70% probability date of first 20F occurrence or earlier",
"ANN-TMIN-PRBFST-T20FP80": "80% probability date of first 20F occurrence or earlier",
"ANN-TMIN-PRBFST-T20FP90": "90% probability date of first 20F occurrence or earlier",
"ANN-TMIN-PRBFST-T24FP10": "10% probability date of first 24F occurrence or earlier",
"ANN-TMIN-PRBFST-T24FP20": "20% probability date of first 24F occurrence or earlier",
"ANN-TMIN-PRBFST-T24FP30": "30% probability date of first 24F occurrence or earlier",
"ANN-TMIN-PRBFST-T24FP40": "40% probability date of first 24F occurrence or earlier",
"ANN-TMIN-PRBFST-T24FP50": "50% probability date of first 24F occurrence or earlier",
"ANN-TMIN-PRBFST-T24FP60": "60% probability date of first 24F occurrence or earlier",
"ANN-TMIN-PRBFST-T24FP70": "70% probability date of first 24F occurrence or earlier",
"ANN-TMIN-PRBFST-T24FP80": "80% probability date of first 24F occurrence or earlier",
"ANN-TMIN-PRBFST-T24FP90": "90% probability date of first 24F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP10": "10% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP20": "20% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP30": "30% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP40": "40% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP50": "50% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP60": "60% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP70": "70% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP80": "80% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T28FP90": "90% probability date of first 28F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP10": "10% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP20": "20% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP30": "30% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP40": "40% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP50": "50% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP60": "60% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP70": "70% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP80": "80% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T32FP90": "90% probability date of first 32F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP10": "10% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP20": "20% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP30": "30% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP40": "40% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP50": "50% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP60": "60% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP70": "70% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP80": "80% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBFST-T36FP90": "90% probability date of first 36F occurrence or earlier",
"ANN-TMIN-PRBGSL-T16FP10": "10% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP20": "20% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP30": "30% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP40": "40% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP50": "50% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP60": "60% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP70": "70% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP80": "80% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T16FP90": "90% probability of 16F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP10": "10% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP20": "20% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP30": "30% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP40": "40% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP50": "50% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP60": "60% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP70": "70% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP80": "80% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T20FP90": "90% probability of 20F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP10": "10% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP20": "20% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP30": "30% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP40": "40% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP50": "50% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP60": "60% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP70": "70% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP80": "80% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T24FP90": "90% probability of 24F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP10": "10% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP20": "20% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP30": "30% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP40": "40% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP50": "50% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP60": "60% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP70": "70% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP80": "80% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T28FP90": "90% probability of 28F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP10": "10% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP20": "20% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP30": "30% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP40": "40% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP50": "50% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP60": "60% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP70": "70% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP80": "80% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T32FP90": "90% probability of 32F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP10": "10% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP20": "20% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP30": "30% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP40": "40% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP50": "50% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP60": "60% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP70": "70% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP80": "80% probability of 36F growing season length or longer",
"ANN-TMIN-PRBGSL-T36FP90": "90% probability of 36F growing season length or longer",
"ANN-TMIN-PRBLST-T16FP10": "10% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP20": "20% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP30": "30% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP40": "40% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP50": "50% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP60": "60% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP70": "70% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP80": "80% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T16FP90": "90% probability date of last 16F occurrence or later",
"ANN-TMIN-PRBLST-T20FP10": "10% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP20": "20% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP30": "30% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP40": "40% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP50": "50% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP60": "60% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP70": "70% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP80": "80% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T20FP90": "90% probability date of last 20F occurrence or later",
"ANN-TMIN-PRBLST-T24FP10": "10% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP20": "20% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP30": "30% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP40": "40% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP50": "50% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP60": "60% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP70": "70% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP80": "80% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T24FP90": "90% probability date of last 24F occurrence or later",
"ANN-TMIN-PRBLST-T28FP10": "10% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP20": "20% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP30": "30% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP40": "40% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP50": "50% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP60": "60% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP70": "70% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP80": "80% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T28FP90": "90% probability date of last 28F occurrence or later",
"ANN-TMIN-PRBLST-T32FP10": "10% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP20": "20% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP30": "30% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP40": "40% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP50": "50% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP60": "60% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP70": "70% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP80": "80% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T32FP90": "90% probability date of last 32F occurrence or later",
"ANN-TMIN-PRBLST-T36FP10": "10% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP20": "20% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP30": "30% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP40": "40% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP50": "50% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP60": "60% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP70": "70% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP80": "80% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBLST-T36FP90": "90% probability date of last 36F occurrence or later",
"ANN-TMIN-PRBOCC-LSTH016": "probability of 16F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH020": "probability of 20F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH024": "probability of 24F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH028": "probability of 28F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH032": "probability of 32F or below at least once in the year",
"ANN-TMIN-PRBOCC-LSTH036": "probability of 36F or below at least once in the year",
"AWND": "Average wind speed",
"CDSD": "Cooling Degree Days Season to Date",
"CLDD": "Cooling Degree Days",
"DAA": "Digital Accumulation Array(One Hour Precipitation total (256 levels) with Dual Pol. algorithm)",
"DAEV": "Number of days included in the multiday evaporation total (MDEV)",
"DAPR": "Number of days included in the multiday precipitation total (MDPR)",
"DASF": "Number of days included in the multiday snow fall total (MDSF) ",
"DATN": "Number of days included in the multiday minimum temperature (MDTN)",
"DATX": "Number of days included in the multiday maximum temperature (MDTX)",
"DAWM": "Number of days included in the multiday wind movement (MDWM)",
"DHR": "Digital Hybrid Scan Reflectivity",
"DJF-CLDD-BASE45": "Long-term averages of winter cooling degree days with base 45F",
"DJF-CLDD-BASE50": "Long-term averages of winter cooling degree days with base 50F",
"DJF-CLDD-BASE55": "Long-term averages of winter cooling degree days with base 55F",
"DJF-CLDD-BASE57": "Long-term averages of winter cooling degree days with base 57F",
"DJF-CLDD-BASE60": "Long-term averages of winter cooling degree days with base 60F",
"DJF-CLDD-BASE70": "Long-term averages of winter cooling degree days with base 70F",
"DJF-CLDD-BASE72": "Long-term averages of winter cooling degree days with base 72F",
"DJF-CLDD-NORMAL": "Long-term averages of winter cooling degree days with base 65F",
"DJF-DUTR-NORMAL": "Long-term averages of winter diurnal temperature range",
"DJF-GRDD-BASE40": "Long-term averages of winter growing degree days with base 40F",
"DJF-GRDD-BASE45": "Long-term averages of winter growing degree days with base 45F",
"DJF-GRDD-BASE50": "Long-term averages of winter growing degree days with base 50F",
"DJF-GRDD-BASE55": "Long-term averages of winter growing degree days with base 55F",
"DJF-GRDD-BASE57": "Long-term averages of winter growing degree days with base 57F",
"DJF-GRDD-BASE60": "Long-term averages of winter growing degree days with base 60F",
"DJF-GRDD-BASE65": "Long-term averages of winter growing degree days with base 65F",
"DJF-GRDD-BASE70": "Long-term averages of winter growing degree days with base 70F",
"DJF-GRDD-BASE72": "Long-term averages of winter growing degree days with base 72F",
"DJF-GRDD-TB4886": "Long-term averages of winter growing degree days with truncated bases 48F and 86F",
"DJF-GRDD-TB5086": "Long-term averages of winter growing degree days with truncated bases 50F and 86F",
"DJF-HTDD-BASE40": "Long-term averages of winter heating degree days with base 40F",
"DJF-HTDD-BASE45": "Long-term averages of winter heating degree days with base 45F",
"DJF-HTDD-BASE50": "Long-term averages of winter heating degree days with base 50F",
"DJF-HTDD-BASE55": "Long-term averages of winter heating degree days with base 55F",
"DJF-HTDD-BASE57": "Long-term averages of winter heating degree days with base 57F",
"DJF-HTDD-BASE60": "Long-term averages of winter heating degree days with base 60F",
"DJF-HTDD-NORMAL": "Long-term averages of winter heating degree days with base 65F",
"DJF-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days during December-February with precipitation \u003E= 0.01 inches",
"DJF-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days during December-February with precipitation \u003E= 0.10 inches",
"DJF-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days during December-February with precipitation \u003E= 0.50 inches",
"DJF-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days during December-February with precipitation \u003E= 1.00 inches",
"DJF-PRCP-NORMAL": "Long-term averages of seasonal precipitation totals forDecember-February",
"DJF-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days during December-February with snowfall \u003E= 0.1 inches",
"DJF-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days during December-February with snowfall \u003E= 1.0 inches",
"DJF-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days during December-February with snowfall \u003E= 3.0 inches",
"DJF-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days during December-February with snowfall \u003E= 5.0 inches",
"DJF-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days during December-February with snowfall \u003E= 10.0 inches",
"DJF-SNOW-NORMAL": "Long-term averages of seasonal snowfall totals for December-February",
"DJF-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days during December-February with snow depth \u003E= 1 inch",
"DJF-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days during December-February with snow depth \u003E= 3 inches",
"DJF-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days during December-February with snow depth \u003E= 5 inches",
"DJF-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days during December-February with snow depth \u003E= 10 inches",
"DJF-TAVG-NORMAL": "Long-term averages of winter average temperature",
"DJF-TMAX-AVGNDS-GRTH040": "Long-term average number of days per winter where tmax is greater than or equal to 40F",
"DJF-TMAX-AVGNDS-GRTH050": "Long-term average number of days per winter where tmax is greater than or equal to 50F",
"DJF-TMAX-AVGNDS-GRTH060": "Long-term average number of days per winter where tmax is greater than or equal to 60F",
"DJF-TMAX-AVGNDS-GRTH070": "Long-term average number of days per winter where tmax is greater than or equal to 70F",
"DJF-TMAX-AVGNDS-GRTH080": "Long-term average number of days per winter where tmax is greater than or equal to 80F",
"DJF-TMAX-AVGNDS-GRTH090": "Long-term average number of days per winter where tmax is greater than or equal to 90F",
"DJF-TMAX-AVGNDS-GRTH100": "Long-term average number of days per winter where tmax is greater than or equal to 100F",
"DJF-TMAX-AVGNDS-LSTH032": "Long-term average number of days per winter where tmax is less than or equal to 32F",
"DJF-TMAX-NORMAL": "Long-term averages of winter maximum temperature",
"DJF-TMIN-AVGNDS-LSTH000": "Long-term average number of days per winter where tmin is less than or equal to 0F",
"DJF-TMIN-AVGNDS-LSTH010": "Long-term average number of days per winter where tmin is less than or equal to 10F",
"DJF-TMIN-AVGNDS-LSTH020": "Long-term average number of days per winter where tmin is less than or equal to 20F",
"DJF-TMIN-AVGNDS-LSTH032": "Long-term average number of days per winter where tmin is less than or equal to 32F",
"DJF-TMIN-AVGNDS-LSTH040": "Long-term average number of days per winter where tmin is less than or equal to 40F",
"DJF-TMIN-AVGNDS-LSTH050": "Long-term average number of days per winter where tmin is less than or equal to 50F",
"DJF-TMIN-AVGNDS-LSTH060": "Long-term average number of days per winter where tmin is less than or equal to 60F",
"DJF-TMIN-AVGNDS-LSTH070": "Long-term average number of days per winter where tmin is less than or equal to 70F",
"DJF-TMIN-NORMAL": "Long-term averages of winter minimum temperature",
"DLY-CLDD-BASE45": "Long-term averages of daily cooling degree days with base 45F",
"DLY-CLDD-BASE50": "Long-term averages of daily cooling degree days with base 50F",
"DLY-CLDD-BASE55": "Long-term averages of daily cooling degree days with base 55F",
"DLY-CLDD-BASE57": "Long-term averages of daily cooling degree days with base 57F",
"DLY-CLDD-BASE60": "Long-term averages of daily cooling degree days with base 60F",
"DLY-CLDD-BASE70": "Long-term averages of daily cooling degree days with base 70F",
"DLY-CLDD-BASE72": "Long-term averages of daily cooling degree days with base 72F",
"DLY-CLDD-NORMAL": "Long-term averages of daily cooling degree days with base 65F",
"DLY-DUTR-NORMAL": "Long-term averages of daily diurnal temperature range",
"DLY-DUTR-STDDEV": "Long-term standard deviations of daily diurnal temperature range",
"DLY-GRDD-BASE40": "Long-term averages of daily growing degree days with base 40F",
"DLY-GRDD-BASE45": "Long-term averages of daily growing degree days with base 45F",
"DLY-GRDD-BASE50": "Long-term averages of daily growing degree days with base 50F",
"DLY-GRDD-BASE55": "Long-term averages of daily growing degree days with base 55F",
"DLY-GRDD-BASE57": "Long-term averages of daily growing degree days with base 57F",
"DLY-GRDD-BASE60": "Long-term averages of daily growing degree days with base 60F",
"DLY-GRDD-BASE65": "Long-term averages of daily growing degree days with base 65F",
"DLY-GRDD-BASE70": "Long-term averages of daily growing degree days with base 70F",
"DLY-GRDD-BASE72": "Long-term averages of daily growing degree days with base 72F",
"DLY-GRDD-TB4886": "Long-term averages of daily growing degree days with truncated bases 48F and 86F",
"DLY-GRDD-TB5086": "Long-term averages of daily growing degree days with truncated bases 50F and 86F",
"DLY-HTDD-BASE40": "Long-term averages of daily heating degree days with base 40F",
"DLY-HTDD-BASE45": "Long-term averages of daily heating degree days with base 45F",
"DLY-HTDD-BASE50": "Long-term averages of daily heating degree days with base 50F",
"DLY-HTDD-BASE55": "Long-term averages of daily heating degree days with base 55F",
"DLY-HTDD-BASE57": "Long-term averages of daily heating degree days with base 57F",
"DLY-HTDD-BASE60": "Long-term averages of daily heating degree days with base 60F",
"DLY-HTDD-NORMAL": "Long-term averages of daily heating degree days with base 65F",
"DLY-PRCP-25PCTL": "25th percentiles of daily nonzero precipitation totals for 29-day windows centered on each day of the year",
"DLY-PRCP-50PCTL": "50th percentiles of daily nonzero precipitation totals for 29-day windows centered on each day of the year",
"DLY-PRCP-75PCTL": "75th percentiles of daily nonzero precipitation totals for 29-day windows centered on each day of the year",
"DLY-PRCP-PCTALL-GE001HI": "Probability of precipitation \u003E= 0.01 inches for 29-day windows centered on each day of the year",
"DLY-PRCP-PCTALL-GE010HI": "Probability of precipitation \u003E= 0.10 inches for 29-day windows centered on each day of the year",
"DLY-PRCP-PCTALL-GE050HI": "Probability of precipitation \u003E= 0.50 inches for 29-day windows centered on each day of the year",
"DLY-PRCP-PCTALL-GE100HI": "Probability of precipitation \u003E= 1.00 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-25PCTL": "25th percentiles of daily nonzero snowfall totals for 29-day windows centered on each day of the year",
"DLY-SNOW-50PCTL": "50th percentiles of daily nonzero snowfall totals for 29-day windows centered on each day of the year",
"DLY-SNOW-75PCTL": "75th percentiles of daily nonzero snowfall totals for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE001TI": "Probability of snowfall \u003E= 0.1 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE010TI": "Probability of snowfall \u003E= 1.0 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE030TI": "Probability of snowfall \u003E= 3.0 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE050TI": "Probability of snowfall \u003E= 5.0 inches for 29-day windows centered on each day of the year",
"DLY-SNOW-PCTALL-GE100TI": "Probability of snowfall \u003E= 10 inches for 29-day windows centered on each day of the year",
"DLY-SNWD-25PCTL": "25th percentiles of daily nonzero snow depth for 29-day windows centered on each day of the year",
"DLY-SNWD-50PCTL": "50th percentiles of daily nonzero snow depth for 29-day windows centered on each day of the year",
"DLY-SNWD-75PCTL": "75th percentiles of daily nonzero snow depth for 29-day windows centered on each day of the year",
"DLY-SNWD-PCTALL-GE001WI": "Probability of snow depth \u003E= 1 inch for 29-day windows centered on each day of the year",
"DLY-SNWD-PCTALL-GE003WI": "Probability of snow depth \u003E= 3 inches for 29-day windows centered on each day of the year",
"DLY-SNWD-PCTALL-GE005WI": "Probability of snow depth \u003E= 5 inches for 29-day windows centered on each day of the year",
"DLY-SNWD-PCTALL-GE010WI": "Probability of snow depth \u003E= 10 inches for 29-day windows centered on each day of the year",
"DLY-TAVG-NORMAL": "Long-term averages of daily average temperature",
"DLY-TAVG-STDDEV": "Long-term standard deviations of daily average temperature",
"DLY-TMAX-NORMAL": "Long-term averages of daily maximum temperature",
"DLY-TMAX-STDDEV": "Long-term standard deviations of daily maximum temperature",
"DLY-TMIN-NORMAL": "Long-term averages of daily minimum temperature",
"DLY-TMIN-STDDEV": "Long-term standard deviations of daily minimum temperature",
"DOD": "One Hour Precipitation Difference = DAA-N1P",
"DP01": "Number of days with greater than or equal to 0.1 inch of precipitation",
"DP05": "Number of days with greater than or equal to 0.5 inch of precipitation",
"DP10": "Number of days with greater than or equal to 1.0 inch of precipitation",
"DPA": "Digital Precipitation Array",
"DPNP": "Departure from normal monthly precipitation.",
"DPNT": "Departure from normal monthly temperature.",
"DPR": "Instantaneous Precipitation Rate",
"DSD": "Storm Total Precipitation Difference = DTA-DSP",
"DSND": "Number days with snow depth \u003E 1 inch(25.4mm) for the period.",
"DSNW": "Number days with snow depth \u003E 1 inch.",
"DSP": "Digital Storm Total Precipitation",
"DT00": "Number days with minimum temperature less than or equal to 0.0 F",
"DT32": "Number days with minimum temperature less than or equal to 32.0 F",
"DT60": "Number days with minimum temperature \u003C 59 F. (Puerto Rico and Virgin Islands only.)",
"DT70": "Number days with maximum temperature \u003E 70 F. (Alaska only.)",
"DT90": "Number days with maximum temperature greater than or equal 90.0 F",
"DTA": "Digital Storm Total Accumulation(Storm Total Precipitation total (256 levels) with Dual Pol. algorithm)",
"DVL": "Digital Vertical Integrated Liquid",
"DWPR": "Number of days with non-zero precipitation included in multiday precipitation total (MDPR)",
"DX32": "Number days with maximum temperature \u003C 32 F.",
"DX60": "Number days with maximum temperature \u003C 59 F. (Puerto Rico and Virgin Islands only.)",
"DX70": "Number days with maximum temperature \u003E 70 F (21.1C)",
"DX90": "Number days with maximum temperature \u003E 90 F (32.2C)",
"EET": "Enhanced Echo Tops",
"EMNT": "Extreme minimum temperature for the period.",
"EMSD": "Extreme maximum snow depth for the period.",
"EMSN": "Extreme maximum snowfall for the period.",
"EMXP": "Extreme maximum precipitation for the period.",
"EMXT": "Extreme maximum temperature for the period.",
"EVAP": "Evaporation of water from evaporation pan",
"FMTM": "Time of fastest mile or fastest 1-minute wind",
"FRGB": "Base of frozen ground layer",
"FRGT": "Top of frozen ground layer",
"FRTH": "Thickness of frozen ground layer",
"FTM": "Free Text Message",
"FZF0": "First freeze \u003C= to 32F\/0C of the year.",
"FZF1": "First freeze \u003C= 28F\/-2.2C of the year",
"FZF2": "First freeze \u003C= 24F\/-4.4C of the year",
"FZF3": "First freeze \u003C= 20F\/-6.7C of the year",
"FZF4": "First freeze \u003C= 16F\/-8.9C of the year",
"FZF5": "Last freeze \u003C= 32F\/0C of the year",
"FZF6": "Last freeze \u003C= 28F\/-2.2C of the year",
"FZF7": "Last freeze \u003C= 24F\/-4.4C of the year",
"FZF8": "Last freeze \u003C= 20F\/-6.7C of the year",
"FZF9": "Last freeze \u003C= 16F\/-8.9C of the year",
"GAHT": "Difference between river and gauge height",
"GSM": "General Status Message",
"HDSD": "Heating Degree Days Season to Date",
"HHC": "Hybrid Hydrometeor Classification",
"HLY-CLDH-NORMAL": "Cooling degree hours",
"HLY-CLOD-PCTBKN": "Clouds broken percentage",
"HLY-CLOD-PCTCLR": "Clouds clear percentage",
"HLY-CLOD-PCTFEW": "Clouds few percentage",
"HLY-CLOD-PCTOVC": "Clouds overcast percentage",
"HLY-CLOD-PCTSCT": "Clouds scattered percentage",
"HLY-DEWP-10PCTL": "Dew point 10th percentile",
"HLY-DEWP-90PCTL": "Dew point 90th percentile",
"HLY-DEWP-NORMAL": "Dew point mean",
"HLY-HIDX-NORMAL": "Heat index mean",
"HLY-HTDH-NORMAL": "Heating degree hours",
"HLY-PRES-10PCTL": "Sea level pressure 10th percentile",
"HLY-PRES-90PCTL": "Sea level pressure 90th percentile",
"HLY-PRES-NORMAL": "Sea level pressure mean",
"HLY-TEMP-10PCTL": "Temperature 10th percentile",
"HLY-TEMP-90PCTL": "Temperature 90th percentile",
"HLY-TEMP-NORMAL": "Temperature mean",
"HLY-WCHL-NORMAL": "Wind chill mean",
"HLY-WIND-1STDIR": "Prevailing wind direction (1-8)",
"HLY-WIND-1STPCT": "Prevailing wind percentage",
"HLY-WIND-2NDDIR": "Secondary wind direction (1-8)",
"HLY-WIND-2NDPCT": "Secondary wind percentage",
"HLY-WIND-AVGSPD": "Average wind speed",
"HLY-WIND-PCTCLM": "Percentage calm",
"HLY-WIND-VCTDIR": "Mean wind vector direction",
"HLY-WIND-VCTSPD": "Mean wind vector magnitude",
"HN01": "Highest minimum soil temperature for the month (degrees F)",
"HN0190": "Highest minimum soil temperature for the month(cover: unknown",
"HN02": "Highest minimum soil temperature for the month (degrees F)",
"HN0290": "Highest minimum soil temperature for the month(cover: unknown",
"HN0299": "Highest minimum soil temperature for the month(cover: unknown",
"HN03": "Highest minimum soil temperature for the month (degrees F)",
"HN0390": "Highest minimum soil temperature for the month(cover: unknown",
"HN04": "Highest minimum soil temperature for the month (degrees F)",
"HN05": "Highest minimum soil temperature for the month (degrees F)",
"HN06": "Highest minimum soil temperature for the month (degrees F)",
"HN07": "Highest minimum soil temperature for the month (degrees F)",
"HN08": "Highest minimum soil temperature for the month (degrees F)",
"HN1190": "Highest minimum soil temperature for the month(cover: grass",
"HN1191": "Highest minimum soil temperature for the month(cover: grass",
"HN1290": "Highest minimum soil temperature for the month(cover: grass",
"HN1291": "Highest minimum soil temperature for the month(cover: grass",
"HN1299": "Highest minimum soil temperature for the month(cover: grass",
"HN1390": "Highest minimum soil temperature for the month(cover: grass",
"HN1391": "Highest minimum soil temperature for the month(cover: grass",
"HN1399": "Highest minimum soil temperature for the month(cover: grass",
"HN1490": "Highest minimum soil temperature for the month(cover: grass",
"HN1499": "Highest minimum soil temperature for the month(cover: grass",
"HN2190": "Highest minimum soil temperature for the month(cover: fallow",
"HN2192": "Highest minimum soil temperature for the month(cover: fallow",
"HN2290": "Highest minimum soil temperature for the month(cover: fallow",
"HN2292": "Highest minimum soil temperature for the month(cover: fallow",
"HN2390": "Highest minimum soil temperature for the month(cover: fallow",
"HN2392": "Highest minimum soil temperature for the month(cover: fallow",
"HN3190": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3192": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3199": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3290": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3292": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3299": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3390": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3392": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3399": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3490": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3499": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3590": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3599": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3690": "Highest minimum soil temperature for the month(cover: bare ground",
"HN3699": "Highest minimum soil temperature for the month(cover: bare ground",
"HN5190": "Highest minimum soil temperature for the month(cover: sod",
"HN5199": "Highest minimum soil temperature for the month(cover: sod",
"HN5290": "Highest minimum soil temperature for the month(cover: sod",
"HN5291": "Highest minimum soil temperature for the month(cover: sod",
"HN5299": "Highest minimum soil temperature for the month(cover: sod",
"HN5390": "Highest minimum soil temperature for the month(cover: sod",
"HN5399": "Highest minimum soil temperature for the month(cover: sod",
"HN5490": "Highest minimum soil temperature for the month(cover: sod",
"HN5499": "Highest minimum soil temperature for the month(cover: sod",
"HN5590": "Highest minimum soil temperature for the month(cover: sod",
"HN5599": "Highest minimum soil temperature for the month(cover: sod",
"HN5699": "Highest minimum soil temperature for the month(cover: sod",
"HN6190": "Highest minimum soil temperature for the month(cover: straw mulch",
"HN7290": "Highest minimum soil temperature for the month(cover: grass muck",
"HN7293": "Highest minimum soil temperature for the month(cover: grass muck",
"HN8190": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8193": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8290": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8293": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8390": "Highest minimum soil temperature for the month(cover: bare muck",
"HN8393": "Highest minimum soil temperature for the month(cover: bare muck",
"HO01A0": "Highest soil temperature at observation time(cover: unknown",
"HO01P0": "Highest soil temperature at observation time(cover: unknown",
"HO01P1": "Highest soil temperature at observation time(cover: unknown",
"HO01P2": "Highest soil temperature at observation time(cover: unknown",
"HO02A0": "Highest soil temperature at observation time(cover: unknown",
"HO02P0": "Highest soil temperature at observation time(cover: unknown",
"HO02P1": "Highest soil temperature at observation time(cover: unknown",
"HO02P2": "Highest soil temperature at observation time(cover: unknown",
"HO03A0": "Highest soil temperature at observation time(cover: unknown",
"HO03P0": "Highest soil temperature at observation time(cover: unknown",
"HO03P1": "Highest soil temperature at observation time(cover: unknown",
"HO03P2": "Highest soil temperature at observation time(cover: unknown",
"HO04A0": "Highest soil temperature at observation time(cover: unknown",
"HO04P0": "Highest soil temperature at observation time(cover: unknown",
"HO04P1": "Highest soil temperature at observation time(cover: unknown",
"HO04P2": "Highest soil temperature at observation time(cover: unknown",
"HO05A0": "Highest soil temperature at observation time(cover: unknown",
"HO05P0": "Highest soil temperature at observation time(cover: unknown",
"HO05P1": "Highest soil temperature at observation time(cover: unknown",
"HO05P2": "Highest soil temperature at observation time(cover: unknown",
"HO07P0": "Highest soil temperature at observation time(cover: unknown",
"HO11A0": "Highest soil temperature at observation time(cover: grass",
"HO11P0": "Highest soil temperature at observation time(cover: grass",
"HO12A0": "Highest soil temperature at observation time(cover: grass",
"HO12P0": "Highest soil temperature at observation time(cover: grass",
"HO13A0": "Highest soil temperature at observation time(cover: grass",
"HO13P0": "Highest soil temperature at observation time(cover: grass",
"HO14A0": "Highest soil temperature at observation time(cover: grass",
"HO14A1": "Highest soil temperature at observation time(cover: grass",
"HO14P0": "Highest soil temperature at observation time(cover: grass",
"HO15A0": "Highest soil temperature at observation time(cover: grass",
"HO15A1": "Highest soil temperature at observation time(cover: grass",
"HO15P0": "Highest soil temperature at observation time(cover: grass",
"HO16A0": "Highest soil temperature at observation time(cover: grass",
"HO16P0": "Highest soil temperature at observation time(cover: grass",
"HO17A0": "Highest soil temperature at observation time(cover: grass",
"HO17P0": "Highest soil temperature at observation time(cover: grass",
"HO21A0": "Highest soil temperature at observation time(cover: fallow",
"HO22A0": "Highest soil temperature at observation time(cover: fallow",
"HO23A0": "Highest soil temperature at observation time(cover: fallow",
"HO24A0": "Highest soil temperature at observation time(cover: fallow",
"HO25A0": "Highest soil temperature at observation time(cover: fallow",
"HO31A0": "Highest soil temperature at observation time(cover: bare ground",
"HO31P0": "Highest soil temperature at observation time(cover: bare ground",
"HO32A0": "Highest soil temperature at observation time(cover: bare ground",
"HO32P0": "Highest soil temperature at observation time(cover: bare ground",
"HO33A0": "Highest soil temperature at observation time(cover: bare ground",
"HO33P0": "Highest soil temperature at observation time(cover: bare ground",
"HO34A0": "Highest soil temperature at observation time(cover: bare ground",
"HO34A2": "Highest soil temperature at observation time(cover: bare ground",
"HO34P0": "Highest soil temperature at observation time(cover: bare ground",
"HO35A0": "Highest soil temperature at observation time(cover: bare ground",
"HO35A2": "Highest soil temperature at observation time(cover: bare ground",
"HO35P0": "Highest soil temperature at observation time(cover: bare ground",
"HO36A0": "Highest soil temperature at observation time(cover: bare ground",
"HO36P0": "Highest soil temperature at observation time(cover: bare ground",
"HO37A0": "Highest soil temperature at observation time(cover: bare ground",
"HO37P0": "Highest soil temperature at observation time(cover: bare ground",
"HO51A0": "Highest soil temperature at observation time(cover: sod",
"HO51P0": "Highest soil temperature at observation time(cover: sod",
"HO52A0": "Highest soil temperature at observation time(cover: sod",
"HO52P0": "Highest soil temperature at observation time(cover: sod",
"HO53A0": "Highest soil temperature at observation time(cover: sod",
"HO53P0": "Highest soil temperature at observation time(cover: sod",
"HO54A0": "Highest soil temperature at observation time(cover: sod",
"HO54P0": "Highest soil temperature at observation time(cover: sod",
"HO55A0": "Highest soil temperature at observation time(cover: sod",
"HO55P0": "Highest soil temperature at observation time(cover: sod",
"HO56A0": "Highest soil temperature at observation time(cover: sod",
"HO56P0": "Highest soil temperature at observation time(cover: sod",
"HO57A0": "Highest soil temperature at observation time(cover: sod",
"HO57P0": "Highest soil temperature at observation time(cover: sod",
"HO84A0": "Highest soil temperature at observation time(cover: bare muck",
"HO84A3": "Highest soil temperature at observation time(cover: bare muck",
"HO85A0": "Highest soil temperature at observation time(cover: bare muck",
"HO85A3": "Highest soil temperature at observation time(cover: bare muck",
"HPCP": "Precipitation",
"HSNW": "Highest snowfall",
"HTDD": "Heating degree days",
"HTMN": "Highest minimum temperature",
"HTMX": "Highest maximum temperature",
"HX01": "Highest maximum soil temperature for the month (degrees F)",
"HX0190": "Highest maximum soil temperature for the month(cover: unknown",
"HX02": "Highest maximum soil temperature for the month (degrees F)",
"HX0290": "Highest maximum soil temperature for the month(cover: unknown",
"HX0299": "Highest maximum soil temperature for the month(cover: unknown",
"HX03": "Highest maximum soil temperature for the month (degrees F)",
"HX0390": "Highest maximum soil temperature for the month(cover: unknown",
"HX04": "Highest maximum soil temperature for the month (degrees F)",
"HX05": "Highest maximum soil temperature for the month (degrees F)",
"HX06": "Highest maximum soil temperature for the month (degrees F)",
"HX07": "Highest maximum soil temperature for the month (degrees F)",
"HX08": "Highest maximum soil temperature for the month (degrees F)",
"HX1190": "Highest maximum soil temperature for the month(cover: grass",
"HX1191": "Highest maximum soil temperature for the month(cover: grass",
"HX1290": "Highest maximum soil temperature for the month(cover: grass",
"HX1291": "Highest maximum soil temperature for the month(cover: grass",
"HX1299": "Highest maximum soil temperature for the month(cover: grass",
"HX1390": "Highest maximum soil temperature for the month(cover: grass",
"HX1391": "Highest maximum soil temperature for the month(cover: grass",
"HX1399": "Highest maximum soil temperature for the month(cover: grass",
"HX1490": "Highest maximum soil temperature for the month(cover: grass",
"HX1499": "Highest maximum soil temperature for the month(cover: grass",
"HX1599": "Highest maximum soil temperature for the month(cover: grass",
"HX1799": "Highest maximum soil temperature for the month(cover: grass",
"HX2190": "Highest maximum soil temperature for the month(cover: fallow",
"HX2192": "Highest maximum soil temperature for the month(cover: fallow",
"HX2290": "Highest maximum soil temperature for the month(cover: fallow",
"HX2292": "Highest maximum soil temperature for the month(cover: fallow",
"HX2390": "Highest maximum soil temperature for the month(cover: fallow",
"HX2392": "Highest maximum soil temperature for the month(cover: fallow",
"HX3190": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3192": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3199": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3290": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3292": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3299": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3390": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3392": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3399": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3490": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3499": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3590": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3599": "Highest maximum soil temperature for the month(cover: bare ground",
"HX3699": "Highest maximum soil temperature for the month(cover: bare ground",
"HX5190": "Highest maximum soil temperature for the month(cover: sod",
"HX5199": "Highest maximum soil temperature for the month(cover: sod",
"HX5290": "Highest maximum soil temperature for the month(cover: sod",
"HX5291": "Highest maximum soil temperature for the month(cover: sod",
"HX5299": "Highest maximum soil temperature for the month(cover: sod",
"HX5390": "Highest maximum soil temperature for the month(cover: sod",
"HX5399": "Highest maximum soil temperature for the month(cover: sod",
"HX5490": "Highest maximum soil temperature for the month(cover: sod",
"HX5499": "Highest maximum soil temperature for the month(cover: sod",
"HX5590": "Highest maximum soil temperature for the month(cover: sod",
"HX5599": "Highest maximum soil temperature for the month(cover: sod",
"HX5699": "Highest maximum soil temperature for the month(cover: sod",
"HX6190": "Highest maximum soil temperature for the month(cover: straw mulch",
"HX7290": "Highest maximum soil temperature for the month(cover: grass muck",
"HX7293": "Highest maximum soil temperature for the month(cover: grass muck",
"HX8190": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8193": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8290": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8293": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8390": "Highest maximum soil temperature for the month(cover: bare muck",
"HX8393": "Highest maximum soil temperature for the month(cover: bare muck",
"JJA-CLDD-BASE45": "Long-term averages of summer cooling degree days with base 45F",
"JJA-CLDD-BASE50": "Long-term averages of summer cooling degree days with base 50F",
"JJA-CLDD-BASE55": "Long-term averages of summer cooling degree days with base 55F",
"JJA-CLDD-BASE57": "Long-term averages of summer cooling degree days with base 57F",
"JJA-CLDD-BASE60": "Long-term averages of summer cooling degree days with base 60F",
"JJA-CLDD-BASE70": "Long-term averages of summer cooling degree days with base 70F",
"JJA-CLDD-BASE72": "Long-term averages of summer cooling degree days with base 72F",
"JJA-CLDD-NORMAL": "Long-term averages of summer cooling degree days with base 65F",
"JJA-DUTR-NORMAL": "Long-term averages of summer diurnal temperature range",
"JJA-GRDD-BASE40": "Long-term averages of summer growing degree days with base 40F",
"JJA-GRDD-BASE45": "Long-term averages of summer growing degree days with base 45F",
"JJA-GRDD-BASE50": "Long-term averages of summer growing degree days with base 50F",
"JJA-GRDD-BASE55": "Long-term averages of summer growing degree days with base 55F",
"JJA-GRDD-BASE57": "Long-term averages of summer growing degree days with base 57F",
"JJA-GRDD-BASE60": "Long-term averages of summer growing degree days with base 60F",
"JJA-GRDD-BASE65": "Long-term averages of summer growing degree days with base 65F",
"JJA-GRDD-BASE70": "Long-term averages of summer growing degree days with base 70F",
"JJA-GRDD-BASE72": "Long-term averages of summer growing degree days with base 72F",
"JJA-GRDD-TB4886": "Long-term averages of summer growing degree days with truncated bases 48F and 86F",
"JJA-GRDD-TB5086": "Long-term averages of summer growing degree days with truncated bases 50F and 86F",
"JJA-HTDD-BASE40": "Long-term averages of summer heating degree days with base 40F",
"JJA-HTDD-BASE45": "Long-term averages of summer heating degree days with base 45F",
"JJA-HTDD-BASE50": "Long-term averages of summer heating degree days with base 50F",
"JJA-HTDD-BASE55": "Long-term averages of summer heating degree days with base 55F",
"JJA-HTDD-BASE57": "Long-term averages of summer heating degree days with base 57F",
"JJA-HTDD-BASE60": "Long-term averages of summer heating degree days with base 60F",
"JJA-HTDD-NORMAL": "Long-term averages of summer heating degree days with base 65F",
"JJA-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days during June-August with precipitation \u003E= 0.01 inches",
"JJA-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days during June-August with precipitation \u003E= 0.10 inches",
"JJA-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days during June-August with precipitation \u003E= 0.50 inches",
"JJA-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days during June-August with precipitation \u003E= 1.00 inches",
"JJA-PRCP-NORMAL": "Long-term averages of seasonal precipitation totals for June-August",
"JJA-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days during June-August with snowfall \u003E= 0.1 inches",
"JJA-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days during June-August with snowfall \u003E= 1.0 inches",
"JJA-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days during June-August with snowfall \u003E= 3.0 inches",
"JJA-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days during June-August with snowfall \u003E= 5.0 inches",
"JJA-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days during June-August with snowfall \u003E= 10.0 inches",
"JJA-SNOW-NORMAL": "Long-term averages of seasonal snowfall totals for June-August",
"JJA-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days during June-August with snow depth \u003E= 1 inch",
"JJA-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days during June-August with snow depth \u003E= 3 inches",
"JJA-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days during June-August with snow depth \u003E= 5 inches",
"JJA-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days during June-August with snow depth \u003E= 10 inches",
"JJA-TAVG-NORMAL": "Long-term averages of summer average temperature",
"JJA-TMAX-AVGNDS-GRTH040": "Long-term average number of days per summer where tmax is greater than or equal to 40F",
"JJA-TMAX-AVGNDS-GRTH050": "Long-term average number of days per summer where tmax is greater than or equal to 50F",
"JJA-TMAX-AVGNDS-GRTH060": "Long-term average number of days per summer where tmax is greater than or equal to 60F",
"JJA-TMAX-AVGNDS-GRTH070": "Long-term average number of days per summer where tmax is greater than or equal to 70F",
"JJA-TMAX-AVGNDS-GRTH080": "Long-term average number of days per summer where tmax is greater than or equal to 80F",
"JJA-TMAX-AVGNDS-GRTH090": "Long-term average number of days per summer where tmax is greater than or equal to 90F",
"JJA-TMAX-AVGNDS-GRTH100": "Long-term average number of days per summer where tmax is greater than or equal to 100F",
"JJA-TMAX-AVGNDS-LSTH032": "Long-term average number of days per summer where tmax is less than or equal to 32F",
"JJA-TMAX-NORMAL": "Long-term averages of summer maximum temperature",
"JJA-TMIN-AVGNDS-LSTH000": "Long-term average number of days per summer where tmin is less than or equal to 0F",
"JJA-TMIN-AVGNDS-LSTH010": "Long-term average number of days per summer where tmin is less than or equal to 10F",
"JJA-TMIN-AVGNDS-LSTH020": "Long-term average number of days per summer where tmin is less than or equal to 20F",
"JJA-TMIN-AVGNDS-LSTH032": "Long-term average number of days per summer where tmin is less than or equal to 32F",
"JJA-TMIN-AVGNDS-LSTH040": "Long-term average number of days per summer where tmin is less than or equal to 40F",
"JJA-TMIN-AVGNDS-LSTH050": "Long-term average number of days per summer where tmin is less than or equal to 50F",
"JJA-TMIN-AVGNDS-LSTH060": "Long-term average number of days per summer where tmin is less than or equal to 60F",
"JJA-TMIN-AVGNDS-LSTH070": "Long-term average number of days per summer where tmin is less than or equal to 70F",
"JJA-TMIN-NORMAL": "Long-term averages of summer minimum temperature",
"LN01": "Lowest minimum soil temperature for the month (degrees F)",
"LN0190": "Lowest minimum soil temperature for the month(cover: unknown",
"LN02": "Lowest minimum soil temperature for the month (degrees F)",
"LN0290": "Lowest minimum soil temperature for the month(cover: unknown",
"LN0299": "Lowest minimum soil temperature for the month(cover: unknown",
"LN03": "Lowest minimum soil temperature for the month (degrees F)",
"LN0390": "Lowest minimum soil temperature for the month(cover: unknown",
"LN04": "Lowest minimum soil temperature for the month (degrees F)",
"LN05": "Lowest minimum soil temperature for the month (degrees F)",
"LN06": "Lowest minimum soil temperature for the month (degrees F)",
"LN07": "Lowest minimum soil temperature for the month (degrees F)",
"LN08": "Lowest minimum soil temperature for the month (degrees F)",
"LN1190": "Lowest minimum soil temperature for the month(cover: grass",
"LN1191": "Lowest minimum soil temperature for the month(cover: grass",
"LN1290": "Lowest minimum soil temperature for the month(cover: grass",
"LN1291": "Lowest minimum soil temperature for the month(cover: grass",
"LN1299": "Lowest minimum soil temperature for the month(cover: grass",
"LN1390": "Lowest minimum soil temperature for the month(cover: grass",
"LN1391": "Lowest minimum soil temperature for the month(cover: grass",
"LN1399": "Lowest minimum soil temperature for the month(cover: grass",
"LN1490": "Lowest minimum soil temperature for the month(cover: grass",
"LN1499": "Lowest minimum soil temperature for the month(cover: grass",
"LN2190": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2192": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2290": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2292": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2390": "Lowest minimum soil temperature for the month(cover: fallow",
"LN2392": "Lowest minimum soil temperature for the month(cover: fallow",
"LN3190": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3192": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3199": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3290": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3292": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3299": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3390": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3392": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3399": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3490": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3499": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3590": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3599": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3690": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN3699": "Lowest minimum soil temperature for the month(cover: bare ground",
"LN5190": "Lowest minimum soil temperature for the month(cover: sod",
"LN5199": "Lowest minimum soil temperature for the month(cover: sod",
"LN5290": "Lowest minimum soil temperature for the month(cover: sod",
"LN5291": "Lowest minimum soil temperature for the month(cover: sod",
"LN5299": "Lowest minimum soil temperature for the month(cover: sod",
"LN5390": "Lowest minimum soil temperature for the month(cover: sod",
"LN5399": "Lowest minimum soil temperature for the month(cover: sod",
"LN5490": "Lowest minimum soil temperature for the month(cover: sod",
"LN5499": "Lowest minimum soil temperature for the month(cover: sod",
"LN5590": "Lowest minimum soil temperature for the month(cover: sod",
"LN5599": "Lowest minimum soil temperature for the month(cover: sod",
"LN5699": "Lowest minimum soil temperature for the month(cover: sod",
"LN6190": "Lowest minimum soil temperature for the month(cover: straw mulch",
"LN7290": "Lowest minimum soil temperature for the month(cover: grass muck",
"LN7293": "Lowest minimum soil temperature for the month(cover: grass muck",
"LN8190": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8193": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8290": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8293": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8390": "Lowest minimum soil temperature for the month(cover: bare muck",
"LN8393": "Lowest minimum soil temperature for the month(cover: bare muck",
"LO01A0": "Lowest soil temperature at observation time(cover: unknown",
"LO01P0": "Lowest soil temperature at observation time(cover: unknown",
"LO01P1": "Lowest soil temperature at observation time(cover: unknown",
"LO01P2": "Lowest soil temperature at observation time(cover: unknown",
"LO02A0": "Lowest soil temperature at observation time(cover: unknown",
"LO02P0": "Lowest soil temperature at observation time(cover: unknown",
"LO02P1": "Lowest soil temperature at observation time(cover: unknown",
"LO02P2": "Lowest soil temperature at observation time(cover: unknown",
"LO03A0": "Lowest soil temperature at observation time(cover: unknown",
"LO03P0": "Lowest soil temperature at observation time(cover: unknown",
"LO03P1": "Lowest soil temperature at observation time(cover: unknown",
"LO03P2": "Lowest soil temperature at observation time(cover: unknown",
"LO04A0": "Lowest soil temperature at observation time(cover: unknown",
"LO04P0": "Lowest soil temperature at observation time(cover: unknown",
"LO04P1": "Lowest soil temperature at observation time(cover: unknown",
"LO04P2": "Lowest soil temperature at observation time(cover: unknown",
"LO05A0": "Lowest soil temperature at observation time(cover: unknown",
"LO05P0": "Lowest soil temperature at observation time(cover: unknown",
"LO05P1": "Lowest soil temperature at observation time(cover: unknown",
"LO05P2": "Lowest soil temperature at observation time(cover: unknown",
"LO07P0": "Lowest soil temperature at observation time(cover: unknown",
"LO11A0": "Lowest soil temperature at observation time(cover: grass",
"LO11P0": "Lowest soil temperature at observation time(cover: grass",
"LO12A0": "Lowest soil temperature at observation time(cover: grass",
"LO12P0": "Lowest soil temperature at observation time(cover: grass",
"LO13A0": "Lowest soil temperature at observation time(cover: grass",
"LO13P0": "Lowest soil temperature at observation time(cover: grass",
"LO14A0": "Lowest soil temperature at observation time(cover: grass",
"LO14A1": "Lowest soil temperature at observation time(cover: grass",
"LO14P0": "Lowest soil temperature at observation time(cover: grass",
"LO15A0": "Lowest soil temperature at observation time(cover: grass",
"LO15A1": "Lowest soil temperature at observation time(cover: grass",
"LO15P0": "Lowest soil temperature at observation time(cover: grass",
"LO16A0": "Lowest soil temperature at observation time(cover: grass",
"LO16P0": "Lowest soil temperature at observation time(cover: grass",
"LO17A0": "Lowest soil temperature at observation time(cover: grass",
"LO17P0": "Lowest soil temperature at observation time(cover: grass",
"LO21A0": "Lowest soil temperature at observation time(cover: fallow",
"LO22A0": "Lowest soil temperature at observation time(cover: fallow",
"LO23A0": "Lowest soil temperature at observation time(cover: fallow",
"LO24A0": "Lowest soil temperature at observation time(cover: fallow",
"LO25A0": "Lowest soil temperature at observation time(cover: fallow",
"LO31A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO31P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO32A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO32P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO33A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO33P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO34A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO34A2": "Lowest soil temperature at observation time(cover: bare ground",
"LO34P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO35A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO35A2": "Lowest soil temperature at observation time(cover: bare ground",
"LO35P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO36A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO36P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO37A0": "Lowest soil temperature at observation time(cover: bare ground",
"LO37P0": "Lowest soil temperature at observation time(cover: bare ground",
"LO51A0": "Lowest soil temperature at observation time(cover: sod",
"LO51P0": "Lowest soil temperature at observation time(cover: sod",
"LO52A0": "Lowest soil temperature at observation time(cover: sod",
"LO52P0": "Lowest soil temperature at observation time(cover: sod",
"LO53A0": "Lowest soil temperature at observation time(cover: sod",
"LO53P0": "Lowest soil temperature at observation time(cover: sod",
"LO54A0": "Lowest soil temperature at observation time(cover: sod",
"LO54P0": "Lowest soil temperature at observation time(cover: sod",
"LO55A0": "Lowest soil temperature at observation time(cover: sod",
"LO55P0": "Lowest soil temperature at observation time(cover: sod",
"LO56A0": "Lowest soil temperature at observation time(cover: sod",
"LO56P0": "Lowest soil temperature at observation time(cover: sod",
"LO57A0": "Lowest soil temperature at observation time(cover: sod",
"LO57P0": "Lowest soil temperature at observation time(cover: sod",
"LO84A0": "Lowest soil temperature at observation time(cover: bare muck",
"LO84A3": "Lowest soil temperature at observation time(cover: bare muck",
"LO85A0": "Lowest soil temperature at observation time(cover: bare muck",
"LO85A3": "Lowest soil temperature at observation time(cover: bare muck",
"LTMN": "Lowest minimum temperature",
"LTMX": "Lowest maximum temperature",
"LX01": "Lowest maximum soil temperature for the month (degrees F)",
"LX0190": "Lowest maximum soil temperature for the month(cover: unknown",
"LX02": "Lowest maximum soil temperature for the month (degrees F)",
"LX0290": "Lowest maximum soil temperature for the month(cover: unknown",
"LX0299": "Lowest maximum soil temperature for the month(cover: unknown",
"LX03": "Lowest maximum soil temperature for the month (degrees F)",
"LX0390": "Lowest maximum soil temperature for the month(cover: unknown",
"LX04": "Lowest maximum soil temperature for the month (degrees F)",
"LX05": "Lowest maximum soil temperature for the month (degrees F)",
"LX06": "Lowest maximum soil temperature for the month (degrees F)",
"LX07": "Lowest maximum soil temperature for the month (degrees F)",
"LX08": "Lowest maximum soil temperature for the month (degrees F)",
"LX1190": "Lowest maximum soil temperature for the month(cover: grass",
"LX1191": "Lowest maximum soil temperature for the month(cover: grass",
"LX1290": "Lowest maximum soil temperature for the month(cover: grass",
"LX1291": "Lowest maximum soil temperature for the month(cover: grass",
"LX1299": "Lowest maximum soil temperature for the month(cover: grass",
"LX1390": "Lowest maximum soil temperature for the month(cover: grass",
"LX1391": "Lowest maximum soil temperature for the month(cover: grass",
"LX1399": "Lowest maximum soil temperature for the month(cover: grass",
"LX1490": "Lowest maximum soil temperature for the month(cover: grass",
"LX1499": "Lowest maximum soil temperature for the month(cover: grass",
"LX1599": "Lowest maximum soil temperature for the month(cover: grass",
"LX1799": "Lowest maximum soil temperature for the month(cover: grass",
"LX2190": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2192": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2290": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2292": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2390": "Lowest maximum soil temperature for the month(cover: fallow",
"LX2392": "Lowest maximum soil temperature for the month(cover: fallow",
"LX3190": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3192": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3199": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3290": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3292": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3299": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3390": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3392": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3399": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3490": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3499": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3590": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3599": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX3699": "Lowest maximum soil temperature for the month(cover: bare ground",
"LX5190": "Lowest maximum soil temperature for the month(cover: sod",
"LX5199": "Lowest maximum soil temperature for the month(cover: sod",
"LX5290": "Lowest maximum soil temperature for the month(cover: sod",
"LX5291": "Lowest maximum soil temperature for the month(cover: sod",
"LX5299": "Lowest maximum soil temperature for the month(cover: sod",
"LX5390": "Lowest maximum soil temperature for the month(cover: sod",
"LX5399": "Lowest maximum soil temperature for the month(cover: sod",
"LX5490": "Lowest maximum soil temperature for the month(cover: sod",
"LX5499": "Lowest maximum soil temperature for the month(cover: sod",
"LX5590": "Lowest maximum soil temperature for the month(cover: sod",
"LX5599": "Lowest maximum soil temperature for the month(cover: sod",
"LX5699": "Lowest maximum soil temperature for the month(cover: sod",
"LX6190": "Lowest maximum soil temperature for the month(cover: straw mulch",
"LX7290": "Lowest maximum soil temperature for the month(cover: grass muck",
"LX7293": "Lowest maximum soil temperature for the month(cover: grass muck",
"LX8190": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8193": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8290": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8293": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8390": "Lowest maximum soil temperature for the month(cover: bare muck",
"LX8393": "Lowest maximum soil temperature for the month(cover: bare muck",
"MAM-CLDD-BASE45": "Long-term averages of spring cooling degree days with base 45F",
"MAM-CLDD-BASE50": "Long-term averages of spring cooling degree days with base 50F",
"MAM-CLDD-BASE55": "Long-term averages of spring cooling degree days with base 55F",
"MAM-CLDD-BASE57": "Long-term averages of spring cooling degree days with base 57F",
"MAM-CLDD-BASE60": "Long-term averages of spring cooling degree days with base 60F",
"MAM-CLDD-BASE70": "Long-term averages of spring cooling degree days with base 70F",
"MAM-CLDD-BASE72": "Long-term averages of spring cooling degree days with base 72F",
"MAM-CLDD-NORMAL": "Long-term averages of spring cooling degree days with base 65F",
"MAM-DUTR-NORMAL": "Long-term averages of spring diurnal temperature range",
"MAM-GRDD-BASE40": "Long-term averages of spring growing degree days with base 40F",
"MAM-GRDD-BASE45": "Long-term averages of spring growing degree days with base 45F",
"MAM-GRDD-BASE50": "Long-term averages of spring growing degree days with base 50F",
"MAM-GRDD-BASE55": "Long-term averages of spring growing degree days with base 55F",
"MAM-GRDD-BASE57": "Long-term averages of spring growing degree days with base 57F",
"MAM-GRDD-BASE60": "Long-term averages of spring growing degree days with base 60F",
"MAM-GRDD-BASE65": "Long-term averages of spring growing degree days with base 65F",
"MAM-GRDD-BASE70": "Long-term averages of spring growing degree days with base 70F",
"MAM-GRDD-BASE72": "Long-term averages of spring growing degree days with base 72F",
"MAM-GRDD-TB4886": "Long-term averages of summer growing degree days with truncated bases 48F and 86F",
"MAM-GRDD-TB5086": "Long-term averages of summer growing degree days with truncated bases 50F and 86F",
"MAM-HTDD-BASE40": "Long-term averages of spring heating degree days with base 40F",
"MAM-HTDD-BASE45": "Long-term averages of spring heating degree days with base 45F",
"MAM-HTDD-BASE50": "Long-term averages of spring heating degree days with base 50F",
"MAM-HTDD-BASE55": "Long-term averages of spring heating degree days with base 55F",
"MAM-HTDD-BASE57": "Long-term averages of spring heating degree days with base 57F",
"MAM-HTDD-BASE60": "Long-term averages of spring heating degree days with base 60F",
"MAM-HTDD-NORMAL": "Long-term averages of spring heating degree days with base 65F",
"MAM-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days during March-May with precipitation \u003E= 0.01 inches",
"MAM-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days during March-May with precipitation \u003E= a 0.10 inches",
"MAM-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days during March-May with precipitation \u003E= 0.50 inches",
"MAM-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days during March-May with precipitation \u003E= 1.00 inches",
"MAM-PRCP-NORMAL": "Long-term averages of seasonal precipitation totals for March-May",
"MAM-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days during March-May with snowfall \u003E= 0.1 inches",
"MAM-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days during March-May with snowfall \u003E= 1.0 inches",
"MAM-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days during March-May with snowfall \u003E= 3.0 inches",
"MAM-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days during March-May with snowfall \u003E= 5.0 inches",
"MAM-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days during March-May with snowfall \u003E= 10.0 inches",
"MAM-SNOW-NORMAL": "Long-term averages of seasonal snowfall totals for March-May",
"MAM-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days during March-May with snow depth \u003E= 1 inch",
"MAM-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days during March-May with snow depth \u003E= 3 inches",
"MAM-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days during March-May with snow depth \u003E= 5 inches",
"MAM-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days during March-May with snow depth \u003E= 10 inches",
"MAM-TAVG-NORMAL": "Long-term averages of spring average temperature",
"MAM-TMAX-AVGNDS-GRTH040": "Long-term average number of days per spring where tmax is greater than or equal to 40F",
"MAM-TMAX-AVGNDS-GRTH050": "Long-term average number of days per spring where tmax is greater than or equal to 50F",
"MAM-TMAX-AVGNDS-GRTH060": "Long-term average number of days per spring where tmax is greater than or equal to 60F",
"MAM-TMAX-AVGNDS-GRTH070": "Long-term average number of days per spring where tmax is greater than or equal to 70F",
"MAM-TMAX-AVGNDS-GRTH080": "Long-term average number of days per spring where tmax is greater than or equal to 80F",
"MAM-TMAX-AVGNDS-GRTH090": "Long-term average number of days per spring where tmax is greater than or equal to 90F",
"MAM-TMAX-AVGNDS-GRTH100": "Long-term average number of days per spring where tmax is greater than or equal to 100F",
"MAM-TMAX-AVGNDS-LSTH032": "Long-term average number of days per spring where tmax is less than or equal to 32F",
"MAM-TMAX-NORMAL": "Long-term averages of spring maximum temperature",
"MAM-TMIN-AVGNDS-LSTH000": "Long-term average number of days per spring where tmin is less than or equal to 0F",
"MAM-TMIN-AVGNDS-LSTH010": "Long-term average number of days per spring where tmin is less than or equal to 10F",
"MAM-TMIN-AVGNDS-LSTH020": "Long-term average number of days per spring where tmin is less than or equal to 20F",
"MAM-TMIN-AVGNDS-LSTH032": "Long-term average number of days per spring where tmin is less than or equal to 32F",
"MAM-TMIN-AVGNDS-LSTH040": "Long-term average number of days per spring where tmin is less than or equal to 40F",
"MAM-TMIN-AVGNDS-LSTH050": "Long-term average number of days per spring where tmin is less than or equal to 50F",
"MAM-TMIN-AVGNDS-LSTH060": "Long-term average number of days per spring where tmin is less than or equal to 60F",
"MAM-TMIN-AVGNDS-LSTH070": "Long-term average number of days per spring where tmin is less than or equal to 70F",
"MAM-TMIN-NORMAL": "Long-term averages of spring minimum temperature",
"MDEV": "Multiday evaporation total (use with DAEV)",
"MDPR": "Multiday precipitation total (use with DAPR and DWPR, if available)",
"MDSF": "Multiday snowfall total ",
"MDTN": "Multiday minimum temperature (use with DATN)",
"MDTX": "Multiday maximum temperature (use with DATX)",
"MDWM": "Multiday wind movement",
"MLY-CLDD-BASE45": "Long-term averages of monthly cooling degree days with base 45F",
"MLY-CLDD-BASE50": "Long-term averages of monthly cooling degree days with base 50F",
"MLY-CLDD-BASE55": "Long-term averages of monthly cooling degree days with base 55F",
"MLY-CLDD-BASE57": "Long-term averages of monthly cooling degree days with base 57F",
"MLY-CLDD-BASE60": "Long-term averages of monthly cooling degree days with base 60F",
"MLY-CLDD-BASE70": "Long-term averages of monthly cooling degree days with base 70F",
"MLY-CLDD-BASE72": "Long-term averages of monthly cooling degree days with base 72F",
"MLY-CLDD-NORMAL": "Long-term averages of monthly cooling degree days with base 65F",
"MLY-DUTR-NORMAL": "Long-term averages of monthly diurnal temperature range",
"MLY-DUTR-STDDEV": "Long-term standard deviations of monthly diurnal temperature range",
"MLY-GRDD-BASE40": "Long-term averages of monthly growing degree days with base 40F",
"MLY-GRDD-BASE45": "Long-term averages of monthly growing degree days with base 45F",
"MLY-GRDD-BASE50": "Long-term averages of monthly growing degree days with base 50F",
"MLY-GRDD-BASE55": "Long-term averages of monthly growing degree days with base 55F",
"MLY-GRDD-BASE57": "Long-term averages of monthly growing degree days with base 57F",
"MLY-GRDD-BASE60": "Long-term averages of monthly growing degree days with base 60F",
"MLY-GRDD-BASE65": "Long-term averages of monthly growing degree days with base 65F",
"MLY-GRDD-BASE70": "Long-term averages of monthly growing degree days with base 70F",
"MLY-GRDD-BASE72": "Long-term averages of monthly growing degree days with base 72F",
"MLY-GRDD-TB4886": "Long-term averages of monthly growing degree days with truncated bases 48F and 86F",
"MLY-GRDD-TB5086": "Long-term averages of monthly growing degree days with truncated bases 50F and 86F",
"MLY-HTDD-BASE40": "Long-term averages of monthly heating degree days with base 40F",
"MLY-HTDD-BASE45": "Long-term averages of monthly heating degree days with base 45F",
"MLY-HTDD-BASE50": "Long-term averages of monthly heating degree days with base 50F",
"MLY-HTDD-BASE55": "Long-term averages of monthly heating degree days with base 55F",
"MLY-HTDD-BASE57": "Long-term averages of monthly heating degree days with base 57F",
"MLY-HTDD-BASE60": "Long-term averages of monthly heating degree days with base 60F",
"MLY-HTDD-NORMAL": "Long-term averages of monthly heating degree days with base 65F",
"MLY-PRCP-25PCTL": "25th percentiles of monthly precipitation totals",
"MLY-PRCP-50PCTL": "50th percentiles of monthly precipitation totals",
"MLY-PRCP-75PCTL": "75th percentiles of monthly precipitation totals",
"MLY-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days per month with precipitation \u003E= 0.01 inches",
"MLY-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days per month with precipitation \u003E= 0.10 inches",
"MLY-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days per month with precipitation \u003E= 0.50 inches",
"MLY-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days per month with precipitation \u003E= 1.00 inches",
"MLY-PRCP-NORMAL": "Long-term averages of monthly precipitation totals",
"MLY-SNOW-25PCTL": "25th percentiles of monthly snowfall totals",
"MLY-SNOW-50PCTL": "50th percentiles of monthly snowfall totals",
"MLY-SNOW-75PCTL": "75th percentiles of monthly snowfall totals",
"MLY-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days per month with Snowfall \u003E= 0.1 inches",
"MLY-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days per month with Snowfall \u003E= 1.0 inches",
"MLY-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days per month with Snowfall \u003E= 3.0 inches",
"MLY-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days per month with Snowfall \u003E= 5.0 inches",
"MLY-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days per month with Snowfall \u003E= 10.0 inches",
"MLY-SNOW-NORMAL": "Long-term averages of monthly snowfall totals",
"MLY-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days per month with snow depth \u003E= 1 inch",
"MLY-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days per month with snow depth \u003E= 3 inches",
"MLY-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days per month with snow depth \u003E= 5 inches",
"MLY-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days per month with snow depth \u003E= 10 inches",
"MLY-TAVG-NORMAL": "Long-term averages of monthly average temperature",
"MLY-TAVG-STDDEV": "Long-term standard deviations of monthly average temperature",
"MLY-TMAX-AVGNDS-GRTH040": "Long-term average number of days per month where tmax is greater than or equal to 40F",
"MLY-TMAX-AVGNDS-GRTH050": "Long-term average number of days per month where tmax is greater than or equal to 50F",
"MLY-TMAX-AVGNDS-GRTH060": "Long-term average number of days per month where tmax is greater than or equal to 60F",
"MLY-TMAX-AVGNDS-GRTH070": "Long-term average number of days per month where tmax is greater than or equal to 70F",
"MLY-TMAX-AVGNDS-GRTH080": "Long-term average number of days per month where tmax is greater than or equal to 80F",
"MLY-TMAX-AVGNDS-GRTH090": "Long-term average number of days per month where tmax is greater than or equal to 90F",
"MLY-TMAX-AVGNDS-GRTH100": "Long-term average number of days per month where tmax is greater than or equal to 100F",
"MLY-TMAX-AVGNDS-LSTH032": "Long-term average number of days per month where tmax is less than or equal to 32F",
"MLY-TMAX-NORMAL": "Long-term averages of monthly maximum temperature",
"MLY-TMAX-STDDEV": "Long-term standard deviations of monthly maximum temperature",
"MLY-TMIN-AVGNDS-LSTH000": "Long-term average number of days per month where tmin is less than or equal to 0F",
"MLY-TMIN-AVGNDS-LSTH010": "Long-term average number of days per month where tmin is less than or equal to 10F",
"MLY-TMIN-AVGNDS-LSTH020": "Long-term average number of days per month where tmin is less than or equal to 20F",
"MLY-TMIN-AVGNDS-LSTH032": "Long-term average number of days per month where tmin is less than or equal to 32F",
"MLY-TMIN-AVGNDS-LSTH040": "Long-term average number of days per month where tmin is less than or equal to 40F",
"MLY-TMIN-AVGNDS-LSTH050": "Long-term average number of days per month where tmin is less than or equal to 50F",
"MLY-TMIN-AVGNDS-LSTH060": "Long-term average number of days per month where tmin is less than or equal to 60F",
"MLY-TMIN-AVGNDS-LSTH070": "Long-term average number of days per month where tmin is less than or equal to 70F",
"MLY-TMIN-NORMAL": "Long-term averages of monthly minimum temperature",
"MLY-TMIN-PRBOCC-LSTH016": "probability of 16F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH020": "probability of 20F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH024": "probability of 24F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH028": "probability of 28F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH032": "probability of 32F or below at least once in the month",
"MLY-TMIN-PRBOCC-LSTH036": "probability of 36F or below at least once in the month",
"MLY-TMIN-STDDEV": "Long-term standard deviations of monthly minimum temperature",
"MMNP": "Mean minimum temperature of evaporation pan water for the period.",
"MMNT": "Monthly Mean minimum temperature",
"MMXP": "Mean maximum temperature of evaporation pan water for the period.",
"MMXT": "Monthly Mean maximum temperature",
"MN01": "Monthly mean minimum soil temperature (degrees F)",
"MN0190": "Monthly mean minimum soil temperature(cover: unknown",
"MN02": "Monthly mean minimum soil temperature (degrees F)",
"MN0290": "Monthly mean minimum soil temperature(cover: unknown",
"MN0299": "Monthly mean minimum soil temperature(cover: unknown",
"MN03": "Monthly mean minimum soil temperature (degrees F)",
"MN0390": "Monthly mean minimum soil temperature(cover: unknown",
"MN04": "Monthly mean minimum soil temperature (degrees F)",
"MN05": "Monthly mean minimum soil temperature (degrees F)",
"MN06": "Monthly mean minimum soil temperature (degrees F)",
"MN07": "Monthly mean minimum soil temperature (degrees F)",
"MN08": "Monthly mean minimum soil temperature (degrees F)",
"MN1190": "Monthly mean minimum soil temperature(cover: grass",
"MN1191": "Monthly mean minimum soil temperature(cover: grass",
"MN1290": "Monthly mean minimum soil temperature(cover: grass",
"MN1291": "Monthly mean minimum soil temperature(cover: grass",
"MN1299": "Monthly mean minimum soil temperature(cover: grass",
"MN1390": "Monthly mean minimum soil temperature(cover: grass",
"MN1391": "Monthly mean minimum soil temperature(cover: grass",
"MN1399": "Monthly mean minimum soil temperature(cover: grass",
"MN1490": "Monthly mean minimum soil temperature(cover: grass",
"MN1499": "Monthly mean minimum soil temperature(cover: grass",
"MN2190": "Monthly mean minimum soil temperature(cover: fallow",
"MN2192": "Monthly mean minimum soil temperature(cover: fallow",
"MN2290": "Monthly mean minimum soil temperature(cover: fallow",
"MN2292": "Monthly mean minimum soil temperature(cover: fallow",
"MN2390": "Monthly mean minimum soil temperature(cover: fallow",
"MN2392": "Monthly mean minimum soil temperature(cover: fallow",
"MN3190": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3192": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3199": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3290": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3292": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3299": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3390": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3392": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3399": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3490": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3499": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3590": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3599": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3690": "Monthly mean minimum soil temperature(cover: bare ground",
"MN3699": "Monthly mean minimum soil temperature(cover: bare ground",
"MN5190": "Monthly mean minimum soil temperature(cover: sod",
"MN5199": "Monthly mean minimum soil temperature(cover: sod",
"MN5290": "Monthly mean minimum soil temperature(cover: sod",
"MN5291": "Monthly mean minimum soil temperature(cover: sod",
"MN5299": "Monthly mean minimum soil temperature(cover: sod",
"MN5390": "Monthly mean minimum soil temperature(cover: sod",
"MN5399": "Monthly mean minimum soil temperature(cover: sod",
"MN5490": "Monthly mean minimum soil temperature(cover: sod",
"MN5499": "Monthly mean minimum soil temperature(cover: sod",
"MN5590": "Monthly mean minimum soil temperature(cover: sod",
"MN5599": "Monthly mean minimum soil temperature(cover: sod",
"MN5699": "Monthly mean minimum soil temperature(cover: sod",
"MN6190": "Monthly mean minimum soil temperature(cover: straw mulch",
"MN7290": "Monthly mean minimum soil temperature(cover: grass muck",
"MN7293": "Monthly mean minimum soil temperature(cover: grass muck",
"MN8190": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8193": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8290": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8293": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8390": "Monthly mean minimum soil temperature(cover: bare muck",
"MN8393": "Monthly mean minimum soil temperature(cover: bare muck",
"MNPN": "Daily minimum temperature of water in an evaporation pan",
"MNTM": "Monthly mean temperature",
"MO01A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO01P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO01P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO01P2": "Monthly mean soil temperature at observation time(cover: unknown",
"MO02A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO02P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO02P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO03A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO03P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO03P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO03P2": "Monthly mean soil temperature at observation time(cover: unknown",
"MO04A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO04P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO04P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO04P2": "Monthly mean soil temperature at observation time(cover: unknown",
"MO05A0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO05P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO05P1": "Monthly mean soil temperature at observation time(cover: unknown",
"MO05P2": "Monthly mean soil temperature at observation time(cover: unknown",
"MO07P0": "Monthly mean soil temperature at observation time(cover: unknown",
"MO11A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO11P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO12A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO12P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO13A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO13P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO14A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO14A1": "Monthly mean soil temperature at observation time(cover: grass",
"MO14P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO15A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO15A1": "Monthly mean soil temperature at observation time(cover: grass",
"MO15P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO16A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO16P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO17A0": "Monthly mean soil temperature at observation time(cover: grass",
"MO17P0": "Monthly mean soil temperature at observation time(cover: grass",
"MO21A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO22A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO23A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO24A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO25A0": "Monthly mean soil temperature at observation time(cover: fallow",
"MO31A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO31P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO32A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO32P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO33A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO33P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO34A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO34A2": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO34P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO35A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO35A2": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO35P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO36A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO36P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO37A0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO37P0": "Monthly mean soil temperature at observation time(cover: bare ground",
"MO51A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO51P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO52A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO52P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO53A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO53P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO54A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO54P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO55A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO55P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO56A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO56P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO57A0": "Monthly mean soil temperature at observation time(cover: sod",
"MO57P0": "Monthly mean soil temperature at observation time(cover: sod",
"MO84A0": "Monthly mean soil temperature at observation time(cover: bare muck",
"MO84A3": "Monthly mean soil temperature at observation time(cover: bare muck",
"MO85A0": "Monthly mean soil temperature at observation time(cover: bare muck",
"MO85A3": "Monthly mean soil temperature at observation time(cover: bare muck",
"MTD-PRCP-NORMAL": "Long-term average month-to-date precipitation totals",
"MTD-SNOW-NORMAL": "Long-term average month-to-date snowfall totals",
"MX01": "Monthly mean maximum soil temperature (degrees F)",
"MX0190": "Monthly mean maximum soil temperature(cover: unknown",
"MX02": "Monthly mean maximum soil temperature (degrees F)",
"MX0290": "Monthly mean maximum soil temperature(cover: unknown",
"MX0299": "Monthly mean maximum soil temperature(cover: unknown",
"MX03": "Monthly mean maximum soil temperature (degrees F)",
"MX0390": "Monthly mean maximum soil temperature(cover: unknown",
"MX04": "Monthly mean maximum soil temperature (degrees F)",
"MX05": "Monthly mean maximum soil temperature (degrees F)",
"MX06": "Monthly mean maximum soil temperature (degrees F)",
"MX07": "Monthly mean maximum soil temperature (degrees F)",
"MX08": "Monthly mean maximum soil temperature (degrees F)",
"MX1190": "Monthly mean maximum soil temperature(cover: grass",
"MX1191": "Monthly mean maximum soil temperature(cover: grass",
"MX1290": "Monthly mean maximum soil temperature(cover: grass",
"MX1291": "Monthly mean maximum soil temperature(cover: grass",
"MX1299": "Monthly mean maximum soil temperature(cover: grass",
"MX1390": "Monthly mean maximum soil temperature(cover: grass",
"MX1391": "Monthly mean maximum soil temperature(cover: grass",
"MX1399": "Monthly mean maximum soil temperature(cover: grass",
"MX1490": "Monthly mean maximum soil temperature(cover: grass",
"MX1499": "Monthly mean maximum soil temperature(cover: grass",
"MX1599": "Monthly mean maximum soil temperature(cover: grass",
"MX1799": "Monthly mean maximum soil temperature(cover: grass",
"MX2190": "Monthly mean maximum soil temperature(cover: fallow",
"MX2192": "Monthly mean maximum soil temperature(cover: fallow",
"MX2290": "Monthly mean maximum soil temperature(cover: fallow",
"MX2292": "Monthly mean maximum soil temperature(cover: fallow",
"MX2390": "Monthly mean maximum soil temperature(cover: fallow",
"MX2392": "Monthly mean maximum soil temperature(cover: fallow",
"MX3190": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3192": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3199": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3290": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3292": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3299": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3390": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3392": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3399": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3490": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3499": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3590": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3599": "Monthly mean maximum soil temperature(cover: bare ground",
"MX3699": "Monthly mean maximum soil temperature(cover: bare ground",
"MX5190": "Monthly mean maximum soil temperature(cover: sod",
"MX5199": "Monthly mean maximum soil temperature(cover: sod",
"MX5290": "Monthly mean maximum soil temperature(cover: sod",
"MX5291": "Monthly mean maximum soil temperature(cover: sod",
"MX5299": "Monthly mean maximum soil temperature(cover: sod",
"MX5390": "Monthly mean maximum soil temperature(cover: sod",
"MX5399": "Monthly mean maximum soil temperature(cover: sod",
"MX5490": "Monthly mean maximum soil temperature(cover: sod",
"MX5499": "Monthly mean maximum soil temperature(cover: sod",
"MX5590": "Monthly mean maximum soil temperature(cover: sod",
"MX5599": "Monthly mean maximum soil temperature(cover: sod",
"MX5699": "Monthly mean maximum soil temperature(cover: sod",
"MX6190": "Monthly mean maximum soil temperature(cover: straw mulch",
"MX7290": "Monthly mean maximum soil temperature(cover: grass muck",
"MX7293": "Monthly mean maximum soil temperature(cover: grass muck",
"MX8190": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8193": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8290": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8293": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8390": "Monthly mean maximum soil temperature(cover: bare muck",
"MX8393": "Monthly mean maximum soil temperature(cover: bare muck",
"MXPN": "Daily maximum temperature of water in an evaporation pan",
"MXSD": "Maximum snow depth",
"N0C": "Correlation Coefficient (approx. elev. angle: 0.5 deg)",
"N0H": "Hydrometeor Classification (approx. elev.: 0.5 deg)",
"N0K": "Specific Differential Phase (approx. elev.: 0.5 deg)",
"N0Q": "Digital Base Reflectivity (approx. elev. angle: 0.5 deg)",
"N0R": "Base Reflectivity (approx. elev. angle: 0.5 deg)",
"N0S": "Storm Relative Velocity (approx. elev. angle: 0.5 deg)",
"N0V": "Base Velocity (approx. elev. angle: 0.5 deg)",
"N0W": "Base Velocity",
"N0X": "Differential Reflectivity (approx. elev. angle: 0.5 deg)",
"N0Z": "Long Range Base Reflectivity (460 km.",
"N1C": "Correlation Coefficient (approx. elev. angle: 1.5 deg)",
"N1H": "Hydrometeor Classification (approx. elev.: 1.5 deg)",
"N1K": "Specific Differential Phase (approx. elev.: 1.5 deg)",
"N1P": "One Hour Precipitation Total",
"N1Q": "Digital Base Reflectivity (approx. elev. angle: 1.5 deg)",
"N1R": "Base Reflectivity (approx. elev. angle: 1.5 deg)",
"N1S": "Storm Relative Velocity (approx. elev. angle: 1.5 deg)",
"N1V": "Base Velocity (approx. elev. angle: 1.5 deg)",
"N1X": "Differential Reflectivity (approx. elev. angle: 1.5 deg)",
"N2C": "Correlation Coefficient (approx. elev. angle: 2.4 deg)",
"N2H": "Hydrometeor Classification (approx. elev.: 2.4 deg)",
"N2K": "Specific Differential Phase (approx. elev.: 2.4 deg)",
"N2Q": "Digital Base Reflectivity (approx. elev. angle: 2.4 deg)",
"N2R": "Base Reflectivity (approx. elev. angle: 2.4 deg)",
"N2S": "Storm Relative Velocity (approx. elev. angle: 2.4 deg)",
"N2V": "Base Velocity (approx. elev. angle: 2.4 deg)",
"N2X": "Differential Reflectivity (approx. elev. angle: 2.4 deg)",
"N3C": "Correlation Coefficient (approx. elev. angle: 3.4 deg)",
"N3H": "Hydrometeor Classification (approx. elev.: 3.4 deg)",
"N3K": "Specific Differential Phase (approx. elev.: 3.4 deg)",
"N3P": "Three Hour Precipitation Total",
"N3Q": "Digital Base Reflectivity (approx. elev. angle: 3.4 deg)",
"N3R": "Base Reflectivity (approx. elev. angle: 3.4 deg)",
"N3S": "Storm Relative Velocity (approx. elev. angle: 3.4 deg)",
"N3V": "Base Velocity (approx. elev. angle: 3.4 deg)",
"N3X": "Differential Reflectivity (approx. elev. angle: 3.4 deg)",
"NAC": "Correlation Coefficient (approx. elev. angle: 0.8 deg)",
"NAH": "Hydrometeor Classification (approx. elev.: 0.8 deg)",
"NAK": "Specific Differential Phase (approx. elev.: 0.8 deg)",
"NAQ": "Digital Base Reflectivity (approx. elev. angle: 0.8 deg)",
"NAX": "Differential Reflectivity (approx. elev. angle: 0.9 deg)",
"NBC": "Correlation Coefficient (approx. elev. angle: 1.8 deg)",
"NBH": "Hydrometeor Classification (approx. elev.: 1.8 deg)",
"NBK": "Specific Differential Phase (approx. elev.: 1.8 deg)",
"NBQ": "Digital Base Reflectivity (approx. elev. angle: 1.8 deg)",
"NBX": "Differential Reflectivity (approx. elev. angle: 1.8 deg)",
"NCR": "Composite Reflectivity (4x4 km. grid",
"NCZ": "Composite Reflectivity (2x2 km. grid",
"NET": "Echo Tops",
"NHI": "Hail Index",
"NHL": "High Layer Composite Reflectivity",
"NLL": "Low Layer Composite Reflectivity",
"NMD": "Digital Mesocyclone Detection Algorithm",
"NME": "Mesocyclone",
"NML": "Mid Layer Composite Reflectivity",
"NSP": "Base Spectrum Width (60 km. range)",
"NSS": "Storm Structure",
"NST": "Storm Tracking Information",
"NSW": "Base Spectrum Width (230 km. range)",
"NTP": "Storm Total Precipitation",
"NTV": "Tornadic Vortex Signature",
"NVL": "Vertical Integrated Liquid",
"OHA": "One Hour Accumulation(One Hour Precipitation total (16 levels) with Dual Pol. algorithm)",
"PGTM": "Peak gust time",
"PRCP": "Precipitation",
"PSUN": "Daily percent of possible sunshine for the period",
"PTA": "Storm Total Accumulation(Storm Total Precipitation total (16 levels) with Dual Pol. algorithm)",
"QGAG": "Precipitation",
"QPCP": "Precipitation",
"RCM": "Radar Coded Message",
"RSL": "WSR-88D Radar Status Log",
"SN01": "Minimum soil temperature with unknown cover at 5 cm depth",
"SN02": "Minimum soil temperature with unknown cover at 10 cm depth",
"SN03": "Minimum soil temperature with unknown cover at 20 cm depth",
"SN11": "Minimum soil temperature with grass cover at 5 cm depth",
"SN12": "Minimum soil temperature with grass cover at 10 cm depth",
"SN13": "Minimum soil temperature with grass cover at 20 cm depth",
"SN14": "Minimum soil temperature with grass cover at 50 cm depth",
"SN21": "Minimum soil temperature with fallow cover at 5 cm depth",
"SN22": "Minimum soil temperature with fallow cover at 10 cm depth",
"SN23": "Minimum soil temperature with fallow cover at 20 cm depth",
"SN31": "Minimum soil temperature with bare ground cover at 5 cm depth",
"SN32": "Minimum soil temperature with bare ground cover at 10 cm depth",
"SN33": "Minimum soil temperature with bare ground cover at 20 cm depth",
"SN34": "Minimum soil temperature with bare ground cover at 50 cm depth",
"SN35": "Minimum soil temperature with bare ground cover at 100 cm depth",
"SN36": "Minimum soil temperature with bare ground cover at 150 cm depth",
"SN51": "Minimum soil temperature with sod cover at 5 cm depth",
"SN52": "Minimum soil temperature with sod cover at 10 cm depth",
"SN53": "Minimum soil temperature with sod cover at 20 cm depth",
"SN54": "Minimum soil temperature with sod cover at 50 cm depth",
"SN55": "Minimum soil temperature with sod cover at 100 cm depth",
"SN56": "Minimum soil temperature with sod cover at 150 cm depth",
"SN57": "Minimum soil temperature with sod cover at 180 cm depth",
"SN61": "Minimum soil temperature with straw multch cover at 5 cm depth",
"SN72": "Minimum soil temperature with grass muck cover at 10 cm depth",
"SN81": "Minimum soil temperature with bare muck cover at 5 cm depth",
"SN82": "Minimum soil temperature with bare muck cover at 10 cm depth",
"SN83": "Minimum soil temperature with bare muck cover at 20 cm depth",
"SNOW": "Snowfall",
"SNWD": "Snow depth",
"SON-CLDD-BASE45": "Long-term averages of autumn cooling degree days with base 45F",
"SON-CLDD-BASE50": "Long-term averages of autumn cooling degree days with base 50F",
"SON-CLDD-BASE55": "Long-term averages of autumn cooling degree days with base 55F",
"SON-CLDD-BASE57": "Long-term averages of autumn cooling degree days with base 57F",
"SON-CLDD-BASE60": "Long-term averages of autumn cooling degree days with base 60F",
"SON-CLDD-BASE70": "Long-term averages of autumn cooling degree days with base 70F",
"SON-CLDD-BASE72": "Long-term averages of autumn cooling degree days with base 72F",
"SON-CLDD-NORMAL": "Long-term averages of autumn cooling degree days with base 65F",
"SON-DUTR-NORMAL": "Long-term averages of autumn diurnal temperature range",
"SON-GRDD-BASE40": "Long-term averages of fall growing degree days with base 40F",
"SON-GRDD-BASE45": "Long-term averages of fall growing degree days with base 45F",
"SON-GRDD-BASE50": "Long-term averages of fall growing degree days with base 50F",
"SON-GRDD-BASE55": "Long-term averages of fall growing degree days with base 55F",
"SON-GRDD-BASE57": "Long-term averages of fall growing degree days with base 57F",
"SON-GRDD-BASE60": "Long-term averages of fall growing degree days with base 60F",
"SON-GRDD-BASE65": "Long-term averages of fall growing degree days with base 65F",
"SON-GRDD-BASE70": "Long-term averages of fall growing degree days with base 70F",
"SON-GRDD-BASE72": "Long-term averages of fall growing degree days with base 72F",
"SON-GRDD-TB4886": "Long-term averages of summer growing degree days with truncated bases 48F and 86F",
"SON-GRDD-TB5086": "Long-term averages of summer growing degree days with truncated bases 50F and 86F",
"SON-HTDD-BASE40": "Long-term averages of autumn heating degree days with base 40F",
"SON-HTDD-BASE45": "Long-term averages of autumn heating degree days with base 45F",
"SON-HTDD-BASE50": "Long-term averages of autumn heating degree days with base 50F",
"SON-HTDD-BASE55": "Long-term averages of autumn heating degree days with base 55F",
"SON-HTDD-BASE57": "Long-term averages of autumn heating degree days with base 57F",
"SON-HTDD-BASE60": "Long-term averages of autumn heating degree days with base 60F",
"SON-HTDD-NORMAL": "Long-term averages of autumn heating degree days with base 65F",
"SON-PRCP-AVGNDS-GE001HI": "Long-term averages of number of days during September-November with precipitation \u003E= 0.01 inches",
"SON-PRCP-AVGNDS-GE010HI": "Long-term averages of number of days during September-November with precipitation \u003E= 0.10 inches",
"SON-PRCP-AVGNDS-GE050HI": "Long-term averages of number of days during September-November with precipitation \u003E= 0.50 inches",
"SON-PRCP-AVGNDS-GE100HI": "Long-term averages of number of days during September-November with precipitation \u003E= 1.00 inches",
"SON-PRCP-NORMAL": "Long-term averages of seasonal precipitation totals for September-November",
"SON-SNOW-AVGNDS-GE001TI": "Long-term averages of number of days during September-November with snowfall \u003E= 0.1 inches",
"SON-SNOW-AVGNDS-GE010TI": "Long-term averages of number of days during September-November with snowfall \u003E= 1.0 inches",
"SON-SNOW-AVGNDS-GE030TI": "Long-term averages of number of days during September-November with snowfall \u003E= 3.0 inches",
"SON-SNOW-AVGNDS-GE050TI": "Long-term averages of number of days during September-November with snowfall \u003E= 5.0 inches",
"SON-SNOW-AVGNDS-GE100TI": "Long-term averages of number of days during September-November with snowfall \u003E= 10.0 inches",
"SON-SNOW-NORMAL": "Long-term averages of seasonal snowfall totals for September-November",
"SON-SNWD-AVGNDS-GE001WI": "Long-term averages of number of days during September-November with snow depth \u003E= 1 inch",
"SON-SNWD-AVGNDS-GE003WI": "Long-term averages of number of days during September-November with snow depth \u003E= 3 inches",
"SON-SNWD-AVGNDS-GE005WI": "Long-term averages of number of days during September-November with snow depth \u003E= 5 inches",
"SON-SNWD-AVGNDS-GE010WI": "Long-term averages of number of days during September-November with snow depth \u003E= 10 inches",
"SON-TAVG-NORMAL": "Long-term averages of autumn average temperature",
"SON-TMAX-AVGNDS-GRTH040": "Long-term average number of days per autumn where tmax is greater than or equal to 40F",
"SON-TMAX-AVGNDS-GRTH050": "Long-term average number of days per autumn where tmax is greater than or equal to 50F",
"SON-TMAX-AVGNDS-GRTH060": "Long-term average number of days per autumn where tmax is greater than or equal to 60F",
"SON-TMAX-AVGNDS-GRTH070": "Long-term average number of days per autumn where tmax is greater than or equal to 70F",
"SON-TMAX-AVGNDS-GRTH080": "Long-term average number of days per autumn where tmax is greater than or equal to 80F",
"SON-TMAX-AVGNDS-GRTH090": "Long-term average number of days per autumn where tmax is greater than or equal to 90F",
"SON-TMAX-AVGNDS-GRTH100": "Long-term average number of days per autumn where tmax is greater than or equal to 100F",
"SON-TMAX-AVGNDS-LSTH032": "Long-term average number of days per autumn where tmax is less than or equal to 32F",
"SON-TMAX-NORMAL": "Long-term averages of autumn maximum temperature",
"SON-TMIN-AVGNDS-LSTH000": "Long-term average number of days per autumn where tmin is less than or equal to 0F",
"SON-TMIN-AVGNDS-LSTH010": "Long-term average number of days per autumn where tmin is less than or equal to 10F",
"SON-TMIN-AVGNDS-LSTH020": "Long-term average number of days per autumn where tmin is less than or equal to 20F",
"SON-TMIN-AVGNDS-LSTH032": "Long-term average number of days per autumn where tmin is less than or equal to 32F",
"SON-TMIN-AVGNDS-LSTH040": "Long-term average number of days per autumn where tmin is less than or equal to 40F",
"SON-TMIN-AVGNDS-LSTH050": "Long-term average number of days per autumn where tmin is less than or equal to 50F",
"SON-TMIN-AVGNDS-LSTH060": "Long-term average number of days per autumn where tmin is less than or equal to 60F",
"SON-TMIN-AVGNDS-LSTH070": "Long-term average number of days per autumn where tmin is less than or equal to 70F",
"SON-TMIN-NORMAL": "Long-term averages of autumn minimum temperature",
"SPD": "Supplemental Precipitation Data",
"SX01": "Maximum soil temperature with unknown cover at 5 cm depth",
"SX02": "Maximum soil temperature with unknown cover at 10 cm depth",
"SX03": "Maximum soil temperature with unknown cover at 20 cm depth",
"SX11": "Maximum soil temperature with grass cover at 5 cm depth",
"SX12": "Maximum soil temperature with grass cover at 10 cm depth",
"SX13": "Maximum soil temperature with grass cover at 20 cm depth",
"SX14": "Maximum soil temperature with grass cover at 50 cm depth",
"SX15": "Maximum soil temperature with grass cover at 100 cm depth",
"SX17": "Maximum soil temperature with grass cover at 180 cm depth",
"SX21": "Maximum soil temperature with fallow cover at 5 cm depth",
"SX22": "Maximum soil temperature with fallow cover at 10 cm depth",
"SX23": "Maximum soil temperature with fallow cover at 20 cm depth",
"SX31": "Maximum soil temperature with bare ground cover at 5 cm depth",
"SX32": "Maximum soil temperature with bare ground cover at 10 cm depth",
"SX33": "Maximum soil temperature with bare ground cover at 20 cm depth",
"SX34": "Maximum soil temperature with bare ground cover at 50 cm depth",
"SX35": "Maximum soil temperature with bare ground cover at 100 cm depth",
"SX36": "Maximum soil temperature with bare ground cover at 150 cm depth",
"SX51": "Maximum soil temperature with sod cover at 5 cm depth",
"SX52": "Maximum soil temperature with sod cover at 10 cm depth",
"SX53": "Maximum soil temperature with sod cover at 20 cm depth",
"SX54": "Maximum soil temperature with sod cover at 50 cm depth",
"SX55": "Maximum soil temperature with sod cover at 100 cm depth",
"SX56": "Maximum soil temperature with sod cover at 150 cm depth",
"SX57": "Maximum soil temperature with sod cover at 180 cm depth",
"SX61": "Maximum soil temperature with straw multch cover at 5 cm depth",
"SX72": "Maximum soil temperature with grass muck cover at 10 cm depth",
"SX81": "Maximum soil temperature with bare muck cover at 5 cm depth",
"SX82": "Maximum soil temperature with bare muck cover at 10 cm depth",
"SX83": "Maximum soil temperature with bare muck cover at 20 cm depth",
"TAVG": "Average Temperature.",
"TEVP": "Total monthly evaporation.",
"THIC": "Thickness of ice on water",
"TMAX": "Maximum temperature",
"TMIN": "Minimum temperature",
"TOBS": "Temperature at the time of observation",
"TPCP": "Total precipitation",
"TR0": "TDWR Base Reflectivity",
"TR1": "TDWR Base Reflectivity",
"TR2": "TDWR Base Reflectivity",
"TSNW": "Total snow fall",
"TSUN": "Total sunshine for the period",
"TV0": "TDWR Base Velocity (first elevation angle)",
"TV1": "TDWR Base Velocity (second elevation angle)",
"TV2": "TDWR Base Velocity (third elevation angle)",
"TWND": "Total monthly wind movement over evaporation pan.",
"TZL": "TDWR Long Range Base Reflectivity (0.6 elev angle)",
"WDF1": "Direction of fastest 1-minute wind",
"WDF2": "Direction of fastest 2-minute wind",
"WDF5": "Direction of fastest 5-second wind",
"WDFG": "Direction of peak wind gust",
"WDFI": "Direction of highest instantaneous wind",
"WDFM": "Fastest mile wind direction",
"WDMV": "Total wind movement",
"WESD": "Water equivalent of snow on the ground",
"WESF": "Water equivalent of snowfall",
"WSF1": "Fastest 1-minute wind speed",
"WSF2": "Fastest 2-minute wind speed",
"WSF5": "Fastest 5-second wind speed",
"WSFG": "Peak gust wind speed",
"WSFI": "Highest instantaneous wind speed",
"WSFM": "Fastest mile wind speed"
}
This file has been truncated, but you can view the full file.
{
"ZIP:00001": {
"name": "N Dillingham Census Area, AK 00001"
},
"ZIP:00002": {
"name": "Yukon Flats Nat Wildlife, AK 00002"
},
"ZIP:00003": {
"name": "Alaska Peninsula NWR, AK 00003"
},
"ZIP:00004": {
"name": "W Kenai Peninsula Boroug, AK 00004"
},
"ZIP:00005": {
"name": "N Lake and Peninsula Bor, AK 00005"
},
"ZIP:00006": {
"name": "Matanuska-Sustina Bor, AK 00006"
},
"ZIP:00007": {
"name": "Southerly North Slope Bo, AK 00007"
},
"ZIP:00009": {
"name": "Lake Clark National Pres, AK 00009"
},
"ZIP:00010": {
"name": "Yukon Delta Wilderness, AK 00010"
},
"ZIP:00011": {
"name": "Kenai Ntl Wildlife Ref, AK 00011"
},
"ZIP:00012": {
"name": "Mt Meadows Area, CA 00012"
},
"ZIP:00014": {
"name": "West Pima County, AZ 00014"
},
"ZIP:00015": {
"name": "Coronado Ntl Forest, AZ 00015"
},
"ZIP:00016": {
"name": "Sequoia National Forest, CA 00016"
},
"ZIP:00017": {
"name": "Northeast Fresno County, CA 00017"
},
"ZIP:00018": {
"name": "Los Padres Ntl Forest, CA 00018"
},
"ZIP:00019": {
"name": "Lassen Ntl Forest, CA 00019"
},
"ZIP:00020": {
"name": "Sierra National Forest, CA 00020"
},
"ZIP:00022": {
"name": "Jackson St Forest, CA 00022"
},
"ZIP:00026": {
"name": "East Tulare County, CA 00026"
},
"ZIP:00027": {
"name": "Pike Ntl Forest, CO 00027"
},
"ZIP:00028": {
"name": "Plumas Ntl Forest, CA 00028"
},
"ZIP:00029": {
"name": "Tahoe National Forest, CA 00029"
},
"ZIP:00031": {
"name": "Lassen National Forest, CA 00031"
},
"ZIP:00032": {
"name": "Los Padres Ntl Forest, CA 00032"
},
"ZIP:00033": {
"name": "Tahoe National Forest, CA 00033"
},
"ZIP:00034": {
"name": "Klamath National Forest, CA 00034"
},
"ZIP:00035": {
"name": "Modoc\/Shasta\/Klamath for, CA 00035"
},
"ZIP:00037": {
"name": "West Tehama County, CA 00037"
},
"ZIP:00038": {
"name": "East Tehama County, CA 00038"
},
"ZIP:00039": {
"name": "Southeast Trinity County, CA 00039"
},
"ZIP:00040": {
"name": "Yosemite Ntl Park, CA 00040"
},
"ZIP:00041": {
"name": "West Broward County, FL 00041"
},
"ZIP:00042": {
"name": "Southwest Brevard Cnty, FL 00042"
},
"ZIP:00043": {
"name": "Everglades, FL 00043"
},
"ZIP:00044": {
"name": "South Alpine County, CA 00044"
},
"ZIP:00045": {
"name": "Southeast Marion Cnty, FL 00045"
},
"ZIP:00047": {
"name": "West Glenn County, CA 00047"
},
"ZIP:00048": {
"name": "Mendocino Ntl Forest, CA 00048"
},
"ZIP:00049": {
"name": "Six Rivers National Fore, CA 00049"
},
"ZIP:00050": {
"name": "Six Rivers Ntl Forest, CA 00050"
},
"ZIP:00051": {
"name": "Eldorado Ntl Forest, CA 00051"
},
"ZIP:00052": {
"name": "Eldorado Ntl Forest, CA 00052"
},
"ZIP:00053": {
"name": "Southwest Palm Beach Co, FL 00053"
},
"ZIP:00054": {
"name": "Six Rivers Ntl Forest, CA 00054"
},
"ZIP:00055": {
"name": "Trinity Ntl Forest, CA 00055"
},
"ZIP:00056": {
"name": "Snake Riv Birds of Prey, ID 00056"
},
"ZIP:00057": {
"name": "Channel Islands National Pk, CA 00057"
},
"ZIP:00058": {
"name": "Yosemite Ntl Park, CA 00058"
},
"ZIP:00059": {
"name": "Voyageurs Natl Park, MN 00059"
},
"ZIP:00060": {
"name": "Superior National Forest, MN 00060"
},
"ZIP:00061": {
"name": "Channel Is Air Guard Station, CA 00061"
},
"ZIP:00063": {
"name": "Benton Lake NWR, MT 00063"
},
"ZIP:00064": {
"name": "Sandoval County, NM 00064"
},
"ZIP:00065": {
"name": "Plumas National Park, CA 00065"
},
"ZIP:00066": {
"name": "White Sands Missile Rnge, NM 00066"
},
"ZIP:00067": {
"name": "N Central Comanche Cnty, OK 00067"
},
"ZIP:00068": {
"name": "Siuslaw Ntl Forest, OR 00068"
},
"ZIP:00069": {
"name": "Willamette National for, OR 00069"
},
"ZIP:00070": {
"name": "Mt Hood National Forest, OR 00070"
},
"ZIP:00071": {
"name": "Uinta Ntl Forest, UT 00071"
},
"ZIP:00072": {
"name": "National Forest\/Park, WA 00072"
},
"ZIP:00073": {
"name": "Usdoe Hanford Site, WA 00073"
},
"ZIP:00074": {
"name": "Yakima Indian Res, WA 00074"
},
"ZIP:00076": {
"name": "Okanogan Natl Park, WA 00076"
},
"ZIP:00077": {
"name": "Willamette Natl Forest, OR 00077"
},
"ZIP:00084": {
"name": "Hoffman Forest, NC 00084"
},
"ZIP:00087": {
"name": "NW Indian River County, FL 00087"
},
"ZIP:00097": {
"name": "Everglades-Monroe County, FL 00097"
},
"ZIP:00098": {
"name": "Everglades-S Monroe Cnty, FL 00098"
},
"ZIP:00100": {
"name": "Wasatch National Forest, UT 00100"
},
"ZIP:00116": {
"name": "Marsh Island, LA 00116"
},
"ZIP:00119": {
"name": "Timbalier Islands, LA 00119"
},
"ZIP:00121": {
"name": "Mississippi Delta, LA 00121"
},
"ZIP:00125": {
"name": "Northwest Aroostook, ME 00125"
},
"ZIP:00126": {
"name": "North Franklin County, ME 00126"
},
"ZIP:00127": {
"name": "East Hancock County, ME 00127"
},
"ZIP:00128": {
"name": "North Oxford County, ME 00128"
},
"ZIP:00130": {
"name": "North Penobscot County, ME 00130"
},
"ZIP:00132": {
"name": "North Somerset County, ME 00132"
},
"ZIP:00133": {
"name": "West Central Somerset Co, ME 00133"
},
"ZIP:00134": {
"name": "Northern Washington Co, ME 00134"
},
"ZIP:00135": {
"name": "Northern Piscataquis CNT, ME 00135"
},
"ZIP:00137": {
"name": "Central Aroostook Cnty, ME 00137"
},
"ZIP:00138": {
"name": "South Aroostook Cnty, ME 00138"
},
"ZIP:00139": {
"name": "TWPS D-E-6-Franklin Cnty, ME 00139"
},
"ZIP:00141": {
"name": "T3 R1 NBPP-Penobscot Co, ME 00141"
},
"ZIP:00148": {
"name": "NE Aroostook County, ME 00148"
},
"ZIP:00151": {
"name": "S Central Washington Co, ME 00151"
},
"ZIP:00152": {
"name": "Assateague Island Ntl SE, MD 00152"
},
"ZIP:00158": {
"name": "Monomoy Island, MA 00158"
},
"ZIP:00160": {
"name": "Superior National Forest, MN 00160"
},
"ZIP:00161": {
"name": "Superior National Forest, MN 00161"
},
"ZIP:00164": {
"name": "Northwest Beltrami Cnty, MN 00164"
},
"ZIP:00165": {
"name": "Beltrami Isl State for, MN 00165"
},
"ZIP:00166": {
"name": "Red Lake Indian Res, MN 00166"
},
"ZIP:00168": {
"name": "Beans Purchase, NH 00168"
},
"ZIP:00172": {
"name": "Hadleys Purchase, NH 00172"
},
"ZIP:00173": {
"name": "Cutts Grant, NH 00173"
},
"ZIP:00174": {
"name": "Beans Grant, NH 00174"
},
"ZIP:00176": {
"name": "Sargents Purchase, NH 00176"
},
"ZIP:00177": {
"name": "Pinkham Grant, NH 00177"
},
"ZIP:00179": {
"name": "Chandlers Purchase, NH 00179"
},
"ZIP:00180": {
"name": "Thompson\/Meserves Purch, NH 00180"
},
"ZIP:00181": {
"name": "Low and Burbanks Grant, NH 00181"
},
"ZIP:00182": {
"name": "Crawfords Purchase, NH 00182"
},
"ZIP:00183": {
"name": "Greens Grant, NH 00183"
},
"ZIP:00184": {
"name": "Martins Location, NH 00184"
},
"ZIP:00185": {
"name": "Kilkenny, NH 00185"
},
"ZIP:00188": {
"name": "Padre Island Ntl Seashor, TX 00188"
},
"ZIP:00195": {
"name": "Long Island, WA 00195"
},
"ZIP:00197": {
"name": "B M Goldwater A F Range, AZ 00197"
},
"ZIP:00198": {
"name": "E Mncplty of Anchorage, AK 00198"
},
"ZIP:00199": {
"name": "Tonto National Forest, AZ 00199"
},
"ZIP:00601": {
"name": "Adjuntas, PR 00601"
},
"ZIP:00602": {
"name": "Aguada, PR 00602"
},
"ZIP:00603": {
"name": "Aguadilla, PR 00603"
},
"ZIP:00606": {
"name": "Maricao, PR 00606"
},
"ZIP:00610": {
"name": "Anasco, PR 00610"
},
"ZIP:00612": {
"name": "Arecibo, PR 00612"
},
"ZIP:00617": {
"name": "Barceloneta, PR 00617"
},
"ZIP:00623": {
"name": "Cabo Rojo, PR 00623"
},
"ZIP:00624": {
"name": "Penuelas, PR 00624"
},
"ZIP:00627": {
"name": "Camuy, PR 00627"
},
"ZIP:00631": {
"name": "Castaner, PR 00631"
},
"ZIP:00637": {
"name": "Sabana Grande, PR 00637"
},
"ZIP:00638": {
"name": "Ciales, PR 00638"
},
"ZIP:00641": {
"name": "Utuado, PR 00641"
},
"ZIP:00646": {
"name": "Dorado, PR 00646"
},
"ZIP:00647": {
"name": "Ensenada, PR 00647"
},
"ZIP:00650": {
"name": "Florida, PR 00650"
},
"ZIP:00653": {
"name": "Guanica, PR 00653"
},
"ZIP:00656": {
"name": "Guayanilla, PR 00656"
},
"ZIP:00659": {
"name": "Hatillo, PR 00659"
},
"ZIP:00660": {
"name": "Hormigueros, PR 00660"
},
"ZIP:00662": {
"name": "Isabela, PR 00662"
},
"ZIP:00664": {
"name": "Jayuya, PR 00664"
},
"ZIP:00667": {
"name": "Lajas, PR 00667"
},
"ZIP:00669": {
"name": "Lares, PR 00669"
},
"ZIP:00670": {
"name": "Las Marias, PR 00670"
},
"ZIP:00674": {
"name": "Manati, PR 00674"
},
"ZIP:00676": {
"name": "Moca, PR 00676"
},
"ZIP:00677": {
"name": "Rincon, PR 00677"
},
"ZIP:00678": {
"name": "Quebradillas, PR 00678"
},
"ZIP:00680": {
"name": "Mayaguez, PR 00680"
},
"ZIP:00682": {
"name": "Mayaguez, PR 00682"
},
"ZIP:00683": {
"name": "San German, PR 00683"
},
"ZIP:00685": {
"name": "San Sebastian, PR 00685"
},
"ZIP:00687": {
"name": "Morovis, PR 00687"
},
"ZIP:00690": {
"name": "San Antonio, PR 00690"
},
"ZIP:00692": {
"name": "Vega Alta, PR 00692"
},
"ZIP:00693": {
"name": "Vega Baja, PR 00693"
},
"ZIP:00698": {
"name": "Yauco, PR 00698"
},
"ZIP:00703": {
"name": "Aguas Buenas, PR 00703"
},
"ZIP:00704": {
"name": "Aguirre, PR 00704"
},
"ZIP:00705": {
"name": "Aibonito, PR 00705"
},
"ZIP:00707": {
"name": "Maunabo, PR 00707"
},
"ZIP:00714": {
"name": "Arroyo, PR 00714"
},
"ZIP:00715": {
"name": "Mercedita, PR 00715"
},
"ZIP:00716": {
"name": "Ponce, PR 00716"
},
"ZIP:00717": {
"name": "Ponce, PR 00717"
},
"ZIP:00718": {
"name": "Naguabo, PR 00718"
},
"ZIP:00719": {
"name": "Naranjito, PR 00719"
},
"ZIP:00720": {
"name": "Orocovis, PR 00720"
},
"ZIP:00723": {
"name": "Patillas, PR 00723"
},
"ZIP:00725": {
"name": "Caguas, PR 00725"
},
"ZIP:00727": {
"name": "Caguas, PR 00727"
},
"ZIP:00728": {
"name": "Ponce, PR 00728"
},
"ZIP:00729": {
"name": "Canovanas, PR 00729"
},
"ZIP:00730": {
"name": "Ponce, PR 00730"
},
"ZIP:00731": {
"name": "Ponce, PR 00731"
},
"ZIP:00735": {
"name": "Ceiba, PR 00735"
},
"ZIP:00736": {
"name": "Cayey, PR 00736"
},
"ZIP:00738": {
"name": "Fajardo, PR 00738"
},
"ZIP:00739": {
"name": "Cidra, PR 00739"
},
"ZIP:00740": {
"name": "Puerto Real, PR 00740"
},
"ZIP:00741": {
"name": "Punta Santiago, PR 00741"
},
"ZIP:00745": {
"name": "Rio Grande, PR 00745"
},
"ZIP:00751": {
"name": "Salinas, PR 00751"
},
"ZIP:00754": {
"name": "San Lorenzo, PR 00754"
},
"ZIP:00757": {
"name": "Santa Isabel, PR 00757"
},
"ZIP:00765": {
"name": "Vieques, PR 00765"
},
"ZIP:00766": {
"name": "Villalba, PR 00766"
},
"ZIP:00767": {
"name": "Yabucoa, PR 00767"
},
"ZIP:00769": {
"name": "Coamo, PR 00769"
},
"ZIP:00771": {
"name": "Las Piedras, PR 00771"
},
"ZIP:00772": {
"name": "Loiza, PR 00772"
},
"ZIP:00773": {
"name": "Luquillo, PR 00773"
},
"ZIP:00775": {
"name": "Culebra, PR 00775"
},
"ZIP:00777": {
"name": "Juncos, PR 00777"
},
"ZIP:00778": {
"name": "Gurabo, PR 00778"
},
"ZIP:00780": {
"name": "Coto Laurel, PR 00780"
},
"ZIP:00782": {
"name": "Comerio, PR 00782"
},
"ZIP:00783": {
"name": "Corozal, PR 00783"
},
"ZIP:00784": {
"name": "Guayama, PR 00784"
},
"ZIP:00791": {
"name": "Humacao, PR 00791"
},
"ZIP:00794": {
"name": "Barranquitas, PR 00794"
},
"ZIP:00795": {
"name": "Juana Diaz, PR 00795"
},
"ZIP:00802": {
"name": "St Thomas, VI 00802"
},
"ZIP:00820": {
"name": "Christiansted, VI 00820"
},
"ZIP:00830": {
"name": "St John, VI 00830"
},
"ZIP:00840": {
"name": "Frederiksted, VI 00840"
},
"ZIP:00850": {
"name": "Kingshill, VI 00850"
},
"ZIP:00901": {
"name": "San Juan, PR 00901"
},
"ZIP:00907": {
"name": "San Juan, PR 00907"
},
"ZIP:00909": {
"name": "San Juan, PR 00909"
},
"ZIP:00911": {
"name": "San Juan, PR 00911"
},
"ZIP:00912": {
"name": "San Juan, PR 00912"
},
"ZIP:00913": {
"name": "San Juan, PR 00913"
},
"ZIP:00915": {
"name": "San Juan, PR 00915"
},
"ZIP:00917": {
"name": "San Juan, PR 00917"
},
"ZIP:00918": {
"name": "San Juan, PR 00918"
},
"ZIP:00920": {
"name": "San Juan, PR 00920"
},
"ZIP:00921": {
"name": "San Juan, PR 00921"
},
"ZIP:00923": {
"name": "San Juan, PR 00923"
},
"ZIP:00924": {
"name": "San Juan, PR 00924"
},
"ZIP:00925": {
"name": "San Juan, PR 00925"
},
"ZIP:00926": {
"name": "San Juan, PR 00926"
},
"ZIP:00927": {
"name": "San Juan, PR 00927"
},
"ZIP:00934": {
"name": "Fort Buchanan, PR 00934"
},
"ZIP:00949": {
"name": "Toa Baja, PR 00949"
},
"ZIP:00952": {
"name": "Sabana Seca, PR 00952"
},
"ZIP:00953": {
"name": "Toa Alta, PR 00953"
},
"ZIP:00956": {
"name": "Bayamon, PR 00956"
},
"ZIP:00957": {
"name": "Bayamon, PR 00957"
},
"ZIP:00959": {
"name": "Bayamon, PR 00959"
},
"ZIP:00961": {
"name": "Bayamon, PR 00961"
},
"ZIP:00962": {
"name": "Catano, PR 00962"
},
"ZIP:00965": {
"name": "Guaynabo, PR 00965"
},
"ZIP:00966": {
"name": "Guaynabo, PR 00966"
},
"ZIP:00968": {
"name": "Guaynabo, PR 00968"
},
"ZIP:00969": {
"name": "Guaynabo, PR 00969"
},
"ZIP:00976": {
"name": "Trujillo Alto, PR 00976"
},
"ZIP:00979": {
"name": "Carolina, PR 00979"
},
"ZIP:00982": {
"name": "Carolina, PR 00982"
},
"ZIP:00983": {
"name": "Carolina, PR 00983"
},
"ZIP:00985": {
"name": "Carolina, PR 00985"
},
"ZIP:00987": {
"name": "Carolina, PR 00987"
},
"ZIP:01001": {
"name": "Agawam, MA 01001"
},
"ZIP:01002": {
"name": "Amherst, MA 01002"
},
"ZIP:01003": {
"name": "Amherst, MA 01003"
},
"ZIP:01005": {
"name": "Barre, MA 01005"
},
"ZIP:01007": {
"name": "Belchertown, MA 01007"
},
"ZIP:01008": {
"name": "Blandford, MA 01008"
},
"ZIP:01010": {
"name": "Brimfield, MA 01010"
},
"ZIP:01011": {
"name": "Chester, MA 01011"
},
"ZIP:01012": {
"name": "Chesterfield, MA 01012"
},
"ZIP:01013": {
"name": "Chicopee, MA 01013"
},
"ZIP:01020": {
"name": "Chicopee, MA 01020"
},
"ZIP:01022": {
"name": "Chicopee, MA 01022"
},
"ZIP:01026": {
"name": "Cummington, MA 01026"
},
"ZIP:01027": {
"name": "Easthampton, MA 01027"
},
"ZIP:01028": {
"name": "East Longmeadow, MA 01028"
},
"ZIP:01030": {
"name": "Feeding Hills, MA 01030"
},
"ZIP:01031": {
"name": "Gilbertville, MA 01031"
},
"ZIP:01032": {
"name": "Goshen, MA 01032"
},
"ZIP:01033": {
"name": "Granby, MA 01033"
},
"ZIP:01034": {
"name": "Granville, MA 01034"
},
"ZIP:01035": {
"name": "Hadley, MA 01035"
},
"ZIP:01036": {
"name": "Hampden, MA 01036"
},
"ZIP:01038": {
"name": "Hatfield, MA 01038"
},
"ZIP:01039": {
"name": "Haydenville, MA 01039"
},
"ZIP:01040": {
"name": "Holyoke, MA 01040"
},
"ZIP:01050": {
"name": "Huntington, MA 01050"
},
"ZIP:01053": {
"name": "Leeds, MA 01053"
},
"ZIP:01054": {
"name": "Leverett, MA 01054"
},
"ZIP:01056": {
"name": "Ludlow, MA 01056"
},
"ZIP:01057": {
"name": "Monson, MA 01057"
},
"ZIP:01060": {
"name": "Northampton, MA 01060"
},
"ZIP:01062": {
"name": "Florence, MA 01062"
},
"ZIP:01063": {
"name": "Northampton, MA 01063"
},
"ZIP:01068": {
"name": "Oakham, MA 01068"
},
"ZIP:01069": {
"name": "Palmer, MA 01069"
},
"ZIP:01070": {
"name": "Plainfield, MA 01070"
},
"ZIP:01071": {
"name": "Russell, MA 01071"
},
"ZIP:01072": {
"name": "Shutesbury, MA 01072"
},
"ZIP:01073": {
"name": "Southampton, MA 01073"
},
"ZIP:01075": {
"name": "South Hadley, MA 01075"
},
"ZIP:01077": {
"name": "Southwick, MA 01077"
},
"ZIP:01080": {
"name": "Three Rivers, MA 01080"
},
"ZIP:01081": {
"name": "Wales, MA 01081"
},
"ZIP:01082": {
"name": "Ware, MA 01082"
},
"ZIP:01084": {
"name": "West Chesterfield, MA 01084"
},
"ZIP:01085": {
"name": "Westfield, MA 01085"
},
"ZIP:01088": {
"name": "West Hatfield, MA 01088"
},
"ZIP:01089": {
"name": "West Springfield, MA 01089"
},
"ZIP:01092": {
"name": "West Warren, MA 01092"
},
"ZIP:01095": {
"name": "Wilbraham, MA 01095"
},
"ZIP:01096": {
"name": "Williamsburg, MA 01096"
},
"ZIP:01098": {
"name": "Worthington, MA 01098"
},
"ZIP:01103": {
"name": "Springfield, MA 01103"
},
"ZIP:01104": {
"name": "Springfield, MA 01104"
},
"ZIP:01105": {
"name": "Springfield, MA 01105"
},
"ZIP:01106": {
"name": "Longmeadow, MA 01106"
},
"ZIP:01107": {
"name": "Springfield, MA 01107"
},
"ZIP:01108": {
"name": "Springfield, MA 01108"
},
"ZIP:01109": {
"name": "Springfield, MA 01109"
},
"ZIP:01118": {
"name": "Springfield, MA 01118"
},
"ZIP:01119": {
"name": "Springfield, MA 01119"
},
"ZIP:01128": {
"name": "Springfield, MA 01128"
},
"ZIP:01129": {
"name": "Springfield, MA 01129"
},
"ZIP:01151": {
"name": "Indian Orchard, MA 01151"
},
"ZIP:01201": {
"name": "Pittsfield, MA 01201"
},
"ZIP:01220": {
"name": "Adams, MA 01220"
},
"ZIP:01222": {
"name": "Ashley Falls, MA 01222"
},
"ZIP:01223": {
"name": "Becket, MA 01223"
},
"ZIP:01224": {
"name": "Berkshire, MA 01224"
},
"ZIP:01225": {
"name": "Cheshire, MA 01225"
},
"ZIP:01226": {
"name": "Dalton, MA 01226"
},
"ZIP:01230": {
"name": "Great Barrington, MA 01230"
},
"ZIP:01235": {
"name": "Hinsdale, MA 01235"
},
"ZIP:01236": {
"name": "Housatonic, MA 01236"
},
"ZIP:01237": {
"name": "Lanesboro, MA 01237"
},
"ZIP:01238": {
"name": "Lee, MA 01238"
},
"ZIP:01240": {
"name": "Lenox, MA 01240"
},
"ZIP:01243": {
"name": "Middlefield, MA 01243"
},
"ZIP:01245": {
"name": "Monterey, MA 01245"
},
"ZIP:01247": {
"name": "North Adams, MA 01247"
},
"ZIP:01253": {
"name": "Otis, MA 01253"
},
"ZIP:01254": {
"name": "Richmond, MA 01254"
},
"ZIP:01255": {
"name": "Sandisfield, MA 01255"
},
"ZIP:01256": {
"name": "Savoy, MA 01256"
},
"ZIP:01257": {
"name": "Sheffield, MA 01257"
},
"ZIP:01258": {
"name": "South Egremont, MA 01258"
},
"ZIP:01259": {
"name": "Southfield, MA 01259"
},
"ZIP:01262": {
"name": "Stockbridge, MA 01262"
},
"ZIP:01266": {
"name": "West Stockbridge, MA 01266"
},
"ZIP:01267": {
"name": "Williamstown, MA 01267"
},
"ZIP:01270": {
"name": "Windsor, MA 01270"
},
"ZIP:01301": {
"name": "Greenfield, MA 01301"
},
"ZIP:01330": {
"name": "Ashfield, MA 01330"
},
"ZIP:01331": {
"name": "Athol, MA 01331"
},
"ZIP:01337": {
"name": "Bernardston, MA 01337"
},
"ZIP:01338": {
"name": "Buckland, MA 01338"
},
"ZIP:01339": {
"name": "Charlemont, MA 01339"
},
"ZIP:01340": {
"name": "Colrain, MA 01340"
},
"ZIP:01341": {
"name": "Conway, MA 01341"
},
"ZIP:01342": {
"name": "Deerfield, MA 01342"
},
"ZIP:01343": {
"name": "Drury, MA 01343"
},
"ZIP:01344": {
"name": "Erving, MA 01344"
},
"ZIP:01346": {
"name": "Heath, MA 01346"
},
"ZIP:01349": {
"name": "Millers Falls, MA 01349"
},
"ZIP:01350": {
"name": "Monroe Bridge, MA 01350"
},
"ZIP:01351": {
"name": "Montague, MA 01351"
},
"ZIP:01354": {
"name": "Gill, MA 01354"
},
"ZIP:01355": {
"name": "New Salem, MA 01355"
},
"ZIP:01360": {
"name": "Northfield, MA 01360"
},
"ZIP:01364": {
"name": "Orange, MA 01364"
},
"ZIP:01366": {
"name": "Petersham, MA 01366"
},
"ZIP:01367": {
"name": "Rowe, MA 01367"
},
"ZIP:01368": {
"name": "Royalston, MA 01368"
},
"ZIP:01370": {
"name": "Shelburne Falls, MA 01370"
},
"ZIP:01373": {
"name": "South Deerfield, MA 01373"
},
"ZIP:01375": {
"name": "Sunderland, MA 01375"
},
"ZIP:01376": {
"name": "Turners Falls, MA 01376"
},
"ZIP:01378": {
"name": "Warwick, MA 01378"
},
"ZIP:01379": {
"name": "Wendell, MA 01379"
},
"ZIP:01420": {
"name": "Fitchburg, MA 01420"
},
"ZIP:01430": {
"name": "Ashburnham, MA 01430"
},
"ZIP:01431": {
"name": "Ashby, MA 01431"
},
"ZIP:01432": {
"name": "Ayer, MA 01432"
},
"ZIP:01434": {
"name": "Devens, MA 01434"
},
"ZIP:01436": {
"name": "Baldwinville, MA 01436"
},
"ZIP:01440": {
"name": "Gardner, MA 01440"
},
"ZIP:01450": {
"name": "Groton, MA 01450"
},
"ZIP:01451": {
"name": "Harvard, MA 01451"
},
"ZIP:01452": {
"name": "Hubbardston, MA 01452"
},
"ZIP:01453": {
"name": "Leominster, MA 01453"
},
"ZIP:01460": {
"name": "Littleton, MA 01460"
},
"ZIP:01462": {
"name": "Lunenburg, MA 01462"
},
"ZIP:01463": {
"name": "Pepperell, MA 01463"
},
"ZIP:01464": {
"name": "Shirley, MA 01464"
},
"ZIP:01468": {
"name": "Templeton, MA 01468"
},
"ZIP:01469": {
"name": "Townsend, MA 01469"
},
"ZIP:01473": {
"name": "Westminster, MA 01473"
},
"ZIP:01474": {
"name": "West Townsend, MA 01474"
},
"ZIP:01475": {
"name": "Winchendon, MA 01475"
},
"ZIP:01501": {
"name": "Auburn, MA 01501"
},
"ZIP:01503": {
"name": "Berlin, MA 01503"
},
"ZIP:01504": {
"name": "Blackstone, MA 01504"
},
"ZIP:01505": {
"name": "Boylston, MA 01505"
},
"ZIP:01506": {
"name": "Brookfield, MA 01506"
},
"ZIP:01507": {
"name": "Charlton, MA 01507"
},
"ZIP:01510": {
"name": "Clinton, MA 01510"
},
"ZIP:01515": {
"name": "East Brookfield, MA 01515"
},
"ZIP:01516": {
"name": "Douglas, MA 01516"
},
"ZIP:01518": {
"name": "Fiskdale, MA 01518"
},
"ZIP:01519": {
"name": "Grafton, MA 01519"
},
"ZIP:01520": {
"name": "Holden, MA 01520"
},
"ZIP:01521": {
"name": "Holland, MA 01521"
},
"ZIP:01522": {
"name": "Jefferson, MA 01522"
},
"ZIP:01523": {
"name": "Lancaster, MA 01523"
},
"ZIP:01524": {
"name": "Leicester, MA 01524"
},
"ZIP:01527": {
"name": "Millbury, MA 01527"
},
"ZIP:01529": {
"name": "Millville, MA 01529"
},
"ZIP:01531": {
"name": "New Braintree, MA 01531"
},
"ZIP:01532": {
"name": "Northborough, MA 01532"
},
"ZIP:01534": {
"name": "Northbridge, MA 01534"
},
"ZIP:01535": {
"name": "North Brookfield, MA 01535"
},
"ZIP:01536": {
"name": "North Grafton, MA 01536"
},
"ZIP:01537": {
"name": "North Oxford, MA 01537"
},
"ZIP:01540": {
"name": "Oxford, MA 01540"
},
"ZIP:01541": {
"name": "Princeton, MA 01541"
},
"ZIP:01542": {
"name": "Rochdale, MA 01542"
},
"ZIP:01543": {
"name": "Rutland, MA 01543"
},
"ZIP:01545": {
"name": "Shrewsbury, MA 01545"
},
"ZIP:01550": {
"name": "Southbridge, MA 01550"
},
"ZIP:01560": {
"name": "South Grafton, MA 01560"
},
"ZIP:01562": {
"name": "Spencer, MA 01562"
},
"ZIP:01564": {
"name": "Sterling, MA 01564"
},
"ZIP:01566": {
"name": "Sturbridge, MA 01566"
},
"ZIP:01568": {
"name": "Upton, MA 01568"
},
"ZIP:01569": {
"name": "Uxbridge, MA 01569"
},
"ZIP:01570": {
"name": "Webster, MA 01570"
},
"ZIP:01571": {
"name": "Dudley, MA 01571"
},
"ZIP:01581": {
"name": "Westborough, MA 01581"
},
"ZIP:01583": {
"name": "West Boylston, MA 01583"
},
"ZIP:01585": {
"name": "West Brookfield, MA 01585"
},
"ZIP:01588": {
"name": "Whitinsville, MA 01588"
},
"ZIP:01590": {
"name": "Sutton, MA 01590"
},
"ZIP:01602": {
"name": "Worcester, MA 01602"
},
"ZIP:01603": {
"name": "Worcester, MA 01603"
},
"ZIP:01604": {
"name": "Worcester, MA 01604"
},
"ZIP:01605": {
"name": "Worcester, MA 01605"
},
"ZIP:01606": {
"name": "Worcester, MA 01606"
},
"ZIP:01607": {
"name": "Worcester, MA 01607"
},
"ZIP:01608": {
"name": "Worcester, MA 01608"
},
"ZIP:01609": {
"name": "Worcester, MA 01609"
},
"ZIP:01610": {
"name": "Worcester, MA 01610"
},
"ZIP:01611": {
"name": "Cherry Valley, MA 01611"
},
"ZIP:01612": {
"name": "Paxton, MA 01612"
},
"ZIP:01701": {
"name": "Framingham, MA 01701"
},
"ZIP:01702": {
"name": "Framingham, MA 01702"
},
"ZIP:01718": {
"name": "Village of Nagog Woods, MA 01718"
},
"ZIP:01719": {
"name": "Boxborough, MA 01719"
},
"ZIP:01720": {
"name": "Acton, MA 01720"
},
"ZIP:01721": {
"name": "Ashland, MA 01721"
},
"ZIP:01730": {
"name": "Bedford, MA 01730"
},
"ZIP:01731": {
"name": "Hanscom AFB, MA 01731"
},
"ZIP:01740": {
"name": "Bolton, MA 01740"
},
"ZIP:01741": {
"name": "Carlisle, MA 01741"
},
"ZIP:01742": {
"name": "Concord, MA 01742"
},
"ZIP:01745": {
"name": "Fayville, MA 01745"
},
"ZIP:01746": {
"name": "Holliston, MA 01746"
},
"ZIP:01747": {
"name": "Hopedale, MA 01747"
},
"ZIP:01748": {
"name": "Hopkinton, MA 01748"
},
"ZIP:01749": {
"name": "Hudson, MA 01749"
},
"ZIP:01752": {
"name": "Marlborough, MA 01752"
},
"ZIP:01754": {
"name": "Maynard, MA 01754"
},
"ZIP:01756": {
"name": "Mendon, MA 01756"
},
"ZIP:01757": {
"name": "Milford, MA 01757"
},
"ZIP:01760": {
"name": "Natick, MA 01760"
},
"ZIP:01770": {
"name": "Sherborn, MA 01770"
},
"ZIP:01772": {
"name": "Southborough, MA 01772"
},
"ZIP:01773": {
"name": "Lincoln, MA 01773"
},
"ZIP:01775": {
"name": "Stow, MA 01775"
},
"ZIP:01776": {
"name": "Sudbury, MA 01776"
},
"ZIP:01778": {
"name": "Wayland, MA 01778"
},
"ZIP:01801": {
"name": "Woburn, MA 01801"
},
"ZIP:01803": {
"name": "Burlington, MA 01803"
},
"ZIP:01810": {
"name": "Andover, MA 01810"
},
"ZIP:01821": {
"name": "Billerica, MA 01821"
},
"ZIP:01824": {
"name": "Chelmsford, MA 01824"
},
"ZIP:01826": {
"name": "Dracut, MA 01826"
},
"ZIP:01827": {
"name": "Dunstable, MA 01827"
},
"ZIP:01830": {
"name": "Haverhill, MA 01830"
},
"ZIP:01832": {
"name": "Haverhill, MA 01832"
},
"ZIP:01833": {
"name": "Georgetown, MA 01833"
},
"ZIP:01834": {
"name": "Groveland, MA 01834"
},
"ZIP:01835": {
"name": "Haverhill, MA 01835"
},
"ZIP:01840": {
"name": "Lawrence, MA 01840"
},
"ZIP:01841": {
"name": "Lawrence, MA 01841"
},
"ZIP:01843": {
"name": "Lawrence, MA 01843"
},
"ZIP:01844": {
"name": "Methuen, MA 01844"
},
"ZIP:01845": {
"name": "North Andover, MA 01845"
},
"ZIP:01850": {
"name": "Lowell, MA 01850"
},
"ZIP:01851": {
"name": "Lowell, MA 01851"
},
"ZIP:01852": {
"name": "Lowell, MA 01852"
},
"ZIP:01854": {
"name": "Lowell, MA 01854"
},
"ZIP:01860": {
"name": "Merrimac, MA 01860"
},
"ZIP:01862": {
"name": "North Billerica, MA 01862"
},
"ZIP:01863": {
"name": "North Chelmsford, MA 01863"
},
"ZIP:01864": {
"name": "North Reading, MA 01864"
},
"ZIP:01867": {
"name": "Reading, MA 01867"
},
"ZIP:01876": {
"name": "Tewksbury, MA 01876"
},
"ZIP:01879": {
"name": "Tyngsboro, MA 01879"
},
"ZIP:01880": {
"name": "Wakefield, MA 01880"
},
"ZIP:01886": {
"name": "Westford, MA 01886"
},
"ZIP:01887": {
"name": "Wilmington, MA 01887"
},
"ZIP:01890": {
"name": "Winchester, MA 01890"
},
"ZIP:01901": {
"name": "Lynn, MA 01901"
},
"ZIP:01902": {
"name": "Lynn, MA 01902"
},
"ZIP:01904": {
"name": "Lynn, MA 01904"
},
"ZIP:01905": {
"name": "Lynn, MA 01905"
},
"ZIP:01906": {
"name": "Saugus, MA 01906"
},
"ZIP:01907": {
"name": "Swampscott, MA 01907"
},
"ZIP:01908": {
"name": "Nahant, MA 01908"
},
"ZIP:01913": {
"name": "Amesbury, MA 01913"
},
"ZIP:01915": {
"name": "Beverly, MA 01915"
},
"ZIP:01921": {
"name": "Boxford, MA 01921"
},
"ZIP:01922": {
"name": "Byfield, MA 01922"
},
"ZIP:01923": {
"name": "Danvers, MA 01923"
},
"ZIP:01929": {
"name": "Essex, MA 01929"
},
"ZIP:01930": {
"name": "Gloucester, MA 01930"
},
"ZIP:01938": {
"name": "Ipswich, MA 01938"
},
"ZIP:01940": {
"name": "Lynnfield, MA 01940"
},
"ZIP:01944": {
"name": "Manchester, MA 01944"
},
"ZIP:01945": {
"name": "Marblehead, MA 01945"
},
"ZIP:01949": {
"name": "Middleton, MA 01949"
},
"ZIP:01950": {
"name": "Newburyport, MA 01950"
},
"ZIP:01951": {
"name": "Newbury, MA 01951"
},
"ZIP:01952": {
"name": "Salisbury, MA 01952"
},
"ZIP:01960": {
"name": "Peabody, MA 01960"
},
"ZIP:01966": {
"name": "Rockport, MA 01966"
},
"ZIP:01969": {
"name": "Rowley, MA 01969"
},
"ZIP:01970": {
"name": "Salem, MA 01970"
},
"ZIP:01982": {
"name": "South Hamilton, MA 01982"
},
"ZIP:01983": {
"name": "Topsfield, MA 01983"
},
"ZIP:01984": {
"name": "Wenham, MA 01984"
},
"ZIP:01985": {
"name": "West Newbury, MA 01985"
},
"ZIP:02019": {
"name": "Bellingham, MA 02019"
},
"ZIP:02021": {
"name": "Canton, MA 02021"
},
"ZIP:02025": {
"name": "Cohasset, MA 02025"
},
"ZIP:02026": {
"name": "Dedham, MA 02026"
},
"ZIP:02030": {
"name": "Dover, MA 02030"
},
"ZIP:02032": {
"name": "East Walpole, MA 02032"
},
"ZIP:02035": {
"name": "Foxboro, MA 02035"
},
"ZIP:02038": {
"name": "Franklin, MA 02038"
},
"ZIP:02043": {
"name": "Hingham, MA 02043"
},
"ZIP:02045": {
"name": "Hull, MA 02045"
},
"ZIP:02048": {
"name": "Mansfield, MA 02048"
},
"ZIP:02050": {
"name": "Marshfield, MA 02050"
},
"ZIP:02052": {
"name": "Medfield, MA 02052"
},
"ZIP:02053": {
"name": "Medway, MA 02053"
},
"ZIP:02054": {
"name": "Millis, MA 02054"
},
"ZIP:02056": {
"name": "Norfolk, MA 02056"
},
"ZIP:02061": {
"name": "Norwell, MA 02061"
},
"ZIP:02062": {
"name": "Norwood, MA 02062"
},
"ZIP:02066": {
"name": "Scituate, MA 02066"
},
"ZIP:02067": {
"name": "Sharon, MA 02067"
},
"ZIP:02071": {
"name": "South Walpole, MA 02071"
},
"ZIP:02072": {
"name": "Stoughton, MA 02072"
},
"ZIP:02081": {
"name": "Walpole, MA 02081"
},
"ZIP:02090": {
"name": "Westwood, MA 02090"
},
"ZIP:02093": {
"name": "Wrentham, MA 02093"
},
"ZIP:02108": {
"name": "Boston, MA 02108"
},
"ZIP:02109": {
"name": "Boston, MA 02109"
},
"ZIP:02110": {
"name": "Boston, MA 02110"
},
"ZIP:02111": {
"name": "Boston, MA 02111"
},
"ZIP:02113": {
"name": "Boston, MA 02113"
},
"ZIP:02114": {
"name": "Boston, MA 02114"
},
"ZIP:02115": {
"name": "Boston, MA 02115"
},
"ZIP:02116": {
"name": "Boston, MA 02116"
},
"ZIP:02118": {
"name": "Boston, MA 02118"
},
"ZIP:02119": {
"name": "Roxbury, MA 02119"
},
"ZIP:02120": {
"name": "Roxbury Crossing, MA 02120"
},
"ZIP:02121": {
"name": "Dorchester, MA 02121"
},
"ZIP:02122": {
"name": "Dorchester, MA 02122"
},
"ZIP:02124": {
"name": "Dorchester Center, MA 02124"
},
"ZIP:02125": {
"name": "Dorchester, MA 02125"
},
"ZIP:02126": {
"name": "Mattapan, MA 02126"
},
"ZIP:02127": {
"name": "Boston, MA 02127"
},
"ZIP:02128": {
"name": "Boston, MA 02128"
},
"ZIP:02129": {
"name": "Charlestown, MA 02129"
},
"ZIP:02130": {
"name": "Jamaica Plain, MA 02130"
},
"ZIP:02131": {
"name": "Roslindale, MA 02131"
},
"ZIP:02132": {
"name": "West Roxbury, MA 02132"
},
"ZIP:02134": {
"name": "Allston, MA 02134"
},
"ZIP:02135": {
"name": "Brighton, MA 02135"
},
"ZIP:02136": {
"name": "Hyde Park, MA 02136"
},
"ZIP:02138": {
"name": "Cambridge, MA 02138"
},
"ZIP:02139": {
"name": "Cambridge, MA 02139"
},
"ZIP:02140": {
"name": "Cambridge, MA 02140"
},
"ZIP:02141": {
"name": "Cambridge, MA 02141"
},
"ZIP:02142": {
"name": "Cambridge, MA 02142"
},
"ZIP:02143": {
"name": "Somerville, MA 02143"
},
"ZIP:02144": {
"name": "Somerville, MA 02144"
},
"ZIP:02145": {
"name": "Somerville, MA 02145"
},
"ZIP:02148": {
"name": "Malden, MA 02148"
},
"ZIP:02149": {
"name": "Everett, MA 02149"
},
"ZIP:02150": {
"name": "Chelsea, MA 02150"
},
"ZIP:02151": {
"name": "Revere, MA 02151"
},
"ZIP:02152": {
"name": "Winthrop, MA 02152"
},
"ZIP:02153": {
"name": "Medford, MA 02153"
},
"ZIP:02155": {
"name": "Medford, MA 02155"
},
"ZIP:02163": {
"name": "Boston, MA 02163"
},
"ZIP:02169": {
"name": "Quincy, MA 02169"
},
"ZIP:02170": {
"name": "Quincy, MA 02170"
},
"ZIP:02171": {
"name": "Quincy, MA 02171"
},
"ZIP:02176": {
"name": "Melrose, MA 02176"
},
"ZIP:02180": {
"name": "Stoneham, MA 02180"
},
"ZIP:02184": {
"name": "Braintree, MA 02184"
},
"ZIP:02186": {
"name": "Milton, MA 02186"
},
"ZIP:02188": {
"name": "Weymouth, MA 02188"
},
"ZIP:02189": {
"name": "East Weymouth, MA 02189"
},
"ZIP:02190": {
"name": "South Weymouth, MA 02190"
},
"ZIP:02191": {
"name": "North Weymouth, MA 02191"
},
"ZIP:02199": {
"name": "Boston, MA 02199"
},
"ZIP:02210": {
"name": "Boston, MA 02210"
},
"ZIP:02215": {
"name": "Boston, MA 02215"
},
"ZIP:02301": {
"name": "Brockton, MA 02301"
},
"ZIP:02302": {
"name": "Brockton, MA 02302"
},
"ZIP:02322": {
"name": "Avon, MA 02322"
},
"ZIP:02324": {
"name": "Bridgewater, MA 02324"
},
"ZIP:02325": {
"name": "Bridgewater, MA 02325"
},
"ZIP:02330": {
"name": "Carver, MA 02330"
},
"ZIP:02332": {
"name": "Duxbury, MA 02332"
},
"ZIP:02333": {
"name": "East Bridgewater, MA 02333"
},
"ZIP:02338": {
"name": "Halifax, MA 02338"
},
"ZIP:02339": {
"name": "Hanover, MA 02339"
},
"ZIP:02341": {
"name": "Hanson, MA 02341"
},
"ZIP:02343": {
"name": "Holbrook, MA 02343"
},
"ZIP:02346": {
"name": "Middleboro, MA 02346"
},
"ZIP:02347": {
"name": "Lakeville, MA 02347"
},
"ZIP:02351": {
"name": "Abington, MA 02351"
},
"ZIP:02356": {
"name": "North Easton, MA 02356"
},
"ZIP:02359": {
"name": "Pembroke, MA 02359"
},
"ZIP:02360": {
"name": "Plymouth, MA 02360"
},
"ZIP:02364": {
"name": "Kingston, MA 02364"
},
"ZIP:02367": {
"name": "Plympton, MA 02367"
},
"ZIP:02368": {
"name": "Randolph, MA 02368"
},
"ZIP:02370": {
"name": "Rockland, MA 02370"
},
"ZIP:02375": {
"name": "South Easton, MA 02375"
},
"ZIP:02379": {
"name": "West Bridgewater, MA 02379"
},
"ZIP:02382": {
"name": "Whitman, MA 02382"
},
"ZIP:02420": {
"name": "Lexington, MA 02420"
},
"ZIP:02421": {
"name": "Lexington, MA 02421"
},
"ZIP:02445": {
"name": "Brookline, MA 02445"
},
"ZIP:02446": {
"name": "Brookline, MA 02446"
},
"ZIP:02451": {
"name": "Waltham, MA 02451"
},
"ZIP:02452": {
"name": "Waltham, MA 02452"
},
"ZIP:02453": {
"name": "Waltham, MA 02453"
},
"ZIP:02458": {
"name": "Newton, MA 02458"
},
"ZIP:02459": {
"name": "Newton Center, MA 02459"
},
"ZIP:02460": {
"name": "Newtonville, MA 02460"
},
"ZIP:02461": {
"name": "Newton Highlands, MA 02461"
},
"ZIP:02462": {
"name": "Newton Lower Falls, MA 02462"
},
"ZIP:02464": {
"name": "Newton Upper Falls, MA 02464"
},
"ZIP:02465": {
"name": "West Newton, MA 02465"
},
"ZIP:02466": {
"name": "Auburndale, MA 02466"
},
"ZIP:02467": {
"name": "Chestnut Hill, MA 02467"
},
"ZIP:02468": {
"name": "Waban, MA 02468"
},
"ZIP:02472": {
"name": "Watertown, MA 02472"
},
"ZIP:02474": {
"name": "Arlington, MA 02474"
},
"ZIP:02476": {
"name": "Arlington, MA 02476"
},
"ZIP:02478": {
"name": "Belmont, MA 02478"
},
"ZIP:02481": {
"name": "Wellesley Hills, MA 02481"
},
"ZIP:02482": {
"name": "Wellesley, MA 02482"
},
"ZIP:02492": {
"name": "Needham, MA 02492"
},
"ZIP:02493": {
"name": "Weston, MA 02493"
},
"ZIP:02494": {
"name": "Needham Heights, MA 02494"
},
"ZIP:02532": {
"name": "Buzzards Bay, MA 02532"
},
"ZIP:02535": {
"name": "Chilmark, MA 02535"
},
"ZIP:02536": {
"name": "East Falmouth, MA 02536"
},
"ZIP:02537": {
"name": "East Sandwich, MA 02537"
},
"ZIP:02538": {
"name": "East Wareham, MA 02538"
},
"ZIP:02539": {
"name": "Edgartown, MA 02539"
},
"ZIP:02540": {
"name": "Falmouth, MA 02540"
},
"ZIP:02542": {
"name": "Buzzards Bay, MA 02542"
},
"ZIP:02543": {
"name": "Woods Hole, MA 02543"
},
"ZIP:02554": {
"name": "Nantucket, MA 02554"
},
"ZIP:02556": {
"name": "North Falmouth, MA 02556"
},
"ZIP:02557": {
"name": "Oak Bluffs, MA 02557"
},
"ZIP:02559": {
"name": "Pocasset, MA 02559"
},
"ZIP:02562": {
"name": "Sagamore Beach, MA 02562"
},
"ZIP:02563": {
"name": "Sandwich, MA 02563"
},
"ZIP:02568": {
"name": "Vineyard Haven, MA 02568"
},
"ZIP:02571": {
"name": "Wareham, MA 02571"
},
"ZIP:02575": {
"name": "West Tisbury, MA 02575"
},
"ZIP:02576": {
"name": "West Wareham, MA 02576"
},
"ZIP:02601": {
"name": "Hyannis, MA 02601"
},
"ZIP:02630": {
"name": "Barnstable, MA 02630"
},
"ZIP:02631": {
"name": "Brewster, MA 02631"
},
"ZIP:02632": {
"name": "Centerville, MA 02632"
},
"ZIP:02633": {
"name": "Chatham, MA 02633"
},
"ZIP:02635": {
"name": "Cotuit, MA 02635"
},
"ZIP:02638": {
"name": "Dennis, MA 02638"
},
"ZIP:02639": {
"name": "Dennis Port, MA 02639"
},
"ZIP:02642": {
"name": "Eastham, MA 02642"
},
"ZIP:02644": {
"name": "Forestdale, MA 02644"
},
"ZIP:02645": {
"name": "Harwich, MA 02645"
},
"ZIP:02646": {
"name": "Harwich Port, MA 02646"
},
"ZIP:02648": {
"name": "Marstons Mills, MA 02648"
},
"ZIP:02649": {
"name": "Mashpee, MA 02649"
},
"ZIP:02650": {
"name": "North Chatham, MA 02650"
},
"ZIP:02652": {
"name": "North Truro, MA 02652"
},
"ZIP:02653": {
"name": "Orleans, MA 02653"
},
"ZIP:02655": {
"name": "Osterville, MA 02655"
},
"ZIP:02657": {
"name": "Provincetown, MA 02657"
},
"ZIP:02659": {
"name": "South Chatham, MA 02659"
},
"ZIP:02660": {
"name": "South Dennis, MA 02660"
},
"ZIP:02664": {
"name": "South Yarmouth, MA 02664"
},
"ZIP:02666": {
"name": "Truro, MA 02666"
},
"ZIP:02667": {
"name": "Wellfleet, MA 02667"
},
"ZIP:02668": {
"name": "West Barnstable, MA 02668"
},
"ZIP:02670": {
"name": "West Dennis, MA 02670"
},
"ZIP:02671": {
"name": "West Harwich, MA 02671"
},
"ZIP:02673": {
"name": "West Yarmouth, MA 02673"
},
"ZIP:02675": {
"name": "Yarmouth Port, MA 02675"
},
"ZIP:02702": {
"name": "Assonet, MA 02702"
},
"ZIP:02703": {
"name": "Attleboro, MA 02703"
},
"ZIP:02713": {
"name": "Cuttyhunk, MA 02713"
},
"ZIP:02715": {
"name": "Dighton, MA 02715"
},
"ZIP:02717": {
"name": "East Freetown, MA 02717"
},
"ZIP:02718": {
"name": "East Taunton, MA 02718"
},
"ZIP:02719": {
"name": "Fairhaven, MA 02719"
},
"ZIP:02720": {
"name": "Fall River, MA 02720"
},
"ZIP:02721": {
"name": "Fall River, MA 02721"
},
"ZIP:02723": {
"name": "Fall River, MA 02723"
},
"ZIP:02724": {
"name": "Fall River, MA 02724"
},
"ZIP:02725": {
"name": "Somerset, MA 02725"
},
"ZIP:02726": {
"name": "Somerset, MA 02726"
},
"ZIP:02738": {
"name": "Marion, MA 02738"
},
"ZIP:02739": {
"name": "Mattapoisett, MA 02739"
},
"ZIP:02740": {
"name": "New Bedford, MA 02740"
},
"ZIP:02743": {
"name": "Acushnet, MA 02743"
},
"ZIP:02744": {
"name": "New Bedford, MA 02744"
},
"ZIP:02745": {
"name": "New Bedford, MA 02745"
},
"ZIP:02746": {
"name": "New Bedford, MA 02746"
},
"ZIP:02747": {
"name": "North Dartmouth, MA 02747"
},
"ZIP:02748": {
"name": "South Dartmouth, MA 02748"
},
"ZIP:02760": {
"name": "North Attleboro, MA 02760"
},
"ZIP:02762": {
"name": "Plainville, MA 02762"
},
"ZIP:02763": {
"name": "Attleboro Falls, MA 02763"
},
"ZIP:02764": {
"name": "North Dighton, MA 02764"
},
"ZIP:02766": {
"name": "Norton, MA 02766"
},
"ZIP:02767": {
"name": "Raynham, MA 02767"
},
"ZIP:02769": {
"name": "Rehoboth, MA 02769"
},
"ZIP:02770": {
"name": "Rochester, MA 02770"
},
"ZIP:02771": {
"name": "Seekonk, MA 02771"
},
"ZIP:02777": {
"name": "Swansea, MA 02777"
},
"ZIP:02779": {
"name": "Berkley, MA 02779"
},
"ZIP:02780": {
"name": "Taunton, MA 02780"
},
"ZIP:02790": {
"name": "Westport, MA 02790"
},
"ZIP:02804": {
"name": "Ashaway, RI 02804"
},
"ZIP:02806": {
"name": "Barrington, RI 02806"
},
"ZIP:02807": {
"name": "Block Island, RI 02807"
},
"ZIP:02808": {
"name": "Bradford, RI 02808"
},
"ZIP:02809": {
"name": "Bristol, RI 02809"
},
"ZIP:02812": {
"name": "Carolina, RI 02812"
},
"ZIP:02813": {
"name": "Charlestown, RI 02813"
},
"ZIP:02814": {
"name": "Chepachet, RI 02814"
},
"ZIP:02815": {
"name": "Clayville, RI 02815"
},
"ZIP:02816": {
"name": "Coventry, RI 02816"
},
"ZIP:02817": {
"name": "West Greenwich, RI 02817"
},
"ZIP:02818": {
"name": "East Greenwich, RI 02818"
},
"ZIP:02822": {
"name": "Exeter, RI 02822"
},
"ZIP:02825": {
"name": "Foster, RI 02825"
},
"ZIP:02827": {
"name": "Greene, RI 02827"
},
"ZIP:02828": {
"name": "Greenville, RI 02828"
},
"ZIP:02830": {
"name": "Harrisville, RI 02830"
},
"ZIP:02831": {
"name": "Hope, RI 02831"
},
"ZIP:02832": {
"name": "Hope Valley, RI 02832"
},
"ZIP:02833": {
"name": "Hopkinton, RI 02833"
},
"ZIP:02835": {
"name": "Jamestown, RI 02835"
},
"ZIP:02836": {
"name": "Kenyon, RI 02836"
},
"ZIP:02837": {
"name": "Little Compton, RI 02837"
},
"ZIP:02838": {
"name": "Manville, RI 02838"
},
"ZIP:02839": {
"name": "Mapleville, RI 02839"
},
"ZIP:02840": {
"name": "Newport, RI 02840"
},
"ZIP:02841": {
"name": "Newport, RI 02841"
},
"ZIP:02842": {
"name": "Middletown, RI 02842"
},
"ZIP:02852": {
"name": "North Kingstown, RI 02852"
},
"ZIP:02857": {
"name": "North Scituate, RI 02857"
},
"ZIP:02858": {
"name": "Oakland, RI 02858"
},
"ZIP:02859": {
"name": "Pascoag, RI 02859"
},
"ZIP:02860": {
"name": "Pawtucket, RI 02860"
},
"ZIP:02861": {
"name": "Pawtucket, RI 02861"
},
"ZIP:02863": {
"name": "Central Falls, RI 02863"
},
"ZIP:02864": {
"name": "Cumberland, RI 02864"
},
"ZIP:02865": {
"name": "Lincoln, RI 02865"
},
"ZIP:02871": {
"name": "Portsmouth, RI 02871"
},
"ZIP:02872": {
"name": "Prudence Island, RI 02872"
},
"ZIP:02873": {
"name": "Rockville, RI 02873"
},
"ZIP:02874": {
"name": "Saunderstown, RI 02874"
},
"ZIP:02875": {
"name": "Shannock, RI 02875"
},
"ZIP:02877": {
"name": "Slocum, RI 02877"
},
"ZIP:02878": {
"name": "Tiverton, RI 02878"
},
"ZIP:02879": {
"name": "Wakefield, RI 02879"
},
"ZIP:02881": {
"name": "Kingston, RI 02881"
},
"ZIP:02882": {
"name": "Narragansett, RI 02882"
},
"ZIP:02885": {
"name": "Warren, RI 02885"
},
"ZIP:02886": {
"name": "Warwick, RI 02886"
},
"ZIP:02888": {
"name": "Warwick, RI 02888"
},
"ZIP:02889": {
"name": "Warwick, RI 02889"
},
"ZIP:02891": {
"name": "Westerly, RI 02891"
},
"ZIP:02892": {
"name": "West Kingston, RI 02892"
},
"ZIP:02893": {
"name": "West Warwick, RI 02893"
},
"ZIP:02894": {
"name": "Wood River Junction, RI 02894"
},
"ZIP:02895": {
"name": "Woonsocket, RI 02895"
},
"ZIP:02896": {
"name": "North Smithfield, RI 02896"
},
"ZIP:02898": {
"name": "Wyoming, RI 02898"
},
"ZIP:02903": {
"name": "Providence, RI 02903"
},
"ZIP:02904": {
"name": "Providence, RI 02904"
},
"ZIP:02905": {
"name": "Providence, RI 02905"
},
"ZIP:02906": {
"name": "Providence, RI 02906"
},
"ZIP:02907": {
"name": "Providence, RI 02907"
},
"ZIP:02908": {
"name": "Providence, RI 02908"
},
"ZIP:02909": {
"name": "Providence, RI 02909"
},
"ZIP:02910": {
"name": "Cranston, RI 02910"
},
"ZIP:02911": {
"name": "North Providence, RI 02911"
},
"ZIP:02912": {
"name": "Providence, RI 02912"
},
"ZIP:02914": {
"name": "East Providence, RI 02914"
},
"ZIP:02915": {
"name": "Riverside, RI 02915"
},
"ZIP:02916": {
"name": "Rumford, RI 02916"
},
"ZIP:02917": {
"name": "Smithfield, RI 02917"
},
"ZIP:02918": {
"name": "Providence, RI 02918"
},
"ZIP:02919": {
"name": "Johnston, RI 02919"
},
"ZIP:02920": {
"name": "Cranston, RI 02920"
},
"ZIP:02921": {
"name": "Cranston, RI 02921"
},
"ZIP:03031": {
"name": "Amherst, NH 03031"
},
"ZIP:03032": {
"name": "Auburn, NH 03032"
},
"ZIP:03033": {
"name": "Brookline, NH 03033"
},
"ZIP:03034": {
"name": "Candia, NH 03034"
},
"ZIP:03036": {
"name": "Chester, NH 03036"
},
"ZIP:03037": {
"name": "Deerfield, NH 03037"
},
"ZIP:03038": {
"name": "Derry, NH 03038"
},
"ZIP:03042": {
"name": "Epping, NH 03042"
},
"ZIP:03043": {
"name": "Francestown, NH 03043"
},
"ZIP:03044": {
"name": "Fremont, NH 03044"
},
"ZIP:03045": {
"name": "Goffstown, NH 03045"
},
"ZIP:03046": {
"name": "Dunbarton, NH 03046"
},
"ZIP:03047": {
"name": "Greenfield, NH 03047"
},
"ZIP:03048": {
"name": "Greenville, NH 03048"
},
"ZIP:03049": {
"name": "Hollis, NH 03049"
},
"ZIP:03051": {
"name": "Hudson, NH 03051"
},
"ZIP:03052": {
"name": "Litchfield, NH 03052"
},
"ZIP:03053": {
"name": "Londonderry, NH 03053"
},
"ZIP:03054": {
"name": "Merrimack, NH 03054"
},
"ZIP:03055": {
"name": "Milford, NH 03055"
},
"ZIP:03057": {
"name": "Mont Vernon, NH 03057"
},
"ZIP:03060": {
"name": "Nashua, NH 03060"
},
"ZIP:03062": {
"name": "Nashua, NH 03062"
},
"ZIP:03063": {
"name": "Nashua, NH 03063"
},
"ZIP:03064": {
"name": "Nashua, NH 03064"
},
"ZIP:03070": {
"name": "New Boston, NH 03070"
},
"ZIP:03071": {
"name": "New Ipswich, NH 03071"
},
"ZIP:03076": {
"name": "Pelham, NH 03076"
},
"ZIP:03077": {
"name": "Raymond, NH 03077"
},
"ZIP:03079": {
"name": "Salem, NH 03079"
},
"ZIP:03082": {
"name": "Lyndeborough, NH 03082"
},
"ZIP:03084": {
"name": "Temple, NH 03084"
},
"ZIP:03086": {
"name": "Wilton, NH 03086"
},
"ZIP:03087": {
"name": "Windham, NH 03087"
},
"ZIP:03101": {
"name": "Manchester, NH 03101"
},
"ZIP:03102": {
"name": "Manchester, NH 03102"
},
"ZIP:03103": {
"name": "Manchester, NH 03103"
},
"ZIP:03104": {
"name": "Manchester, NH 03104"
},
"ZIP:03106": {
"name": "Hooksett, NH 03106"
},
"ZIP:03109": {
"name": "Manchester, NH 03109"
},
"ZIP:03110": {
"name": "Bedford, NH 03110"
},
"ZIP:03216": {
"name": "Andover, NH 03216"
},
"ZIP:03217": {
"name": "Ashland, NH 03217"
},
"ZIP:03218": {
"name": "Barnstead, NH 03218"
},
"ZIP:03220": {
"name": "Belmont, NH 03220"
},
"ZIP:03221": {
"name": "Bradford, NH 03221"
},
"ZIP:03222": {
"name": "Bristol, NH 03222"
},
"ZIP:03223": {
"name": "Campton, NH 03223"
},
"ZIP:03224": {
"name": "Canterbury, NH 03224"
},
"ZIP:03225": {
"name": "Center Barnstead, NH 03225"
},
"ZIP:03226": {
"name": "Center Harbor, NH 03226"
},
"ZIP:03227": {
"name": "Center Sandwich, NH 03227"
},
"ZIP:03229": {
"name": "Contoocook, NH 03229"
},
"ZIP:03230": {
"name": "Danbury, NH 03230"
},
"ZIP:03234": {
"name": "Epsom, NH 03234"
},
"ZIP:03235": {
"name": "Franklin, NH 03235"
},
"ZIP:03237": {
"name": "Gilmanton, NH 03237"
},
"ZIP:03240": {
"name": "Grafton, NH 03240"
},
"ZIP:03241": {
"name": "Hebron, NH 03241"
},
"ZIP:03242": {
"name": "Henniker, NH 03242"
},
"ZIP:03243": {
"name": "Hill, NH 03243"
},
"ZIP:03244": {
"name": "Hillsborough, NH 03244"
},
"ZIP:03245": {
"name": "Holderness, NH 03245"
},
"ZIP:03246": {
"name": "Laconia, NH 03246"
},
"ZIP:03249": {
"name": "Gilford, NH 03249"
},
"ZIP:03251": {
"name": "Lincoln, NH 03251"
},
"ZIP:03253": {
"name": "Meredith, NH 03253"
},
"ZIP:03254": {
"name": "Moultonborough, NH 03254"
},
"ZIP:03255": {
"name": "Newbury, NH 03255"
},
"ZIP:03256": {
"name": "New Hampton, NH 03256"
},
"ZIP:03257": {
"name": "New London, NH 03257"
},
"ZIP:03258": {
"name": "Chichester, NH 03258"
},
"ZIP:03259": {
"name": "North Sandwich, NH 03259"
},
"ZIP:03261": {
"name": "Northwood, NH 03261"
},
"ZIP:03262": {
"name": "North Woodstock, NH 03262"
},
"ZIP:03263": {
"name": "Pittsfield, NH 03263"
},
"ZIP:03264": {
"name": "Plymouth, NH 03264"
},
"ZIP:03266": {
"name": "Rumney, NH 03266"
},
"ZIP:03268": {
"name": "Salisbury, NH 03268"
},
"ZIP:03269": {
"name": "Sanbornton, NH 03269"
},
"ZIP:03275": {
"name": "Suncook, NH 03275"
},
"ZIP:03276": {
"name": "Tilton, NH 03276"
},
"ZIP:03278": {
"name": "Warner, NH 03278"
},
"ZIP:03279": {
"name": "Warren, NH 03279"
},
"ZIP:03280": {
"name": "Washington, NH 03280"
},
"ZIP:03281": {
"name": "Weare, NH 03281"
},
"ZIP:03282": {
"name": "Wentworth, NH 03282"
},
"ZIP:03284": {
"name": "Springfield, NH 03284"
},
"ZIP:03285": {
"name": "Thornton, NH 03285"
},
"ZIP:03287": {
"name": "Wilmot, NH 03287"
},
"ZIP:03290": {
"name": "Nottingham, NH 03290"
},
"ZIP:03291": {
"name": "West Nottingham, NH 03291"
},
"ZIP:03301": {
"name": "Concord, NH 03301"
},
"ZIP:03303": {
"name": "Concord, NH 03303"
},
"ZIP:03304": {
"name": "Bow, NH 03304"
},
"ZIP:03307": {
"name": "Loudon, NH 03307"
},
"ZIP:03431": {
"name": "Keene, NH 03431"
},
"ZIP:03440": {
"name": "Antrim, NH 03440"
},
"ZIP:03441": {
"name": "Ashuelot, NH 03441"
},
"ZIP:03442": {
"name": "Bennington, NH 03442"
},
"ZIP:03443": {
"name": "Chesterfield, NH 03443"
},
"ZIP:03444": {
"name": "Dublin, NH 03444"
},
"ZIP:03445": {
"name": "Sullivan, NH 03445"
},
"ZIP:03446": {
"name": "Swanzey, NH 03446"
},
"ZIP:03447": {
"name": "Fitzwilliam, NH 03447"
},
"ZIP:03448": {
"name": "Gilsum, NH 03448"
},
"ZIP:03449": {
"name": "Hancock, NH 03449"
},
"ZIP:03450": {
"name": "Harrisville, NH 03450"
},
"ZIP:03451": {
"name": "Hinsdale, NH 03451"
},
"ZIP:03452": {
"name": "Jaffrey, NH 03452"
},
"ZIP:03455": {
"name": "Marlborough, NH 03455"
},
"ZIP:03456": {
"name": "Marlow, NH 03456"
},
"ZIP:03457": {
"name": "Nelson, NH 03457"
},
"ZIP:03458": {
"name": "Peterborough, NH 03458"
},
"ZIP:03461": {
"name": "Rindge, NH 03461"
},
"ZIP:03462": {
"name": "Spofford, NH 03462"
},
"ZIP:03464": {
"name": "Stoddard, NH 03464"
},
"ZIP:03465": {
"name": "Troy, NH 03465"
},
"ZIP:03466": {
"name": "West Chesterfield, NH 03466"
},
"ZIP:03467": {
"name": "Westmoreland, NH 03467"
},
"ZIP:03470": {
"name": "Winchester, NH 03470"
},
"ZIP:03561": {
"name": "Littleton, NH 03561"
},
"ZIP:03570": {
"name": "Berlin, NH 03570"
},
"ZIP:03574": {
"name": "Bethlehem, NH 03574"
},
"ZIP:03576": {
"name": "Colebrook, NH 03576"
},
"ZIP:03579": {
"name": "Errol, NH 03579"
},
"ZIP:03580": {
"name": "Franconia, NH 03580"
},
"ZIP:03581": {
"name": "Gorham, NH 03581"
},
"ZIP:03582": {
"name": "Groveton, NH 03582"
},
"ZIP:03583": {
"name": "Jefferson, NH 03583"
},
"ZIP:03584": {
"name": "Lancaster, NH 03584"
},
"ZIP:03585": {
"name": "Lisbon, NH 03585"
},
"ZIP:03586": {
"name": "Sugar Hill, NH 03586"
},
"ZIP:03588": {
"name": "Milan, NH 03588"
},
"ZIP:03590": {
"name": "North Stratford, NH 03590"
},
"ZIP:03592": {
"name": "Pittsburg, NH 03592"
},
"ZIP:03593": {
"name": "Randolph, NH 03593"
},
"ZIP:03598": {
"name": "Whitefield, NH 03598"
},
"ZIP:03602": {
"name": "Alstead, NH 03602"
},
"ZIP:03603": {
"name": "Charlestown, NH 03603"
},
"ZIP:03605": {
"name": "Lempster, NH 03605"
},
"ZIP:03607": {
"name": "South Acworth, NH 03607"
},
"ZIP:03608": {
"name": "Walpole, NH 03608"
},
"ZIP:03609": {
"name": "North Walpole, NH 03609"
},
"ZIP:03740": {
"name": "Bath, NH 03740"
},
"ZIP:03741": {
"name": "Canaan, NH 03741"
},
"ZIP:03743": {
"name": "Claremont, NH 03743"
},
"ZIP:03745": {
"name": "Cornish, NH 03745"
},
"ZIP:03748": {
"name": "Enfield, NH 03748"
},
"ZIP:03750": {
"name": "Etna, NH 03750"
},
"ZIP:03752": {
"name": "Goshen, NH 03752"
},
"ZIP:03753": {
"name": "Grantham, NH 03753"
},
"ZIP:03755": {
"name": "Hanover, NH 03755"
},
"ZIP:03765": {
"name": "Haverhill, NH 03765"
},
"ZIP:03766": {
"name": "Lebanon, NH 03766"
},
"ZIP:03768": {
"name": "Lyme, NH 03768"
},
"ZIP:03770": {
"name": "Meriden, NH 03770"
},
"ZIP:03771": {
"name": "Monroe, NH 03771"
},
"ZIP:03773": {
"name": "Newport, NH 03773"
},
"ZIP:03774": {
"name": "North Haverhill, NH 03774"
},
"ZIP:03777": {
"name": "Orford, NH 03777"
},
"ZIP:03779": {
"name": "Piermont, NH 03779"
},
"ZIP:03780": {
"name": "Pike, NH 03780"
},
"ZIP:03781": {
"name": "Plainfield, NH 03781"
},
"ZIP:03782": {
"name": "Sunapee, NH 03782"
},
"ZIP:03784": {
"name": "West Lebanon, NH 03784"
},
"ZIP:03785": {
"name": "Woodsville, NH 03785"
},
"ZIP:03801": {
"name": "Portsmouth, NH 03801"
},
"ZIP:03809": {
"name": "Alton, NH 03809"
},
"ZIP:03810": {
"name": "Alton Bay, NH 03810"
},
"ZIP:03811": {
"name": "Atkinson, NH 03811"
},
"ZIP:03812": {
"name": "Bartlett, NH 03812"
},
"ZIP:03813": {
"name": "Center Conway, NH 03813"
},
"ZIP:03814": {
"name": "Center Ossipee, NH 03814"
},
"ZIP:03816": {
"name": "Center Tuftonboro, NH 03816"
},
"ZIP:03817": {
"name": "Chocorua, NH 03817"
},
"ZIP:03818": {
"name": "Conway, NH 03818"
},
"ZIP:03819": {
"name": "Danville, NH 03819"
},
"ZIP:03820": {
"name": "Dover, NH 03820"
},
"ZIP:03823": {
"name": "Madbury, NH 03823"
},
"ZIP:03824": {
"name": "Durham, NH 03824"
},
"ZIP:03825": {
"name": "Barrington, NH 03825"
},
"ZIP:03826": {
"name": "East Hampstead, NH 03826"
},
"ZIP:03827": {
"name": "East Kingston, NH 03827"
},
"ZIP:03830": {
"name": "East Wakefield, NH 03830"
},
"ZIP:03833": {
"name": "Exeter, NH 03833"
},
"ZIP:03835": {
"name": "Farmington, NH 03835"
},
"ZIP:03836": {
"name": "Freedom, NH 03836"
},
"ZIP:03837": {
"name": "Gilmanton Iron Works, NH 03837"
},
"ZIP:03838": {
"name": "Glen, NH 03838"
},
"ZIP:03839": {
"name": "Rochester, NH 03839"
},
"ZIP:03840": {
"name": "Greenland, NH 03840"
},
"ZIP:03841": {
"name": "Hampstead, NH 03841"
},
"ZIP:03842": {
"name": "Hampton, NH 03842"
},
"ZIP:03844": {
"name": "Hampton Falls, NH 03844"
},
"ZIP:03845": {
"name": "Intervale, NH 03845"
},
"ZIP:03846": {
"name": "Jackson, NH 03846"
},
"ZIP:03848": {
"name": "Kingston, NH 03848"
},
"ZIP:03849": {
"name": "Madison, NH 03849"
},
"ZIP:03851": {
"name": "Milton, NH 03851"
},
"ZIP:03852": {
"name": "Milton Mills, NH 03852"
},
"ZIP:03853": {
"name": "Mirror Lake, NH 03853"
},
"ZIP:03854": {
"name": "New Castle, NH 03854"
},
"ZIP:03855": {
"name": "New Durham, NH 03855"
},
"ZIP:03856": {
"name": "Newfields, NH 03856"
},
"ZIP:03857": {
"name": "Newmarket, NH 03857"
},
"ZIP:03858": {
"name": "Newton, NH 03858"
},
"ZIP:03860": {
"name": "North Conway, NH 03860"
},
"ZIP:03861": {
"name": "Lee, NH 03861"
},
"ZIP:03862": {
"name": "North Hampton, NH 03862"
},
"ZIP:03864": {
"name": "Ossipee, NH 03864"
},
"ZIP:03865": {
"name": "Plaistow, NH 03865"
},
"ZIP:03867": {
"name": "Rochester, NH 03867"
},
"ZIP:03868": {
"name": "Rochester, NH 03868"
},
"ZIP:03869": {
"name": "Rollinsford, NH 03869"
},
"ZIP:03870": {
"name": "Rye, NH 03870"
},
"ZIP:03871": {
"name": "Rye Beach, NH 03871"
},
"ZIP:03872": {
"name": "Sanbornville, NH 03872"
},
"ZIP:03873": {
"name": "Sandown, NH 03873"
},
"ZIP:03874": {
"name": "Seabrook, NH 03874"
},
"ZIP:03875": {
"name": "Silver Lake, NH 03875"
},
"ZIP:03878": {
"name": "Somersworth, NH 03878"
},
"ZIP:03882": {
"name": "Effingham, NH 03882"
},
"ZIP:03883": {
"name": "South Tamworth, NH 03883"
},
"ZIP:03884": {
"name": "Strafford, NH 03884"
},
"ZIP:03885": {
"name": "Stratham, NH 03885"
},
"ZIP:03886": {
"name": "Tamworth, NH 03886"
},
"ZIP:03887": {
"name": "Union, NH 03887"
},
"ZIP:03890": {
"name": "West Ossipee, NH 03890"
},
"ZIP:03894": {
"name": "Wolfeboro, NH 03894"
},
"ZIP:03901": {
"name": "Berwick, ME 03901"
},
"ZIP:03902": {
"name": "Cape Neddick, ME 03902"
},
"ZIP:03903": {
"name": "Eliot, ME 03903"
},
"ZIP:03904": {
"name": "Kittery, ME 03904"
},
"ZIP:03905": {
"name": "Kittery Point, ME 03905"
},
"ZIP:03906": {
"name": "North Berwick, ME 03906"
},
"ZIP:03907": {
"name": "Ogunquit, ME 03907"
},
"ZIP:03908": {
"name": "South Berwick, ME 03908"
},
"ZIP:03909": {
"name": "York, ME 03909"
},
"ZIP:04001": {
"name": "Acton, ME 04001"
},
"ZIP:04002": {
"name": "Alfred, ME 04002"
},
"ZIP:04003": {
"name": "Bailey Island, ME 04003"
},
"ZIP:04005": {
"name": "Biddeford, ME 04005"
},
"ZIP:04006": {
"name": "Biddeford Pool, ME 04006"
},
"ZIP:04008": {
"name": "Bowdoinham, ME 04008"
},
"ZIP:04009": {
"name": "Bridgton, ME 04009"
},
"ZIP:04010": {
"name": "Brownfield, ME 04010"
},
"ZIP:04011": {
"name": "Brunswick, ME 04011"
},
"ZIP:04013": {
"name": "Bustins Island, ME 04013"
},
"ZIP:04015": {
"name": "Casco, ME 04015"
},
"ZIP:04017": {
"name": "Chebeague Island, ME 04017"
},
"ZIP:04019": {
"name": "Cliff Island, ME 04019"
},
"ZIP:04020": {
"name": "Cornish, ME 04020"
},
"ZIP:04021": {
"name": "Cumberland Center, ME 04021"
},
"ZIP:04022": {
"name": "Denmark, ME 04022"
},
"ZIP:04024": {
"name": "East Baldwin, ME 04024"
},
"ZIP:04027": {
"name": "Lebanon, ME 04027"
},
"ZIP:04029": {
"name": "Sebago, ME 04029"
},
"ZIP:04030": {
"name": "East Waterboro, ME 04030"
},
"ZIP:04032": {
"name": "Freeport, ME 04032"
},
"ZIP:04037": {
"name": "Fryeburg, ME 04037"
},
"ZIP:04038": {
"name": "Gorham, ME 04038"
},
"ZIP:04039": {
"name": "Gray, ME 04039"
},
"ZIP:04040": {
"name": "Harrison, ME 04040"
},
"ZIP:04041": {
"name": "Hiram, ME 04041"
},
"ZIP:04042": {
"name": "Hollis Center, ME 04042"
},
"ZIP:04043": {
"name": "Kennebunk, ME 04043"
},
"ZIP:04046": {
"name": "Kennebunkport, ME 04046"
},
"ZIP:04047": {
"name": "Parsonsfield, ME 04047"
},
"ZIP:04048": {
"name": "Limerick, ME 04048"
},
"ZIP:04049": {
"name": "Limington, ME 04049"
},
"ZIP:04050": {
"name": "Long Island, ME 04050"
},
"ZIP:04051": {
"name": "Lovell, ME 04051"
},
"ZIP:04055": {
"name": "Naples, ME 04055"
},
"ZIP:04061": {
"name": "North Waterboro, ME 04061"
},
"ZIP:04062": {
"name": "Windham, ME 04062"
},
"ZIP:04064": {
"name": "Old Orchard Beach, ME 04064"
},
"ZIP:04066": {
"name": "Orrs Island, ME 04066"
},
"ZIP:04068": {
"name": "Porter, ME 04068"
},
"ZIP:04069": {
"name": "Pownal, ME 04069"
},
"ZIP:04071": {
"name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment