UNPKG

typed-usa-states

Version:

An array of geographical data for all USA states with full TypeScript support

621 lines (619 loc) 9.41 kB
import { IUSAState } from './typings'; export const usaStatesWithPopulation: IUSAState[] = [ { name: 'Alabama', abbreviation: 'AL', territory: false, capital: 'Montgomery', contiguous: true, population: { year: 2018, count: 4887871 } }, { name: 'Alaska', abbreviation: 'AK', territory: false, capital: 'Juneau', contiguous: false, population: { year: 2018, count: 737438 } }, { name: 'American Samoa', abbreviation: 'AS', territory: true, capital: 'Pago Pago', contiguous: false, population: { year: 2018, count: 55641 } }, { name: 'Arizona', abbreviation: 'AZ', territory: false, capital: 'Phoenix', contiguous: true, population: { year: 2018, count: 7171646 } }, { name: 'Arkansas', abbreviation: 'AR', territory: false, capital: 'Little Rock', contiguous: true, population: { year: 2018, count: 3013825 } }, { name: 'California', abbreviation: 'CA', territory: false, capital: 'Sacramento', contiguous: true, population: { year: 2018, count: 39557045 } }, { name: 'Colorado', abbreviation: 'CO', territory: false, capital: 'Denver', contiguous: true, population: { year: 2018, count: 5695564 } }, { name: 'Connecticut', abbreviation: 'CT', territory: false, capital: 'Hartford', contiguous: true, population: { year: 2018, count: 3572665 } }, { name: 'Delaware', abbreviation: 'DE', territory: false, capital: 'Dover', contiguous: true, population: { year: 2018, count: 967171 } }, { name: 'District Of Columbia', abbreviation: 'DC', territory: false, capital: '', contiguous: true, population: { year: 2018, count: 702455 } }, { name: 'Florida', abbreviation: 'FL', territory: false, capital: 'Tallahassee', contiguous: true, population: { year: 2018, count: 21299325 } }, { name: 'Georgia', abbreviation: 'GA', territory: false, capital: 'Atlanta', contiguous: true, population: { year: 2018, count: 10519475 } }, { name: 'Guam', abbreviation: 'GU', territory: true, capital: 'Hagåtña', contiguous: false, population: { year: 2018, count: 165718 } }, { name: 'Hawaii', abbreviation: 'HI', territory: false, capital: 'Honolulu', contiguous: false, population: { year: 2018, count: 1420491 } }, { name: 'Idaho', abbreviation: 'ID', territory: false, capital: 'Boise', contiguous: true, population: { year: 2018, count: 1754208 } }, { name: 'Illinois', abbreviation: 'IL', territory: false, capital: 'Springfield', contiguous: true, population: { year: 2018, count: 12741080 } }, { name: 'Indiana', abbreviation: 'IN', territory: false, capital: 'Indianapolis', contiguous: true, population: { year: 2018, count: 6691878 } }, { name: 'Iowa', abbreviation: 'IA', territory: false, capital: 'Des Moines', contiguous: true, population: { year: 2018, count: 3156145 } }, { name: 'Kansas', abbreviation: 'KS', territory: false, capital: 'Topeka', contiguous: true, population: { year: 2018, count: 2911505 } }, { name: 'Kentucky', abbreviation: 'KY', territory: false, capital: 'Frankfort', contiguous: true, population: { year: 2018, count: 4468402 } }, { name: 'Louisiana', abbreviation: 'LA', territory: false, capital: 'Baton Rouge', contiguous: true, population: { year: 2018, count: 4659978 } }, { name: 'Maine', abbreviation: 'ME', territory: false, capital: 'Augusta', contiguous: true, population: { year: 2018, count: 1338404 } }, { name: 'Maryland', abbreviation: 'MD', territory: false, capital: 'Annapolis', contiguous: true, population: { year: 2018, count: 6042718 } }, { name: 'Massachusetts', abbreviation: 'MA', territory: false, capital: 'Boston', contiguous: true, population: { year: 2018, count: 6902149 } }, { name: 'Michigan', abbreviation: 'MI', territory: false, capital: 'Lansing', contiguous: true, population: { year: 2018, count: 9995915 } }, { name: 'Minnesota', abbreviation: 'MN', territory: false, capital: 'Saint Paul', contiguous: true, population: { year: 2018, count: 5611179 } }, { name: 'Mississippi', abbreviation: 'MS', territory: false, capital: 'Jackson', contiguous: true, population: { year: 2018, count: 2986530 } }, { name: 'Missouri', abbreviation: 'MO', territory: false, capital: 'Jefferson City', contiguous: true, population: { year: 2018, count: 6126452 } }, { name: 'Montana', abbreviation: 'MT', territory: false, capital: 'Helena', contiguous: true, population: { year: 2018, count: 1062305 } }, { name: 'Nebraska', abbreviation: 'NE', territory: false, capital: 'Lincoln', contiguous: true, population: { year: 2018, count: 1929268 } }, { name: 'Nevada', abbreviation: 'NV', territory: false, capital: 'Carson City', contiguous: true, population: { year: 2018, count: 3034392 } }, { name: 'New Hampshire', abbreviation: 'NH', territory: false, capital: 'Concord', contiguous: true, population: { year: 2018, count: 1356458 } }, { name: 'New Jersey', abbreviation: 'NJ', territory: false, capital: 'Trenton', contiguous: true, population: { year: 2018, count: 8908520 } }, { name: 'New Mexico', abbreviation: 'NM', territory: false, capital: 'Santa Fe', contiguous: true, population: { year: 2018, count: 2095428 } }, { name: 'New York', abbreviation: 'NY', territory: false, capital: 'Albany', contiguous: true, population: { year: 2018, count: 19542209 } }, { name: 'North Carolina', abbreviation: 'NC', territory: false, capital: 'Raleigh', contiguous: true, population: { year: 2018, count: 10383620 } }, { name: 'North Dakota', abbreviation: 'ND', territory: false, capital: 'Bismarck', contiguous: true, population: { year: 2018, count: 760077 } }, { name: 'Northern Mariana Islands', abbreviation: 'MP', territory: true, capital: 'Saipan', contiguous: false, population: { year: 2018, count: 55194 } }, { name: 'Ohio', abbreviation: 'OH', territory: false, capital: 'Columbus', contiguous: true, population: { year: 2018, count: 11689442 } }, { name: 'Oklahoma', abbreviation: 'OK', territory: false, capital: 'Oklahoma City', contiguous: true, population: { year: 2018, count: 3943079 } }, { name: 'Oregon', abbreviation: 'OR', territory: false, capital: 'Salem', contiguous: true, population: { year: 2018, count: 4190713 } }, { name: 'Pennsylvania', abbreviation: 'PA', territory: false, capital: 'Harrisburg', contiguous: true, population: { year: 2018, count: 12807060 } }, { name: 'Puerto Rico', abbreviation: 'PR', territory: true, capital: 'San Juan', contiguous: false, population: { year: 2018, count: 3195153 } }, { name: 'Rhode Island', abbreviation: 'RI', territory: false, capital: 'Providence', contiguous: true, population: { year: 2018, count: 1057315 } }, { name: 'South Carolina', abbreviation: 'SC', territory: false, capital: 'Columbia', contiguous: true, population: { year: 2018, count: 5084127 } }, { name: 'South Dakota', abbreviation: 'SD', territory: false, capital: 'Pierre', contiguous: true, population: { year: 2018, count: 882235 } }, { name: 'Tennessee', abbreviation: 'TN', territory: false, capital: 'Nashville', contiguous: true, population: { year: 2018, count: 6770010 } }, { name: 'Texas', abbreviation: 'TX', territory: false, capital: 'Austin', contiguous: true, population: { year: 2018, count: 28701845 } }, { name: 'Utah', abbreviation: 'UT', territory: false, capital: 'Salt Lake City', contiguous: true, population: { year: 2018, count: 3161105 } }, { name: 'Vermont', abbreviation: 'VT', territory: false, capital: 'Montpelier', contiguous: true, population: { year: 2018, count: 626299 } }, { name: 'Virgin Islands', abbreviation: 'VI', territory: true, capital: 'Charlotte Amalie', contiguous: false, population: { year: 2018, count: 104914 } }, { name: 'Virginia', abbreviation: 'VA', territory: false, capital: 'Richmond', contiguous: true, population: { year: 2018, count: 8517685 } }, { name: 'Washington', abbreviation: 'WA', territory: false, capital: 'Olympia', contiguous: true, population: { year: 2018, count: 7535591 } }, { name: 'West Virginia', abbreviation: 'WV', territory: false, capital: 'Charleston', contiguous: true, population: { year: 2018, count: 1805832 } }, { name: 'Wisconsin', abbreviation: 'WI', territory: false, capital: 'Madison', contiguous: true, population: { year: 2018, count: 5813568 } }, { name: 'Wyoming', abbreviation: 'WY', territory: false, capital: 'Cheyenne', contiguous: true, population: { year: 2018, count: 577737 } } ];