Created
September 2, 2026 08:40
-
-
Save erikras/11c260ceec363429f03b935c654a8a45 to your computer and use it in GitHub Desktop.
US State Centers 1880–2020
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version='1.0' encoding='utf-8'?> | |
| <kml xmlns="http://www.opengis.net/kml/2.2"> | |
| <Document> | |
| <name>US State Centers 1880–2020</name> | |
| <description>US state centers of population (moving), geographic centers (frozen), and capitol buildings. | |
| Population centers: U.S. Census Bureau Historical State Centers of Population (mean centers), 1880–2020. | |
| Geographic centers: Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| Capitol buildings: Wikipedia building coordinates (current capitols), with Kentucky Old State Capitol and Oklahoma Guthrie (Logan County Courthouse) TimeSpanned to 1910-03-31. | |
| 50 states only (no DC, no Puerto Rico, no territories as extra entities). | |
| Time slider: each population-center placemark is visible from April 1 of its census year until the day before the next census; 2020 spans through 2029-12-31. | |
| Geographic-center placemarks have no time (always visible). | |
| Capitol placemarks have no time except Kentucky and Oklahoma historical moves.</description> | |
| <LookAt> | |
| <longitude>-96.5</longitude> | |
| <latitude>39.5</latitude> | |
| <altitude>0</altitude> | |
| <heading>0</heading> | |
| <tilt>0</tilt> | |
| <range>4500000</range> | |
| <altitudeMode>relativeToGround</altitudeMode> | |
| </LookAt> | |
| <Style id="popCenter"> | |
| <IconStyle> | |
| <scale>1.15</scale> | |
| <Icon> | |
| <href>http://maps.google.com/mapfiles/kml/paddle/red-circle.png</href> | |
| </Icon> | |
| <hotSpot x="32" y="1" xunits="pixels" yunits="pixels" /> | |
| </IconStyle> | |
| <LabelStyle> | |
| <scale>0.75</scale> | |
| </LabelStyle> | |
| <BalloonStyle> | |
| <text>$[name]<br/><br/>$[description]</text> | |
| </BalloonStyle> | |
| </Style> | |
| <Style id="geoCenter"> | |
| <IconStyle> | |
| <scale>1.15</scale> | |
| <Icon> | |
| <href>http://maps.google.com/mapfiles/kml/paddle/grn-circle.png</href> | |
| </Icon> | |
| <hotSpot x="32" y="1" xunits="pixels" yunits="pixels" /> | |
| </IconStyle> | |
| <LabelStyle> | |
| <scale>0.75</scale> | |
| </LabelStyle> | |
| <BalloonStyle> | |
| <text>$[name]<br/><br/>$[description]</text> | |
| </BalloonStyle> | |
| </Style> | |
| <Style id="capitol"> | |
| <IconStyle> | |
| <scale>1.15</scale> | |
| <Icon> | |
| <href>http://maps.google.com/mapfiles/kml/paddle/blu-circle.png</href> | |
| </Icon> | |
| <hotSpot x="32" y="1" xunits="pixels" yunits="pixels" /> | |
| </IconStyle> | |
| <LabelStyle> | |
| <scale>0.75</scale> | |
| </LabelStyle> | |
| <BalloonStyle> | |
| <text>$[name]<br/><br/>$[description]</text> | |
| </BalloonStyle> | |
| </Style> | |
| <Folder> | |
| <name>Geographic centers</name> | |
| <description>Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. No TimeSpan (always visible).</description> | |
| <Placemark> | |
| <name>Alabama — geographic center</name> | |
| <description>State: Alabama | |
| Coordinates: 32.7794, -86.8287 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.8287000,32.7794000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Alaska — geographic center</name> | |
| <description>State: Alaska | |
| Coordinates: 64.0685, -152.2782 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alaska</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-152.2782000,64.0685000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — geographic center</name> | |
| <description>State: Arizona | |
| Coordinates: 34.2744, -111.6602 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.6602000,34.2744000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — geographic center</name> | |
| <description>State: Arkansas | |
| Coordinates: 34.8938, -92.4426 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.4426000,34.8938000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — geographic center</name> | |
| <description>State: California | |
| Coordinates: 37.1841, -119.4696 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-119.4696000,37.1841000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — geographic center</name> | |
| <description>State: Colorado | |
| Coordinates: 38.9972, -105.5478 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.5478000,38.9972000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — geographic center</name> | |
| <description>State: Connecticut | |
| Coordinates: 41.6219, -72.7273 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.7273000,41.6219000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — geographic center</name> | |
| <description>State: Delaware | |
| Coordinates: 38.9896, -75.505 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5050000,38.9896000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — geographic center</name> | |
| <description>State: Florida | |
| Coordinates: 28.6305, -82.4497 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.4497000,28.6305000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — geographic center</name> | |
| <description>State: Georgia | |
| Coordinates: 32.6415, -83.4426 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.4426000,32.6415000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Hawaii — geographic center</name> | |
| <description>State: Hawaii | |
| Coordinates: 20.2927, -156.3737 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Hawaii</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-156.3737000,20.2927000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — geographic center</name> | |
| <description>State: Idaho | |
| Coordinates: 44.3509, -114.613 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-114.6130000,44.3509000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — geographic center</name> | |
| <description>State: Illinois | |
| Coordinates: 40.0417, -89.1965 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.1965000,40.0417000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — geographic center</name> | |
| <description>State: Indiana | |
| Coordinates: 39.8942, -86.2816 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.2816000,39.8942000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — geographic center</name> | |
| <description>State: Iowa | |
| Coordinates: 42.0751, -93.496 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.4960000,42.0751000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — geographic center</name> | |
| <description>State: Kansas | |
| Coordinates: 38.49389, -98.37722 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.3772200,38.4938900,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — geographic center</name> | |
| <description>State: Kentucky | |
| Coordinates: 37.5347, -85.3021 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.3021000,37.5347000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — geographic center</name> | |
| <description>State: Louisiana | |
| Coordinates: 31.0689, -91.9968 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.9968000,31.0689000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — geographic center</name> | |
| <description>State: Maine | |
| Coordinates: 45.3695, -69.2428 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.2428000,45.3695000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — geographic center</name> | |
| <description>State: Maryland | |
| Coordinates: 39.055, -76.7909 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.7909000,39.0550000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — geographic center</name> | |
| <description>State: Massachusetts | |
| Coordinates: 42.2596, -71.8083 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.8083000,42.2596000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — geographic center</name> | |
| <description>State: Michigan | |
| Coordinates: 44.3467, -85.4102 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.4102000,44.3467000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — geographic center</name> | |
| <description>State: Minnesota | |
| Coordinates: 46.2807, -94.3053 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-94.3053000,46.2807000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — geographic center</name> | |
| <description>State: Mississippi | |
| Coordinates: 32.7364, -89.6678 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.6678000,32.7364000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — geographic center</name> | |
| <description>State: Missouri | |
| Coordinates: 38.3566, -92.458 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.4580000,38.3566000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — geographic center</name> | |
| <description>State: Montana | |
| Coordinates: 47.0527, -109.6333 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-109.6333000,47.0527000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — geographic center</name> | |
| <description>State: Nebraska | |
| Coordinates: 41.5378, -99.7951 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-99.7951000,41.5378000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — geographic center</name> | |
| <description>State: Nevada | |
| Coordinates: 39.3289, -116.6312 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nevada</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-116.6312000,39.3289000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Hampshire — geographic center</name> | |
| <description>State: New Hampshire | |
| Coordinates: 43.6805, -71.5811 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Hampshire</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5811000,43.6805000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Jersey — geographic center</name> | |
| <description>State: New Jersey | |
| Coordinates: 40.1907, -74.6728 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Jersey</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.6728000,40.1907000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Mexico — geographic center</name> | |
| <description>State: New Mexico | |
| Coordinates: 34.4071, -106.1126 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Mexico</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.1126000,34.4071000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New York — geographic center</name> | |
| <description>State: New York | |
| Coordinates: 42.9538, -75.5268 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New York</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5268000,42.9538000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Carolina — geographic center</name> | |
| <description>State: North Carolina | |
| Coordinates: 35.5557, -79.3877 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Carolina</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-79.3877000,35.5557000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Dakota — geographic center</name> | |
| <description>State: North Dakota | |
| Coordinates: 47.4501, -100.4659 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Dakota</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-100.4659000,47.4501000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Ohio — geographic center</name> | |
| <description>State: Ohio | |
| Coordinates: 40.2862, -82.7937 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Ohio</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.7937000,40.2862000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oklahoma — geographic center</name> | |
| <description>State: Oklahoma | |
| Coordinates: 35.5889, -97.4943 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oklahoma</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.4943000,35.5889000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oregon — geographic center</name> | |
| <description>State: Oregon | |
| Coordinates: 43.9336, -120.5583 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oregon</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-120.5583000,43.9336000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Pennsylvania — geographic center</name> | |
| <description>State: Pennsylvania | |
| Coordinates: 40.8781, -77.7996 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Pennsylvania</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-77.7996000,40.8781000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Rhode Island — geographic center</name> | |
| <description>State: Rhode Island | |
| Coordinates: 41.6762, -71.5562 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Rhode Island</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5562000,41.6762000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Carolina — geographic center</name> | |
| <description>State: South Carolina | |
| Coordinates: 33.9169, -80.8964 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Carolina</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.8964000,33.9169000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Dakota — geographic center</name> | |
| <description>State: South Dakota | |
| Coordinates: 44.4443, -100.2263 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Dakota</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-100.2263000,44.4443000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tennessee — geographic center</name> | |
| <description>State: Tennessee | |
| Coordinates: 35.858, -86.3505 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Tennessee</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.3505000,35.8580000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Texas — geographic center</name> | |
| <description>State: Texas | |
| Coordinates: 31.4757, -99.3312 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Texas</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-99.3312000,31.4757000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Utah — geographic center</name> | |
| <description>State: Utah | |
| Coordinates: 39.3055, -111.6703 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Utah</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.6703000,39.3055000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Vermont — geographic center</name> | |
| <description>State: Vermont | |
| Coordinates: 44.0687, -72.6658 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Vermont</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.6658000,44.0687000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Virginia — geographic center</name> | |
| <description>State: Virginia | |
| Coordinates: 37.5215, -78.8537 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Virginia</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-78.8537000,37.5215000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Washington — geographic center</name> | |
| <description>State: Washington | |
| Coordinates: 47.3826, -120.4472 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Washington</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-120.4472000,47.3826000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>West Virginia — geographic center</name> | |
| <description>State: West Virginia | |
| Coordinates: 38.6409, -80.6227 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>West Virginia</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.6227000,38.6409000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wisconsin — geographic center</name> | |
| <description>State: Wisconsin | |
| Coordinates: 44.6243, -89.9941 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wisconsin</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.9941000,44.6243000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wyoming — geographic center</name> | |
| <description>State: Wyoming | |
| Coordinates: 42.9957, -107.5512 (decimal degrees) | |
| Type: geographic center (centroid) | |
| Geographic center (centroid), Rogerson 2015 / Wikipedia Geographic centers of the United States. Frozen across years. | |
| No TimeSpan — always visible on the map.</description> | |
| <styleUrl>#geoCenter</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>geographic_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wyoming</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Rogerson 2015 / Wikipedia Geographic centers of the United States</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-107.5512000,42.9957000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| <Folder> | |
| <name>Capitol buildings</name> | |
| <description>Current Wikipedia capitol-building coordinates. Kentucky and Oklahoma have historical TimeSpans for the pre-1910 seats.</description> | |
| <Placemark> | |
| <name>Alabama — state capitol</name> | |
| <description>State: Alabama | |
| Type: current capitol building | |
| Coordinates: 32.3774472, -86.3009417 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.3009417,32.3774472,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Alaska — state capitol</name> | |
| <description>State: Alaska | |
| Type: current capitol building | |
| Coordinates: 58.3021972, -134.4104667 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alaska</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-134.4104667,58.3021972,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — state capitol</name> | |
| <description>State: Arizona | |
| Type: current capitol building | |
| Coordinates: 33.4480972, -112.0970944 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-112.0970944,33.4480972,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — state capitol</name> | |
| <description>State: Arkansas | |
| Type: current capitol building | |
| Coordinates: 34.7467583, -92.2887611 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.2887611,34.7467583,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — state capitol</name> | |
| <description>State: California | |
| Type: current capitol building | |
| Coordinates: 38.5765722, -121.4934111 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-121.4934111,38.5765722,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — state capitol</name> | |
| <description>State: Colorado | |
| Type: current capitol building | |
| Coordinates: 39.7390944, -104.9848972 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-104.9848972,39.7390944,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — state capitol</name> | |
| <description>State: Connecticut | |
| Type: current capitol building | |
| Coordinates: 41.7641361, -72.68278 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.6827800,41.7641361,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — state capitol</name> | |
| <description>State: Delaware | |
| Type: current capitol building | |
| Coordinates: 39.157306, -75.51972 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5197200,39.1573060,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — state capitol</name> | |
| <description>State: Florida | |
| Type: current capitol building | |
| Coordinates: 30.438111, -84.2816 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.2816000,30.4381110,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — state capitol</name> | |
| <description>State: Georgia | |
| Type: current capitol building | |
| Coordinates: 33.7492722, -84.3882611 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.3882611,33.7492722,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Hawaii — state capitol</name> | |
| <description>State: Hawaii | |
| Type: current capitol building | |
| Coordinates: 21.3073417, -157.8572667 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Hawaii</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-157.8572667,21.3073417,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — state capitol</name> | |
| <description>State: Idaho | |
| Type: current capitol building | |
| Coordinates: 43.6176972, -116.1996139 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-116.1996139,43.6176972,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — state capitol</name> | |
| <description>State: Illinois | |
| Type: current capitol building | |
| Coordinates: 39.7985167, -89.654889 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.6548890,39.7985167,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — state capitol</name> | |
| <description>State: Indiana | |
| Type: current capitol building | |
| Coordinates: 39.76861, -86.1625 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.1625000,39.7686100,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — state capitol</name> | |
| <description>State: Iowa | |
| Type: current capitol building | |
| Coordinates: 41.5911778, -93.6038694 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.6038694,41.5911778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — state capitol</name> | |
| <description>State: Kansas | |
| Type: current capitol building | |
| Coordinates: 39.0480083, -95.6781556 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-95.6781556,39.0480083,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — state capitol (Old State Capitol)</name> | |
| <description>State: Kentucky | |
| Building: Old State Capitol, Frankfort | |
| Coordinates: 38.2003028, -84.8765528 (decimal degrees) | |
| Source: Wikipedia building coordinates (provided/verified; not a parking-lot pin). | |
| TimeSpan: 1880-04-01 to 1910-03-31 (current capitol in use from 1910).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>old_state_capitol</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.8765528,38.2003028,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — state capitol</name> | |
| <description>State: Kentucky | |
| Building: current Kentucky State Capitol (1910 building), Frankfort | |
| Coordinates: 38.186778, -84.875333 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| TimeSpan: 1910-04-01 to 2029-12-31.</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>2029-12-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current_1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.8753330,38.1867780,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — state capitol</name> | |
| <description>State: Louisiana | |
| Type: current capitol building | |
| Coordinates: 30.4570722, -91.1874056 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.1874056,30.4570722,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — state capitol</name> | |
| <description>State: Maine | |
| Type: current capitol building | |
| Coordinates: 44.3072361, -69.7816778 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.7816778,44.3072361,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — state capitol</name> | |
| <description>State: Maryland | |
| Type: current capitol building | |
| Coordinates: 38.97861, -76.49111 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.4911100,38.9786100,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — state capitol</name> | |
| <description>State: Massachusetts | |
| Type: current capitol building | |
| Coordinates: 42.358175, -71.0637 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.0637000,42.3581750,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — state capitol</name> | |
| <description>State: Michigan | |
| Type: current capitol building | |
| Coordinates: 42.7337278, -84.5555889 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.5555889,42.7337278,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — state capitol</name> | |
| <description>State: Minnesota | |
| Type: current capitol building | |
| Coordinates: 44.9551472, -93.1022361 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.1022361,44.9551472,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — state capitol</name> | |
| <description>State: Mississippi | |
| Type: current capitol building | |
| Coordinates: 32.30389, -90.18222 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-90.1822200,32.3038900,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — state capitol</name> | |
| <description>State: Missouri | |
| Type: current capitol building | |
| Coordinates: 38.5791194, -92.1729917 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.1729917,38.5791194,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — state capitol</name> | |
| <description>State: Montana | |
| Type: current capitol building | |
| Coordinates: 46.5857, -112.0184 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-112.0184000,46.5857000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — state capitol</name> | |
| <description>State: Nebraska | |
| Type: current capitol building | |
| Coordinates: 40.8080889, -96.6995861 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.6995861,40.8080889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — state capitol</name> | |
| <description>State: Nevada | |
| Type: current capitol building | |
| Coordinates: 39.164075, -119.7662917 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nevada</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-119.7662917,39.1640750,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Hampshire — state capitol</name> | |
| <description>State: New Hampshire | |
| Type: current capitol building | |
| Coordinates: 43.2067472, -71.5381278 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Hampshire</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5381278,43.2067472,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Jersey — state capitol</name> | |
| <description>State: New Jersey | |
| Type: current capitol building | |
| Coordinates: 40.2204361, -74.7699028 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Jersey</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.7699028,40.2204361,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Mexico — state capitol</name> | |
| <description>State: New Mexico | |
| Type: current capitol building | |
| Coordinates: 35.6822806, -105.9396583 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Mexico</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.9396583,35.6822806,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New York — state capitol</name> | |
| <description>State: New York | |
| Type: current capitol building | |
| Coordinates: 42.6525528, -73.7573222 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product). | |
| The capitol building in Albany (not Empire State Plaza parking).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New York</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-73.7573222,42.6525528,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Carolina — state capitol</name> | |
| <description>State: North Carolina | |
| Type: current capitol building | |
| Coordinates: 35.78028, -78.63917 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product). | |
| State Capitol (not the Legislative Building).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Carolina</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-78.6391700,35.7802800,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Dakota — state capitol</name> | |
| <description>State: North Dakota | |
| Type: current capitol building | |
| Coordinates: 46.8208139, -100.7827417 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Dakota</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-100.7827417,46.8208139,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Ohio — state capitol</name> | |
| <description>State: Ohio | |
| Type: current capitol building | |
| Coordinates: 39.96139, -82.99889 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Ohio</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.9988900,39.9613900,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oklahoma — state capitol (Guthrie)</name> | |
| <description>State: Oklahoma | |
| Building: Logan County Courthouse (former Oklahoma Territorial / first state capitol) | |
| Address: 301 E. Harrison St., Guthrie, Oklahoma | |
| Coordinates: 35.87667, -97.42194 (decimal degrees; Wikipedia 35°52′36″N 97°25′19″W) | |
| Source: https://en.wikipedia.org/wiki/Logan_County_Courthouse_(Oklahoma) | |
| TimeSpan: 1880-04-01 to 1910-03-31 (capital moved to Oklahoma City in 1910). | |
| Wikipedia lists this building as the Logan County Courthouse in Guthrie, built 1907, at 301 E. Harrison St. It is the former territorial and first state capitol (capital moved to Oklahoma City in 1910). TimeSpan 1880-04-01 to 1910-03-31 per product spec.</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oklahoma</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>guthrie_territorial_capitol</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>https://en.wikipedia.org/wiki/Logan_County_Courthouse_(Oklahoma)</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.4219400,35.8766700,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oklahoma — state capitol</name> | |
| <description>State: Oklahoma | |
| Building: current Oklahoma State Capitol, Oklahoma City | |
| Coordinates: 35.4922806, -97.5033722 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| TimeSpan: 1910-04-01 to 2029-12-31 (capital moved from Guthrie in 1910).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>2029-12-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oklahoma</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>oklahoma_city</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.5033722,35.4922806,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oregon — state capitol</name> | |
| <description>State: Oregon | |
| Type: current capitol building | |
| Coordinates: 44.9387306, -123.0300972 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oregon</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-123.0300972,44.9387306,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Pennsylvania — state capitol</name> | |
| <description>State: Pennsylvania | |
| Type: current capitol building | |
| Coordinates: 40.26444, -76.88333 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Pennsylvania</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.8833300,40.2644400,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Rhode Island — state capitol</name> | |
| <description>State: Rhode Island | |
| Type: current capitol building | |
| Coordinates: 41.83083, -71.415 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Rhode Island</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4150000,41.8308300,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Carolina — state capitol</name> | |
| <description>State: South Carolina | |
| Type: current capitol building | |
| Coordinates: 34.0004333, -81.0331472 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Carolina</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-81.0331472,34.0004333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Dakota — state capitol</name> | |
| <description>State: South Dakota | |
| Type: current capitol building | |
| Coordinates: 44.367167, -100.3463528 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Dakota</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-100.3463528,44.3671670,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tennessee — state capitol</name> | |
| <description>State: Tennessee | |
| Type: current capitol building | |
| Coordinates: 36.16583, -86.78417 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Tennessee</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.7841700,36.1658300,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Texas — state capitol</name> | |
| <description>State: Texas | |
| Type: current capitol building | |
| Coordinates: 30.27472, -97.74056 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Texas</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.7405600,30.2747200,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Utah — state capitol</name> | |
| <description>State: Utah | |
| Type: current capitol building | |
| Coordinates: 40.77722, -111.88806 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Utah</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.8880600,40.7772200,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Vermont — state capitol</name> | |
| <description>State: Vermont | |
| Type: current capitol building | |
| Coordinates: 44.26222, -72.58083 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Vermont</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.5808300,44.2622200,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Virginia — state capitol</name> | |
| <description>State: Virginia | |
| Type: current capitol building | |
| Coordinates: 37.5387583, -77.4335944 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Virginia</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-77.4335944,37.5387583,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Washington — state capitol</name> | |
| <description>State: Washington | |
| Type: current capitol building | |
| Coordinates: 47.03556, -122.905 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Washington</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-122.9050000,47.0355600,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>West Virginia — state capitol</name> | |
| <description>State: West Virginia | |
| Type: current capitol building | |
| Coordinates: 38.33639, -81.61222 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>West Virginia</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-81.6122200,38.3363900,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wisconsin — state capitol</name> | |
| <description>State: Wisconsin | |
| Type: current capitol building | |
| Coordinates: 43.07444, -89.38472 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wisconsin</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.3847200,43.0744400,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wyoming — state capitol</name> | |
| <description>State: Wyoming | |
| Type: current capitol building | |
| Coordinates: 41.14028, -104.81972 (decimal degrees) | |
| Source: Wikipedia building coordinates. | |
| No TimeSpan — always visible (current building used for all years in this product).</description> | |
| <styleUrl>#capitol</styleUrl> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>capitol</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wyoming</value> | |
| </Data> | |
| <Data name="variant"> | |
| <value>current</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Wikipedia</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-104.8197200,41.1402800,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| <Folder> | |
| <name>Population centers</name> | |
| <description>Official Census Historical State Centers of Population (mean centers). One TimeSpan per decennial census, April 1 of the census year through the day before the next census (2020 through 2029-12-31).</description> | |
| <Folder> | |
| <name>1880</name> | |
| <description>Census year 1880 | |
| TimeSpan 1880-04-01 to 1890-03-31 | |
| Source: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923.</description> | |
| <Placemark> | |
| <name>Alabama — 1880 population center</name> | |
| <description>State: Alabama | |
| Census year: 1880 | |
| Coordinates: 32.8525, -86.7211111 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 51′ 09″ N, 86° 43′ 16″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.7211111,32.8525000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — 1880 population center</name> | |
| <description>State: Arizona | |
| Census year: 1880 | |
| Coordinates: 33.2933333, -111.4255556 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 17′ 36″ N, 111° 25′ 32″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.4255556,33.2933333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — 1880 population center</name> | |
| <description>State: Arkansas | |
| Census year: 1880 | |
| Coordinates: 34.9280556, -92.5069444 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 55′ 41″ N, 92° 30′ 25″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.5069444,34.9280556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — 1880 population center</name> | |
| <description>State: California | |
| Census year: 1880 | |
| Coordinates: 37.9319444, -121.4616667 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 55′ 55″ N, 121° 27′ 42″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-121.4616667,37.9319444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — 1880 population center</name> | |
| <description>State: Colorado | |
| Census year: 1880 | |
| Coordinates: 39.0897222, -105.5480556 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 05′ 23″ N, 105° 32′ 53″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.5480556,39.0897222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — 1880 population center</name> | |
| <description>State: Connecticut | |
| Census year: 1880 | |
| Coordinates: 41.5469444, -72.7725 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 32′ 49″ N, 72° 46′ 21″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.7725000,41.5469444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — 1880 population center</name> | |
| <description>State: Delaware | |
| Census year: 1880 | |
| Coordinates: 39.1638889, -75.5916667 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 09′ 50″ N, 75° 35′ 30″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5916667,39.1638889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — 1880 population center</name> | |
| <description>State: Florida | |
| Census year: 1880 | |
| Coordinates: 29.7277778, -83.2833333 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 29° 43′ 40″ N, 83° 17′ 00″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.2833333,29.7277778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — 1880 population center</name> | |
| <description>State: Georgia | |
| Census year: 1880 | |
| Coordinates: 33.0344444, -83.7 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 02′ 04″ N, 83° 42′ 00″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.7000000,33.0344444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — 1880 population center</name> | |
| <description>State: Idaho | |
| Census year: 1880 | |
| Coordinates: 43.9927778, -114.4011111 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 59′ 34″ N, 114° 24′ 04″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-114.4011111,43.9927778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — 1880 population center</name> | |
| <description>State: Illinois | |
| Census year: 1880 | |
| Coordinates: 40.4463889, -88.9622222 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 26′ 47″ N, 88° 57′ 44″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-88.9622222,40.4463889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — 1880 population center</name> | |
| <description>State: Indiana | |
| Census year: 1880 | |
| Coordinates: 39.8591667, -86.2238889 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 51′ 33″ N, 86° 13′ 26″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.2238889,39.8591667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — 1880 population center</name> | |
| <description>State: Iowa | |
| Census year: 1880 | |
| Coordinates: 41.8611111, -92.9480556 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 51′ 40″ N, 92° 56′ 53″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.9480556,41.8611111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — 1880 population center</name> | |
| <description>State: Kansas | |
| Census year: 1880 | |
| Coordinates: 38.6030556, -96.6852778 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 36′ 11″ N, 96° 41′ 07″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.6852778,38.6030556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — 1880 population center</name> | |
| <description>State: Kentucky | |
| Census year: 1880 | |
| Coordinates: 37.7111111, -85.4416667 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 42′ 40″ N, 85° 26′ 30″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.4416667,37.7111111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — 1880 population center</name> | |
| <description>State: Louisiana | |
| Census year: 1880 | |
| Coordinates: 30.8247222, -91.3522222 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 30° 49′ 29″ N, 91° 21′ 08″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.3522222,30.8247222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — 1880 population center</name> | |
| <description>State: Maine | |
| Census year: 1880 | |
| Coordinates: 44.9194444, -69.5461111 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 55′ 10″ N, 69° 32′ 46″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.5461111,44.9194444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — 1880 population center</name> | |
| <description>State: Maryland | |
| Census year: 1880 | |
| Coordinates: 39.1511111, -76.6880556 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 09′ 04″ N, 76° 41′ 17″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.6880556,39.1511111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — 1880 population center</name> | |
| <description>State: Massachusetts | |
| Census year: 1880 | |
| Coordinates: 42.375, -71.4708333 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 22′ 30″ N, 71° 28′ 15″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4708333,42.3750000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — 1880 population center</name> | |
| <description>State: Michigan | |
| Census year: 1880 | |
| Coordinates: 43.0580556, -84.6433333 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 03′ 29″ N, 84° 38′ 36″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.6433333,43.0580556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — 1880 population center</name> | |
| <description>State: Minnesota | |
| Census year: 1880 | |
| Coordinates: 44.7925, -93.7447222 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 47′ 33″ N, 93° 44′ 41″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.7447222,44.7925000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — 1880 population center</name> | |
| <description>State: Mississippi | |
| Census year: 1880 | |
| Coordinates: 33.0472222, -89.7016667 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 02′ 50″ N, 89° 42′ 06″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.7016667,33.0472222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — 1880 population center</name> | |
| <description>State: Missouri | |
| Census year: 1880 | |
| Coordinates: 38.7088889, -92.4188889 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 42′ 32″ N, 92° 25′ 08″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.4188889,38.7088889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — 1880 population center</name> | |
| <description>State: Montana | |
| Census year: 1880 | |
| Coordinates: 46.3847222, -111.7211111 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 46° 23′ 05″ N, 111° 43′ 16″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.7211111,46.3847222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — 1880 population center</name> | |
| <description>State: Nebraska | |
| Census year: 1880 | |
| Coordinates: 40.9630556, -97.3452778 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 57′ 47″ N, 97° 20′ 43″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.3452778,40.9630556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — 1880 population center</name> | |
| <description>State: Nevada | |
| Census year: 1880 | |
| Coordinates: 39.6947222, -117.9894444 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 41′ 41″ N, 117° 59′ 22″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nevada</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-117.9894444,39.6947222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Hampshire — 1880 population center</name> | |
| <description>State: New Hampshire | |
| Census year: 1880 | |
| Coordinates: 43.4402778, -71.5972222 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 26′ 25″ N, 71° 35′ 50″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Hampshire</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5972222,43.4402778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Jersey — 1880 population center</name> | |
| <description>State: New Jersey | |
| Census year: 1880 | |
| Coordinates: 40.43, -74.5169444 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 25′ 48″ N, 74° 31′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Jersey</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.5169444,40.4300000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Mexico — 1880 population center</name> | |
| <description>State: New Mexico | |
| Census year: 1880 | |
| Coordinates: 35.1597222, -106.1763889 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 09′ 35″ N, 106° 10′ 35″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Mexico</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.1763889,35.1597222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New York — 1880 population center</name> | |
| <description>State: New York | |
| Census year: 1880 | |
| Coordinates: 42.0011111, -74.9138889 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 00′ 04″ N, 74° 54′ 50″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New York</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.9138889,42.0011111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Carolina — 1880 population center</name> | |
| <description>State: North Carolina | |
| Census year: 1880 | |
| Coordinates: 35.6430556, -79.3102778 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 38′ 35″ N, 79° 18′ 37″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-79.3102778,35.6430556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Dakota — 1880 population center</name> | |
| <description>State: North Dakota | |
| Census year: 1880 | |
| Coordinates: 47.0341667, -98.1602778 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 02′ 03″ N, 98° 09′ 37″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.1602778,47.0341667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Ohio — 1880 population center</name> | |
| <description>State: Ohio | |
| Census year: 1880 | |
| Coordinates: 40.3380556, -82.8966667 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 20′ 17″ N, 82° 53′ 48″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Ohio</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.8966667,40.3380556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oregon — 1880 population center</name> | |
| <description>State: Oregon | |
| Census year: 1880 | |
| Coordinates: 44.6602778, -122.3 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 39′ 37″ N, 122° 18′ 00″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oregon</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-122.3000000,44.6602778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Pennsylvania — 1880 population center</name> | |
| <description>State: Pennsylvania | |
| Census year: 1880 | |
| Coordinates: 40.5883333, -77.1672222 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 35′ 18″ N, 77° 10′ 02″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Pennsylvania</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-77.1672222,40.5883333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Rhode Island — 1880 population center</name> | |
| <description>State: Rhode Island | |
| Census year: 1880 | |
| Coordinates: 41.7705556, -71.4611111 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 46′ 14″ N, 71° 27′ 40″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Rhode Island</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4611111,41.7705556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Carolina — 1880 population center</name> | |
| <description>State: South Carolina | |
| Census year: 1880 | |
| Coordinates: 33.9797222, -80.9794444 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 58′ 47″ N, 80° 58′ 46″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.9794444,33.9797222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Dakota — 1880 population center</name> | |
| <description>State: South Dakota | |
| Census year: 1880 | |
| Coordinates: 43.9911111, -98.3011111 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 59′ 28″ N, 98° 18′ 04″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.3011111,43.9911111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tennessee — 1880 population center</name> | |
| <description>State: Tennessee | |
| Census year: 1880 | |
| Coordinates: 35.8358333, -86.6436111 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 50′ 09″ N, 86° 38′ 37″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Tennessee</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.6436111,35.8358333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Texas — 1880 population center</name> | |
| <description>State: Texas | |
| Census year: 1880 | |
| Coordinates: 31.3472222, -96.6416667 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 31° 20′ 50″ N, 96° 38′ 30″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Texas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.6416667,31.3472222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Utah — 1880 population center</name> | |
| <description>State: Utah | |
| Census year: 1880 | |
| Coordinates: 40.2322222, -111.9083333 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 13′ 56″ N, 111° 54′ 30″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Utah</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.9083333,40.2322222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Vermont — 1880 population center</name> | |
| <description>State: Vermont | |
| Census year: 1880 | |
| Coordinates: 44.0291667, -72.7180556 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 01′ 45″ N, 72° 43′ 05″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Vermont</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.7180556,44.0291667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Virginia — 1880 population center</name> | |
| <description>State: Virginia | |
| Census year: 1880 | |
| Coordinates: 37.4927778, -78.4975 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 29′ 34″ N, 78° 29′ 51″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-78.4975000,37.4927778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Washington — 1880 population center</name> | |
| <description>State: Washington | |
| Census year: 1880 | |
| Coordinates: 47.0922222, -120.6080556 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 05′ 32″ N, 120° 36′ 29″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Washington</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-120.6080556,47.0922222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>West Virginia — 1880 population center</name> | |
| <description>State: West Virginia | |
| Census year: 1880 | |
| Coordinates: 38.8888889, -80.6297222 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 53′ 20″ N, 80° 37′ 47″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>West Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.6297222,38.8888889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wisconsin — 1880 population center</name> | |
| <description>State: Wisconsin | |
| Census year: 1880 | |
| Coordinates: 43.7491667, -89.285 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 44′ 57″ N, 89° 17′ 06″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wisconsin</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.2850000,43.7491667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wyoming — 1880 population center</name> | |
| <description>State: Wyoming | |
| Census year: 1880 | |
| Coordinates: 42.18, -106.6538889 (decimal degrees) | |
| TimeSpan: 1880-04-01 to 1890-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1880.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 10′ 48″ N, 106° 39′ 14″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1880-04-01</begin> | |
| <end>1890-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wyoming</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1880</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.6538889,42.1800000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| <Folder> | |
| <name>1890</name> | |
| <description>Census year 1890 | |
| TimeSpan 1890-04-01 to 1900-03-31 | |
| Source: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923.</description> | |
| <Placemark> | |
| <name>Alabama — 1890 population center</name> | |
| <description>State: Alabama | |
| Census year: 1890 | |
| Coordinates: 32.9105556, -86.7461111 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 54′ 38″ N, 86° 44′ 46″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.7461111,32.9105556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — 1890 population center</name> | |
| <description>State: Arizona | |
| Census year: 1890 | |
| Coordinates: 33.2641667, -111.4275 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 15′ 51″ N, 111° 25′ 39″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.4275000,33.2641667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — 1890 population center</name> | |
| <description>State: Arkansas | |
| Census year: 1890 | |
| Coordinates: 34.9597222, -92.4947222 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 57′ 35″ N, 92° 29′ 41″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.4947222,34.9597222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — 1890 population center</name> | |
| <description>State: California | |
| Census year: 1890 | |
| Coordinates: 37.4263889, -121.0388889 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 25′ 35″ N, 121° 02′ 20″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-121.0388889,37.4263889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — 1890 population center</name> | |
| <description>State: Colorado | |
| Census year: 1890 | |
| Coordinates: 39.1644444, -105.2361111 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 09′ 52″ N, 105° 14′ 10″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.2361111,39.1644444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — 1890 population center</name> | |
| <description>State: Connecticut | |
| Census year: 1890 | |
| Coordinates: 41.5280556, -72.8 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 31′ 41″ N, 72° 48′ 00″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.8000000,41.5280556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — 1890 population center</name> | |
| <description>State: Delaware | |
| Census year: 1890 | |
| Coordinates: 39.1858333, -75.5933333 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 11′ 09″ N, 75° 35′ 36″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5933333,39.1858333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — 1890 population center</name> | |
| <description>State: Florida | |
| Census year: 1890 | |
| Coordinates: 29.4875, -83.0577778 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 29° 29′ 15″ N, 83° 03′ 28″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.0577778,29.4875000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — 1890 population center</name> | |
| <description>State: Georgia | |
| Census year: 1890 | |
| Coordinates: 33, -83.6713889 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 00′ 00″ N, 83° 40′ 17″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.6713889,33.0000000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — 1890 population center</name> | |
| <description>State: Idaho | |
| Census year: 1890 | |
| Coordinates: 44.2113889, -114.4591667 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 12′ 41″ N, 114° 27′ 33″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-114.4591667,44.2113889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — 1890 population center</name> | |
| <description>State: Illinois | |
| Census year: 1890 | |
| Coordinates: 40.6538889, -88.7427778 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 39′ 14″ N, 88° 44′ 34″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-88.7427778,40.6538889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — 1890 population center</name> | |
| <description>State: Indiana | |
| Census year: 1890 | |
| Coordinates: 39.8813889, -86.2377778 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 52′ 53″ N, 86° 14′ 16″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.2377778,39.8813889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — 1890 population center</name> | |
| <description>State: Iowa | |
| Census year: 1890 | |
| Coordinates: 41.9338889, -92.9786111 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 56′ 02″ N, 92° 58′ 43″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.9786111,41.9338889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — 1890 population center</name> | |
| <description>State: Kansas | |
| Census year: 1890 | |
| Coordinates: 38.5502778, -97.1333333 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 33′ 01″ N, 97° 08′ 00″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.1333333,38.5502778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — 1890 population center</name> | |
| <description>State: Kentucky | |
| Census year: 1890 | |
| Coordinates: 37.7127778, -85.3644444 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 42′ 46″ N, 85° 21′ 52″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.3644444,37.7127778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — 1890 population center</name> | |
| <description>State: Louisiana | |
| Census year: 1890 | |
| Coordinates: 30.8444444, -91.49 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 30° 50′ 40″ N, 91° 29′ 24″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.4900000,30.8444444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — 1890 population center</name> | |
| <description>State: Maine | |
| Census year: 1890 | |
| Coordinates: 44.9508333, -69.5433333 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 57′ 03″ N, 69° 32′ 36″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.5433333,44.9508333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — 1890 population center</name> | |
| <description>State: Maryland | |
| Census year: 1890 | |
| Coordinates: 39.1588889, -76.6891667 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 09′ 32″ N, 76° 41′ 21″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.6891667,39.1588889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — 1890 population center</name> | |
| <description>State: Massachusetts | |
| Census year: 1890 | |
| Coordinates: 42.375, -71.4694444 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 22′ 30″ N, 71° 28′ 10″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4694444,42.3750000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — 1890 population center</name> | |
| <description>State: Michigan | |
| Census year: 1890 | |
| Coordinates: 43.2566667, -84.7272222 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 15′ 24″ N, 84° 43′ 38″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.7272222,43.2566667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — 1890 population center</name> | |
| <description>State: Minnesota | |
| Census year: 1890 | |
| Coordinates: 45.095, -93.8433333 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 45° 05′ 42″ N, 93° 50′ 36″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.8433333,45.0950000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — 1890 population center</name> | |
| <description>State: Mississippi | |
| Census year: 1890 | |
| Coordinates: 32.9977778, -89.7238889 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 59′ 52″ (Census correction of starred 35° 59′ 52″ error) N, 89° 43′ 26″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.7238889,32.9977778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — 1890 population center</name> | |
| <description>State: Missouri | |
| Census year: 1890 | |
| Coordinates: 38.6386111, -92.4658333 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 38′ 19″ N, 92° 27′ 57″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.4658333,38.6386111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — 1890 population center</name> | |
| <description>State: Montana | |
| Census year: 1890 | |
| Coordinates: 46.5291667, -111.8561111 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 46° 31′ 45″ N, 111° 51′ 22″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.8561111,46.5291667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — 1890 population center</name> | |
| <description>State: Nebraska | |
| Census year: 1890 | |
| Coordinates: 41.0983333, -97.7261111 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 05′ 54″ N, 97° 43′ 34″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.7261111,41.0983333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — 1890 population center</name> | |
| <description>State: Nevada | |
| Census year: 1890 | |
| Coordinates: 39.5319444, -118.0294444 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 31′ 55″ N, 118° 01′ 46″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nevada</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-118.0294444,39.5319444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Hampshire — 1890 population center</name> | |
| <description>State: New Hampshire | |
| Census year: 1890 | |
| Coordinates: 43.4336111, -71.5897222 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 26′ 01″ N, 71° 35′ 23″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Hampshire</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5897222,43.4336111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Jersey — 1890 population center</name> | |
| <description>State: New Jersey | |
| Census year: 1890 | |
| Coordinates: 40.6219444, -74.5038889 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 37′ 19″ N, 74° 30′ 14″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Jersey</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.5038889,40.6219444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Mexico — 1890 population center</name> | |
| <description>State: New Mexico | |
| Census year: 1890 | |
| Coordinates: 34.9719444, -106.1502778 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 58′ 19″ N, 106° 09′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Mexico</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.1502778,34.9719444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New York — 1890 population center</name> | |
| <description>State: New York | |
| Census year: 1890 | |
| Coordinates: 41.9141667, -74.8655556 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 54′ 51″ N, 74° 51′ 56″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New York</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.8655556,41.9141667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Carolina — 1890 population center</name> | |
| <description>State: North Carolina | |
| Census year: 1890 | |
| Coordinates: 35.6394444, -79.4197222 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 38′ 22″ N, 79° 25′ 11″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-79.4197222,35.6394444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Dakota — 1890 population center</name> | |
| <description>State: North Dakota | |
| Census year: 1890 | |
| Coordinates: 47.4763889, -98.3402778 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 28′ 35″ N, 98° 20′ 25″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.3402778,47.4763889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Ohio — 1890 population center</name> | |
| <description>State: Ohio | |
| Census year: 1890 | |
| Coordinates: 40.3830556, -82.8988889 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 22′ 59″ N, 82° 53′ 56″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Ohio</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.8988889,40.3830556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oklahoma — 1890 population center</name> | |
| <description>State: Oklahoma | |
| Census year: 1890 | |
| Coordinates: 35.3161111, -96.4669444 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 18′ 58″ N, 96° 28′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oklahoma</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.4669444,35.3161111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oregon — 1890 population center</name> | |
| <description>State: Oregon | |
| Census year: 1890 | |
| Coordinates: 44.7702778, -122.0025 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 46′ 13″ N, 122° 00′ 09″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oregon</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-122.0025000,44.7702778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Pennsylvania — 1890 population center</name> | |
| <description>State: Pennsylvania | |
| Census year: 1890 | |
| Coordinates: 40.5872222, -77.2083333 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 35′ 14″ N, 77° 12′ 30″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Pennsylvania</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-77.2083333,40.5872222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Rhode Island — 1890 population center</name> | |
| <description>State: Rhode Island | |
| Census year: 1890 | |
| Coordinates: 41.7794444, -71.4636111 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 46′ 46″ N, 71° 27′ 49″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Rhode Island</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4636111,41.7794444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Carolina — 1890 population center</name> | |
| <description>State: South Carolina | |
| Census year: 1890 | |
| Coordinates: 33.9866667, -80.9805556 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 59′ 12″ N, 80° 58′ 50″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.9805556,33.9866667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Dakota — 1890 population center</name> | |
| <description>State: South Dakota | |
| Census year: 1890 | |
| Coordinates: 44.2811111, -98.4072222 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 16′ 52″ N, 98° 24′ 26″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.4072222,44.2811111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tennessee — 1890 population center</name> | |
| <description>State: Tennessee | |
| Census year: 1890 | |
| Coordinates: 35.8352778, -86.5994444 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 50′ 07″ N, 86° 35′ 58″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Tennessee</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.5994444,35.8352778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Texas — 1890 population center</name> | |
| <description>State: Texas | |
| Census year: 1890 | |
| Coordinates: 31.4363889, -96.8477778 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 31° 26′ 11″ N, 96° 50′ 52″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Texas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.8477778,31.4363889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Utah — 1890 population center</name> | |
| <description>State: Utah | |
| Census year: 1890 | |
| Coordinates: 40.3147222, -111.7797222 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 18′ 53″ N, 111° 46′ 47″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Utah</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.7797222,40.3147222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Vermont — 1890 population center</name> | |
| <description>State: Vermont | |
| Census year: 1890 | |
| Coordinates: 44.0438889, -72.7133333 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 02′ 38″ N, 72° 42′ 48″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Vermont</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.7133333,44.0438889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Virginia — 1890 population center</name> | |
| <description>State: Virginia | |
| Census year: 1890 | |
| Coordinates: 37.4752778, -78.5580556 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 28′ 31″ N, 78° 33′ 29″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-78.5580556,37.4752778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Washington — 1890 population center</name> | |
| <description>State: Washington | |
| Census year: 1890 | |
| Coordinates: 47.2622222, -120.875 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 15′ 44″ N, 120° 52′ 30″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Washington</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-120.8750000,47.2622222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>West Virginia — 1890 population center</name> | |
| <description>State: West Virginia | |
| Census year: 1890 | |
| Coordinates: 38.8330556, -80.6905556 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 49′ 59″ N, 80° 41′ 26″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>West Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.6905556,38.8330556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wisconsin — 1890 population center</name> | |
| <description>State: Wisconsin | |
| Census year: 1890 | |
| Coordinates: 43.8908333, -89.3061111 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 53′ 27″ N, 89° 18′ 22″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wisconsin</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.3061111,43.8908333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wyoming — 1890 population center</name> | |
| <description>State: Wyoming | |
| Census year: 1890 | |
| Coordinates: 42.4127778, -106.6075 (decimal degrees) | |
| TimeSpan: 1890-04-01 to 1900-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1890.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 24′ 46″ N, 106° 36′ 27″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1890-04-01</begin> | |
| <end>1900-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wyoming</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1890</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.6075000,42.4127778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| <Folder> | |
| <name>1900</name> | |
| <description>Census year 1900 | |
| TimeSpan 1900-04-01 to 1910-03-31 | |
| Source: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923.</description> | |
| <Placemark> | |
| <name>Alabama — 1900 population center</name> | |
| <description>State: Alabama | |
| Census year: 1900 | |
| Coordinates: 32.8869444, -86.705 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 53′ 13″ N, 86° 42′ 18″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.7050000,32.8869444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — 1900 population center</name> | |
| <description>State: Arizona | |
| Census year: 1900 | |
| Coordinates: 33.5722222, -111.2661111 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 34′ 20″ N, 111° 15′ 58″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.2661111,33.5722222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — 1900 population center</name> | |
| <description>State: Arkansas | |
| Census year: 1900 | |
| Coordinates: 34.9383333, -92.4741667 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 56′ 18″ N, 92° 28′ 27″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.4741667,34.9383333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — 1900 population center</name> | |
| <description>State: California | |
| Census year: 1900 | |
| Coordinates: 37.2405556, -120.8863889 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 14′ 26″ N, 120° 53′ 11″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-120.8863889,37.2405556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — 1900 population center</name> | |
| <description>State: Colorado | |
| Census year: 1900 | |
| Coordinates: 39.0958333, -105.2680556 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 05′ 45″ N, 105° 16′ 05″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.2680556,39.0958333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — 1900 population center</name> | |
| <description>State: Connecticut | |
| Census year: 1900 | |
| Coordinates: 41.5230556, -72.8183333 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 31′ 23″ N, 72° 49′ 06″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.8183333,41.5230556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — 1900 population center</name> | |
| <description>State: Delaware | |
| Census year: 1900 | |
| Coordinates: 39.1930556, -75.5858333 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 11′ 35″ N, 75° 35′ 09″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5858333,39.1930556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — 1900 population center</name> | |
| <description>State: Florida | |
| Census year: 1900 | |
| Coordinates: 29.4777778, -83.1219444 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 29° 28′ 40″ N, 83° 07′ 19″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.1219444,29.4777778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — 1900 population center</name> | |
| <description>State: Georgia | |
| Census year: 1900 | |
| Coordinates: 32.9438889, -83.64 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 56′ 38″ N, 83° 38′ 24″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.6400000,32.9438889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — 1900 population center</name> | |
| <description>State: Idaho | |
| Census year: 1900 | |
| Coordinates: 44.6038889, -114.6219444 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 36′ 14″ N, 114° 37′ 19″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-114.6219444,44.6038889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — 1900 population center</name> | |
| <description>State: Illinois | |
| Census year: 1900 | |
| Coordinates: 40.78, -88.62 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 46′ 48″ N, 88° 37′ 12″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-88.6200000,40.7800000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — 1900 population center</name> | |
| <description>State: Indiana | |
| Census year: 1900 | |
| Coordinates: 39.91, -86.2341667 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 54′ 36″ N, 86° 14′ 03″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.2341667,39.9100000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — 1900 population center</name> | |
| <description>State: Iowa | |
| Census year: 1900 | |
| Coordinates: 41.9291667, -93.2530556 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 55′ 45″ N, 93° 15′ 11″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.2530556,41.9291667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — 1900 population center</name> | |
| <description>State: Kansas | |
| Census year: 1900 | |
| Coordinates: 38.5402778, -96.7225 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 32′ 25″ N, 96° 43′ 21″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.7225000,38.5402778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — 1900 population center</name> | |
| <description>State: Kentucky | |
| Census year: 1900 | |
| Coordinates: 37.7041667, -85.4111111 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 42′ 15″ N, 85° 24′ 40″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.4111111,37.7041667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — 1900 population center</name> | |
| <description>State: Louisiana | |
| Census year: 1900 | |
| Coordinates: 30.8155556, -91.5294444 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 30° 48′ 56″ N, 91° 31′ 46″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.5294444,30.8155556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — 1900 population center</name> | |
| <description>State: Maine | |
| Census year: 1900 | |
| Coordinates: 44.9644444, -69.5513889 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 57′ 52″ N, 69° 33′ 05″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.5513889,44.9644444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — 1900 population center</name> | |
| <description>State: Maryland | |
| Census year: 1900 | |
| Coordinates: 39.16, -76.7041667 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 09′ 36″ N, 76° 42′ 15″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.7041667,39.1600000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — 1900 population center</name> | |
| <description>State: Massachusetts | |
| Census year: 1900 | |
| Coordinates: 42.3719444, -71.4688889 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 22′ 19″ N, 71° 28′ 08″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4688889,42.3719444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — 1900 population center</name> | |
| <description>State: Michigan | |
| Census year: 1900 | |
| Coordinates: 43.35, -84.7719444 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 21′ 00″ N, 84° 46′ 19″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.7719444,43.3500000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — 1900 population center</name> | |
| <description>State: Minnesota | |
| Census year: 1900 | |
| Coordinates: 45.2580556, -93.99 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 45° 15′ 29″ N, 93° 59′ 24″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.9900000,45.2580556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — 1900 population center</name> | |
| <description>State: Mississippi | |
| Census year: 1900 | |
| Coordinates: 32.9269444, -89.7461111 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 55′ 37″ N, 89° 44′ 46″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.7461111,32.9269444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — 1900 population center</name> | |
| <description>State: Missouri | |
| Census year: 1900 | |
| Coordinates: 38.6030556, -92.4319444 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 36′ 11″ N, 92° 25′ 55″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.4319444,38.6030556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — 1900 population center</name> | |
| <description>State: Montana | |
| Census year: 1900 | |
| Coordinates: 46.5791667, -111.605 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 46° 34′ 45″ N, 111° 36′ 18″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.6050000,46.5791667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — 1900 population center</name> | |
| <description>State: Nebraska | |
| Census year: 1900 | |
| Coordinates: 41.1452778, -97.7027778 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 08′ 43″ N, 97° 42′ 10″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.7027778,41.1452778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — 1900 population center</name> | |
| <description>State: Nevada | |
| Census year: 1900 | |
| Coordinates: 39.86, -117.8230556 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 51′ 36″ N, 117° 49′ 23″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nevada</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-117.8230556,39.8600000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Hampshire — 1900 population center</name> | |
| <description>State: New Hampshire | |
| Census year: 1900 | |
| Coordinates: 43.4336111, -71.5788889 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 26′ 01″ N, 71° 34′ 44″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Hampshire</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5788889,43.4336111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Jersey — 1900 population center</name> | |
| <description>State: New Jersey | |
| Census year: 1900 | |
| Coordinates: 40.465, -74.4936111 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 27′ 54″ N, 74° 29′ 37″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Jersey</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.4936111,40.4650000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Mexico — 1900 population center</name> | |
| <description>State: New Mexico | |
| Census year: 1900 | |
| Coordinates: 34.9166667, -106.1613889 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 55′ 00″ N, 106° 09′ 41″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Mexico</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.1613889,34.9166667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New York — 1900 population center</name> | |
| <description>State: New York | |
| Census year: 1900 | |
| Coordinates: 41.8, -74.7641667 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 48′ 00″ N, 74° 45′ 51″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New York</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.7641667,41.8000000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Carolina — 1900 population center</name> | |
| <description>State: North Carolina | |
| Census year: 1900 | |
| Coordinates: 35.6369444, -79.4769444 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 38′ 13″ N, 79° 28′ 37″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-79.4769444,35.6369444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Dakota — 1900 population center</name> | |
| <description>State: North Dakota | |
| Census year: 1900 | |
| Coordinates: 47.5277778, -98.7075 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 31′ 40″ N, 98° 42′ 27″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.7075000,47.5277778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Ohio — 1900 population center</name> | |
| <description>State: Ohio | |
| Census year: 1900 | |
| Coordinates: 40.4033333, -82.9125 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 24′ 12″ N, 82° 54′ 45″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Ohio</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.9125000,40.4033333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oklahoma — 1900 population center</name> | |
| <description>State: Oklahoma | |
| Census year: 1900 | |
| Coordinates: 35.5069444, -96.9588889 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 30′ 25″ N, 96° 57′ 32″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oklahoma</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.9588889,35.5069444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oregon — 1900 population center</name> | |
| <description>State: Oregon | |
| Census year: 1900 | |
| Coordinates: 44.9327778, -121.9333333 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 55′ 58″ N, 121° 56′ 00″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oregon</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-121.9333333,44.9327778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Pennsylvania — 1900 population center</name> | |
| <description>State: Pennsylvania | |
| Census year: 1900 | |
| Coordinates: 40.5972222, -77.2513889 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 35′ 50″ N, 77° 15′ 05″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Pennsylvania</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-77.2513889,40.5972222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Rhode Island — 1900 population center</name> | |
| <description>State: Rhode Island | |
| Census year: 1900 | |
| Coordinates: 41.7847222, -71.4616667 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 47′ 05″ N, 71° 27′ 42″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Rhode Island</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4616667,41.7847222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Carolina — 1900 population center</name> | |
| <description>State: South Carolina | |
| Census year: 1900 | |
| Coordinates: 34.005, -80.9969444 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 00′ 18″ N, 80° 59′ 49″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.9969444,34.0050000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Dakota — 1900 population center</name> | |
| <description>State: South Dakota | |
| Census year: 1900 | |
| Coordinates: 44.3555556, -98.4191667 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 21′ 20″ N, 98° 25′ 09″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.4191667,44.3555556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tennessee — 1900 population center</name> | |
| <description>State: Tennessee | |
| Census year: 1900 | |
| Coordinates: 35.835, -86.6052778 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 50′ 06″ N, 86° 36′ 19″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Tennessee</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.6052778,35.8350000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Texas — 1900 population center</name> | |
| <description>State: Texas | |
| Census year: 1900 | |
| Coordinates: 31.4763889, -96.8738889 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 31° 28′ 35″ N, 96° 52′ 26″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Texas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.8738889,31.4763889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Utah — 1900 population center</name> | |
| <description>State: Utah | |
| Census year: 1900 | |
| Coordinates: 40.2672222, -111.7580556 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 16′ 02″ N, 111° 45′ 29″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Utah</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.7580556,40.2672222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Vermont — 1900 population center</name> | |
| <description>State: Vermont | |
| Census year: 1900 | |
| Coordinates: 44.055, -72.6502778 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 03′ 18″ N, 72° 39′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Vermont</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.6502778,44.0550000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Virginia — 1900 population center</name> | |
| <description>State: Virginia | |
| Census year: 1900 | |
| Coordinates: 37.4386111, -78.5483333 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 26′ 19″ N, 78° 32′ 54″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-78.5483333,37.4386111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Washington — 1900 population center</name> | |
| <description>State: Washington | |
| Census year: 1900 | |
| Coordinates: 47.3305556, -120.7763889 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 19′ 50″ N, 120° 46′ 35″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Washington</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-120.7763889,47.3305556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>West Virginia — 1900 population center</name> | |
| <description>State: West Virginia | |
| Census year: 1900 | |
| Coordinates: 38.8019444, -80.7394444 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 48′ 07″ N, 80° 44′ 22″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>West Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.7394444,38.8019444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wisconsin — 1900 population center</name> | |
| <description>State: Wisconsin | |
| Census year: 1900 | |
| Coordinates: 43.9580556, -89.3119444 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 57′ 29″ N, 89° 18′ 43″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wisconsin</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.3119444,43.9580556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wyoming — 1900 population center</name> | |
| <description>State: Wyoming | |
| Census year: 1900 | |
| Coordinates: 42.5372222, -106.8775 (decimal degrees) | |
| TimeSpan: 1900-04-01 to 1910-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1900.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 32′ 14″ N, 106° 52′ 39″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1900-04-01</begin> | |
| <end>1910-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wyoming</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1900</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.8775000,42.5372222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| <Folder> | |
| <name>1910</name> | |
| <description>Census year 1910 | |
| TimeSpan 1910-04-01 to 1920-03-31 | |
| Source: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923.</description> | |
| <Placemark> | |
| <name>Alabama — 1910 population center</name> | |
| <description>State: Alabama | |
| Census year: 1910 | |
| Coordinates: 32.9019444, -86.7080556 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 54′ 07″ N, 86° 42′ 29″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.7080556,32.9019444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — 1910 population center</name> | |
| <description>State: Arizona | |
| Census year: 1910 | |
| Coordinates: 33.405, -110.9938889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 24′ 18″ N, 110° 59′ 38″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-110.9938889,33.4050000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — 1910 population center</name> | |
| <description>State: Arkansas | |
| Census year: 1910 | |
| Coordinates: 34.9211111, -92.4188889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 55′ 16″ N, 92° 25′ 08″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.4188889,34.9211111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — 1910 population center</name> | |
| <description>State: California | |
| Census year: 1910 | |
| Coordinates: 36.7080556, -120.5230556 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 36° 42′ 29″ N, 120° 31′ 23″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-120.5230556,36.7080556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — 1910 population center</name> | |
| <description>State: Colorado | |
| Census year: 1910 | |
| Coordinates: 39.1980556, -105.1911111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 11′ 53″ N, 105° 11′ 28″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.1911111,39.1980556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — 1910 population center</name> | |
| <description>State: Connecticut | |
| Census year: 1910 | |
| Coordinates: 41.515, -72.8388889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 30′ 54″ N, 72° 50′ 20″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.8388889,41.5150000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — 1910 population center</name> | |
| <description>State: Delaware | |
| Census year: 1910 | |
| Coordinates: 39.1969444, -75.585 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 11′ 49″ N, 75° 35′ 06″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5850000,39.1969444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — 1910 population center</name> | |
| <description>State: Florida | |
| Census year: 1910 | |
| Coordinates: 29.325, -83.0088889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 29° 19′ 30″ N, 83° 00′ 32″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.0088889,29.3250000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — 1910 population center</name> | |
| <description>State: Georgia | |
| Census year: 1910 | |
| Coordinates: 32.9069444, -83.6188889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 54′ 25″ N, 83° 37′ 08″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.6188889,32.9069444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — 1910 population center</name> | |
| <description>State: Idaho | |
| Census year: 1910 | |
| Coordinates: 44.5138889, -114.7938889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 30′ 50″ N, 114° 47′ 38″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-114.7938889,44.5138889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — 1910 population center</name> | |
| <description>State: Illinois | |
| Census year: 1910 | |
| Coordinates: 40.8580556, -88.555 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 51′ 29″ N, 88° 33′ 18″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-88.5550000,40.8580556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — 1910 population center</name> | |
| <description>State: Indiana | |
| Census year: 1910 | |
| Coordinates: 39.9469444, -86.2630556 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 56′ 49″ N, 86° 15′ 47″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.2630556,39.9469444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — 1910 population center</name> | |
| <description>State: Iowa | |
| Census year: 1910 | |
| Coordinates: 41.9619444, -93.255 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 57′ 43″ N, 93° 15′ 18″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.2550000,41.9619444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — 1910 population center</name> | |
| <description>State: Kansas | |
| Census year: 1910 | |
| Coordinates: 38.4919444, -96.8280556 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 29′ 31″ N, 96° 49′ 41″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.8280556,38.4919444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — 1910 population center</name> | |
| <description>State: Kentucky | |
| Census year: 1910 | |
| Coordinates: 37.7080556, -85.3580556 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 42′ 29″ N, 85° 21′ 29″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.3580556,37.7080556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — 1910 population center</name> | |
| <description>State: Louisiana | |
| Census year: 1910 | |
| Coordinates: 30.8130556, -91.5638889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 30° 48′ 47″ N, 91° 33′ 50″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.5638889,30.8130556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — 1910 population center</name> | |
| <description>State: Maine | |
| Census year: 1910 | |
| Coordinates: 44.7838889, -69.4969444 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 47′ 02″ N, 69° 29′ 49″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.4969444,44.7838889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — 1910 population center</name> | |
| <description>State: Maryland | |
| Census year: 1910 | |
| Coordinates: 39.1669444, -76.71 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 10′ 01″ N, 76° 42′ 36″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.7100000,39.1669444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — 1910 population center</name> | |
| <description>State: Massachusetts | |
| Census year: 1910 | |
| Coordinates: 42.3730556, -71.4188889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 22′ 23″ N, 71° 25′ 08″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4188889,42.3730556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — 1910 population center</name> | |
| <description>State: Michigan | |
| Census year: 1910 | |
| Coordinates: 43.3319444, -84.75 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 19′ 55″ N, 84° 45′ 00″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.7500000,43.3319444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — 1910 population center</name> | |
| <description>State: Minnesota | |
| Census year: 1910 | |
| Coordinates: 45.3730556, -93.8580556 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 45° 22′ 23″ N, 93° 51′ 29″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.8580556,45.3730556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — 1910 population center</name> | |
| <description>State: Mississippi | |
| Census year: 1910 | |
| Coordinates: 32.9019444, -89.7561111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 54′ 07″ N, 89° 45′ 22″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.7561111,32.9019444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — 1910 population center</name> | |
| <description>State: Missouri | |
| Census year: 1910 | |
| Coordinates: 38.55, -92.3069444 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 33′ 00″ N, 92° 18′ 25″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.3069444,38.5500000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — 1910 population center</name> | |
| <description>State: Montana | |
| Census year: 1910 | |
| Coordinates: 46.6919444, -110.9969444 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 46° 41′ 31″ N, 110° 59′ 49″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-110.9969444,46.6919444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — 1910 population center</name> | |
| <description>State: Nebraska | |
| Census year: 1910 | |
| Coordinates: 41.1869444, -97.8380556 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 11′ 13″ N, 97° 50′ 17″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.8380556,41.1869444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — 1910 population center</name> | |
| <description>State: Nevada | |
| Census year: 1910 | |
| Coordinates: 39.28, -117.555 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 16′ 48″ N, 117° 33′ 18″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nevada</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-117.5550000,39.2800000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Hampshire — 1910 population center</name> | |
| <description>State: New Hampshire | |
| Census year: 1910 | |
| Coordinates: 43.355, -71.5361111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 21′ 18″ N, 71° 32′ 10″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Hampshire</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5361111,43.3550000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Jersey — 1910 population center</name> | |
| <description>State: New Jersey | |
| Census year: 1910 | |
| Coordinates: 40.49, -74.4388889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 29′ 24″ N, 74° 26′ 20″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Jersey</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.4388889,40.4900000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Mexico — 1910 population center</name> | |
| <description>State: New Mexico | |
| Census year: 1910 | |
| Coordinates: 34.8180556, -105.7188889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 49′ 05″ N, 105° 43′ 08″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Mexico</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.7188889,34.8180556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New York — 1910 population center</name> | |
| <description>State: New York | |
| Census year: 1910 | |
| Coordinates: 41.6580556, -74.8638889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 39′ 29″ N, 74° 51′ 50″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New York</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.8638889,41.6580556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Carolina — 1910 population center</name> | |
| <description>State: North Carolina | |
| Census year: 1910 | |
| Coordinates: 35.6230556, -79.4969444 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 37′ 23″ N, 79° 29′ 49″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-79.4969444,35.6230556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Dakota — 1910 population center</name> | |
| <description>State: North Dakota | |
| Census year: 1910 | |
| Coordinates: 47.5088889, -99.6630556 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 30′ 32″ N, 99° 39′ 47″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-99.6630556,47.5088889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Ohio — 1910 population center</name> | |
| <description>State: Ohio | |
| Census year: 1910 | |
| Coordinates: 40.48, -82.8069444 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 28′ 48″ N, 82° 48′ 25″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Ohio</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.8069444,40.4800000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oklahoma — 1910 population center</name> | |
| <description>State: Oklahoma | |
| Census year: 1910 | |
| Coordinates: 35.4719444, -97.0911111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 28′ 19″ N, 97° 05′ 28″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oklahoma</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.0911111,35.4719444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oregon — 1910 population center</name> | |
| <description>State: Oregon | |
| Census year: 1910 | |
| Coordinates: 44.87, -122.2011111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 52′ 12″ N, 122° 12′ 04″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oregon</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-122.2011111,44.8700000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Pennsylvania — 1910 population center</name> | |
| <description>State: Pennsylvania | |
| Census year: 1910 | |
| Coordinates: 40.5347222, -77.2972222 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 32′ 05″ N, 77° 17′ 50″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Pennsylvania</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-77.2972222,40.5347222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Rhode Island — 1910 population center</name> | |
| <description>State: Rhode Island | |
| Census year: 1910 | |
| Coordinates: 41.79, -71.4611111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 47′ 24″ N, 71° 27′ 40″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Rhode Island</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4611111,41.7900000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Carolina — 1910 population center</name> | |
| <description>State: South Carolina | |
| Census year: 1910 | |
| Coordinates: 34.0338889, -81.0669444 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 02′ 02″ N, 81° 04′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-81.0669444,34.0338889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Dakota — 1910 population center</name> | |
| <description>State: South Dakota | |
| Census year: 1910 | |
| Coordinates: 44.33, -98.835 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 19′ 48″ N, 98° 50′ 06″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.8350000,44.3300000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tennessee — 1910 population center</name> | |
| <description>State: Tennessee | |
| Census year: 1910 | |
| Coordinates: 35.8211111, -86.5630556 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 49′ 16″ N, 86° 33′ 47″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Tennessee</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.5630556,35.8211111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Texas — 1910 population center</name> | |
| <description>State: Texas | |
| Census year: 1910 | |
| Coordinates: 31.5230556, -97.2538889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 31° 31′ 23″ N, 97° 15′ 14″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Texas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.2538889,31.5230556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Utah — 1910 population center</name> | |
| <description>State: Utah | |
| Census year: 1910 | |
| Coordinates: 40.385, -111.7961111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 23′ 06″ N, 111° 47′ 46″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Utah</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.7961111,40.3850000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Vermont — 1910 population center</name> | |
| <description>State: Vermont | |
| Census year: 1910 | |
| Coordinates: 44.05, -72.7488889 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 03′ 00″ N, 72° 44′ 56″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Vermont</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.7488889,44.0500000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Virginia — 1910 population center</name> | |
| <description>State: Virginia | |
| Census year: 1910 | |
| Coordinates: 37.4180556, -78.5661111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 25′ 05″ N, 78° 33′ 58″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-78.5661111,37.4180556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Washington — 1910 population center</name> | |
| <description>State: Washington | |
| Census year: 1910 | |
| Coordinates: 47.385, -121.0711111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 23′ 06″ N, 121° 04′ 16″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Washington</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-121.0711111,47.3850000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>West Virginia — 1910 population center</name> | |
| <description>State: West Virginia | |
| Census year: 1910 | |
| Coordinates: 38.7588889, -80.82 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 45′ 32″ N, 80° 49′ 12″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>West Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.8200000,38.7588889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wisconsin — 1910 population center</name> | |
| <description>State: Wisconsin | |
| Census year: 1910 | |
| Coordinates: 43.9480556, -89.2361111 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 56′ 53″ N, 89° 14′ 10″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wisconsin</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.2361111,43.9480556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wyoming — 1910 population center</name> | |
| <description>State: Wyoming | |
| Census year: 1910 | |
| Coordinates: 42.7, -107.0019444 (decimal degrees) | |
| TimeSpan: 1910-04-01 to 1920-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1910.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 42′ 00″ N, 107° 00′ 07″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1910-04-01</begin> | |
| <end>1920-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wyoming</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1910</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-107.0019444,42.7000000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| <Folder> | |
| <name>1920</name> | |
| <description>Census year 1920 | |
| TimeSpan 1920-04-01 to 1930-03-31 | |
| Source: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923.</description> | |
| <Placemark> | |
| <name>Alabama — 1920 population center</name> | |
| <description>State: Alabama | |
| Census year: 1920 | |
| Coordinates: 32.9572222, -86.7225 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 57′ 26″ N, 86° 43′ 21″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.7225000,32.9572222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — 1920 population center</name> | |
| <description>State: Arizona | |
| Census year: 1920 | |
| Coordinates: 33.3508333, -111.2152778 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 21′ 03″ N, 111° 12′ 55″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.2152778,33.3508333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — 1920 population center</name> | |
| <description>State: Arkansas | |
| Census year: 1920 | |
| Coordinates: 34.9205556, -92.3466667 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 55′ 14″ N, 92° 20′ 48″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.3466667,34.9205556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — 1920 population center</name> | |
| <description>State: California | |
| Census year: 1920 | |
| Coordinates: 36.3397222, -120.1816667 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 36° 20′ 23″ N, 120° 10′ 54″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-120.1816667,36.3397222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — 1920 population center</name> | |
| <description>State: Colorado | |
| Census year: 1920 | |
| Coordinates: 39.2480556, -105.0233333 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 14′ 53″ N, 105° 01′ 24″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.0233333,39.2480556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — 1920 population center</name> | |
| <description>State: Connecticut | |
| Census year: 1920 | |
| Coordinates: 41.5022222, -72.8630556 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 30′ 08″ N, 72° 51′ 47″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.8630556,41.5022222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — 1920 population center</name> | |
| <description>State: Delaware | |
| Census year: 1920 | |
| Coordinates: 39.4205556, -75.5358333 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 25′ 14″ N, 75° 32′ 09″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5358333,39.4205556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — 1920 population center</name> | |
| <description>State: Florida | |
| Census year: 1920 | |
| Coordinates: 29.0766667, -82.7783333 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 29° 04′ 36″ N, 82° 46′ 42″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.7783333,29.0766667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — 1920 population center</name> | |
| <description>State: Georgia | |
| Census year: 1920 | |
| Coordinates: 32.9047222, -83.6088889 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 54′ 17″ N, 83° 36′ 32″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.6088889,32.9047222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — 1920 population center</name> | |
| <description>State: Idaho | |
| Census year: 1920 | |
| Coordinates: 44.2366667, -114.5880556 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 14′ 12″ N, 114° 35′ 17″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-114.5880556,44.2366667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — 1920 population center</name> | |
| <description>State: Illinois | |
| Census year: 1920 | |
| Coordinates: 40.9458333, -88.4836111 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 56′ 45″ N, 88° 29′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-88.4836111,40.9458333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — 1920 population center</name> | |
| <description>State: Indiana | |
| Census year: 1920 | |
| Coordinates: 40.0038889, -86.2877778 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 00′ 14″ N, 86° 17′ 16″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.2877778,40.0038889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — 1920 population center</name> | |
| <description>State: Iowa | |
| Census year: 1920 | |
| Coordinates: 41.9791667, -93.2952778 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 58′ 45″ N, 93° 17′ 43″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.2952778,41.9791667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — 1920 population center</name> | |
| <description>State: Kansas | |
| Census year: 1920 | |
| Coordinates: 38.4591667, -96.8358333 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 27′ 33″ N, 96° 50′ 09″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.8358333,38.4591667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — 1920 population center</name> | |
| <description>State: Kentucky | |
| Census year: 1920 | |
| Coordinates: 37.7058333, -85.2566667 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 42′ 21″ N, 85° 15′ 24″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.2566667,37.7058333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — 1920 population center</name> | |
| <description>State: Louisiana | |
| Census year: 1920 | |
| Coordinates: 30.8577778, -91.6111111 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 30° 51′ 28″ N, 91° 36′ 40″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.6111111,30.8577778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — 1920 population center</name> | |
| <description>State: Maine | |
| Census year: 1920 | |
| Coordinates: 44.7788889, -69.5172222 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 46′ 44″ N, 69° 31′ 02″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.5172222,44.7788889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — 1920 population center</name> | |
| <description>State: Maryland | |
| Census year: 1920 | |
| Coordinates: 39.1841667, -76.7277778 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 11′ 03″ N, 76° 43′ 40″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.7277778,39.1841667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — 1920 population center</name> | |
| <description>State: Massachusetts | |
| Census year: 1920 | |
| Coordinates: 42.3716667, -71.4291667 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 22′ 18″ N, 71° 25′ 45″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4291667,42.3716667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — 1920 population center</name> | |
| <description>State: Michigan | |
| Census year: 1920 | |
| Coordinates: 43.1047222, -84.4163889 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 06′ 17″ N, 84° 24′ 59″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.4163889,43.1047222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — 1920 population center</name> | |
| <description>State: Minnesota | |
| Census year: 1920 | |
| Coordinates: 45.4238889, -93.8502778 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 45° 25′ 26″ N, 93° 51′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.8502778,45.4238889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — 1920 population center</name> | |
| <description>State: Mississippi | |
| Census year: 1920 | |
| Coordinates: 32.9263889, -89.7602778 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 55′ 35″ N, 89° 45′ 37″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.7602778,32.9263889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — 1920 population center</name> | |
| <description>State: Missouri | |
| Census year: 1920 | |
| Coordinates: 38.5547222, -92.2730556 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 33′ 17″ N, 92° 16′ 23″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.2730556,38.5547222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — 1920 population center</name> | |
| <description>State: Montana | |
| Census year: 1920 | |
| Coordinates: 46.8766667, -110.2338889 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 46° 52′ 36″ N, 110° 14′ 02″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-110.2338889,46.8766667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — 1920 population center</name> | |
| <description>State: Nebraska | |
| Census year: 1920 | |
| Coordinates: 41.2088889, -97.95 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 12′ 32″ N, 97° 57′ 00″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.9500000,41.2088889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — 1920 population center</name> | |
| <description>State: Nevada | |
| Census year: 1920 | |
| Coordinates: 39.3447222, -117.5230556 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 20′ 41″ N, 117° 31′ 23″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nevada</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-117.5230556,39.3447222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Hampshire — 1920 population center</name> | |
| <description>State: New Hampshire | |
| Census year: 1920 | |
| Coordinates: 43.3583333, -71.5380556 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 21′ 30″ N, 71° 32′ 17″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Hampshire</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5380556,43.3583333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Jersey — 1920 population center</name> | |
| <description>State: New Jersey | |
| Census year: 1920 | |
| Coordinates: 40.4719444, -74.4094444 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 28′ 19″ N, 74° 24′ 34″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Jersey</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.4094444,40.4719444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Mexico — 1920 population center</name> | |
| <description>State: New Mexico | |
| Census year: 1920 | |
| Coordinates: 34.7427778, -105.9202778 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 44′ 34″ N, 105° 55′ 13″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Mexico</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.9202778,34.7427778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New York — 1920 population center</name> | |
| <description>State: New York | |
| Census year: 1920 | |
| Coordinates: 41.6036111, -74.8497222 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 36′ 13″ N, 74° 50′ 59″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New York</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.8497222,41.6036111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Carolina — 1920 population center</name> | |
| <description>State: North Carolina | |
| Census year: 1920 | |
| Coordinates: 35.6133333, -79.5241667 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 36′ 48″ N, 79° 31′ 27″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-79.5241667,35.6133333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Dakota — 1920 population center</name> | |
| <description>State: North Dakota | |
| Census year: 1920 | |
| Coordinates: 47.4786111, -99.7741667 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 28′ 43″ N, 99° 46′ 27″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-99.7741667,47.4786111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Ohio — 1920 population center</name> | |
| <description>State: Ohio | |
| Census year: 1920 | |
| Coordinates: 40.5530556, -82.6933333 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 33′ 11″ N, 82° 41′ 36″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Ohio</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.6933333,40.5530556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oklahoma — 1920 population center</name> | |
| <description>State: Oklahoma | |
| Census year: 1920 | |
| Coordinates: 35.4758333, -96.88 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 28′ 33″ N, 96° 52′ 48″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oklahoma</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.8800000,35.4758333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oregon — 1920 population center</name> | |
| <description>State: Oregon | |
| Census year: 1920 | |
| Coordinates: 44.9280556, -122.2258333 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 55′ 41″ N, 122° 13′ 33″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oregon</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-122.2258333,44.9280556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Pennsylvania — 1920 population center</name> | |
| <description>State: Pennsylvania | |
| Census year: 1920 | |
| Coordinates: 40.5347222, -77.3083333 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 32′ 05″ N, 77° 18′ 30″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Pennsylvania</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-77.3083333,40.5347222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Rhode Island — 1920 population center</name> | |
| <description>State: Rhode Island | |
| Census year: 1920 | |
| Coordinates: 41.7952778, -71.4408333 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 47′ 43″ N, 71° 26′ 27″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Rhode Island</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4408333,41.7952778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Carolina — 1920 population center</name> | |
| <description>State: South Carolina | |
| Census year: 1920 | |
| Coordinates: 34.0430556, -81.0616667 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 02′ 35″ N, 81° 03′ 42″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-81.0616667,34.0430556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Dakota — 1920 population center</name> | |
| <description>State: South Dakota | |
| Census year: 1920 | |
| Coordinates: 44.3236111, -98.6775 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 19′ 25″ N, 98° 40′ 39″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.6775000,44.3236111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tennessee — 1920 population center</name> | |
| <description>State: Tennessee | |
| Census year: 1920 | |
| Coordinates: 35.8147222, -86.5336111 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 48′ 53″ N, 86° 32′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Tennessee</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.5336111,35.8147222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Texas — 1920 population center</name> | |
| <description>State: Texas | |
| Census year: 1920 | |
| Coordinates: 31.4761111, -97.32 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 31° 28′ 34″ N, 97° 19′ 12″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Texas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.3200000,31.4761111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Utah — 1920 population center</name> | |
| <description>State: Utah | |
| Census year: 1920 | |
| Coordinates: 40.3719444, -111.7844444 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 22′ 19″ N, 111° 47′ 04″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Utah</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.7844444,40.3719444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Vermont — 1920 population center</name> | |
| <description>State: Vermont | |
| Census year: 1920 | |
| Coordinates: 44.0461111, -72.7508333 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 02′ 46″ N, 72° 45′ 03″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Vermont</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.7508333,44.0461111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Virginia — 1920 population center</name> | |
| <description>State: Virginia | |
| Census year: 1920 | |
| Coordinates: 37.3938889, -78.5063889 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 23′ 38″ N, 78° 30′ 23″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-78.5063889,37.3938889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Washington — 1920 population center</name> | |
| <description>State: Washington | |
| Census year: 1920 | |
| Coordinates: 47.4013889, -121.24 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 24′ 05″ N, 121° 14′ 24″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Washington</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-121.2400000,47.4013889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>West Virginia — 1920 population center</name> | |
| <description>State: West Virginia | |
| Census year: 1920 | |
| Coordinates: 38.71, -80.8819444 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 42′ 36″ N, 80° 52′ 55″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>West Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.8819444,38.7100000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wisconsin — 1920 population center</name> | |
| <description>State: Wisconsin | |
| Census year: 1920 | |
| Coordinates: 43.9283333, -89.2127778 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 55′ 42″ N, 89° 12′ 46″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wisconsin</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.2127778,43.9283333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wyoming — 1920 population center</name> | |
| <description>State: Wyoming | |
| Census year: 1920 | |
| Coordinates: 42.8161111, -106.9105556 (decimal degrees) | |
| TimeSpan: 1920-04-01 to 1930-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1880–1920: 1923 Fourteenth Census book | |
| U.S. Department of Commerce, Bureau of the Census, Fourteenth Census of the United States, 1923. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1920.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 48′ 58″ N, 106° 54′ 38″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1920-04-01</begin> | |
| <end>1930-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wyoming</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1920</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.9105556,42.8161111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| <Folder> | |
| <name>1930</name> | |
| <description>Census year 1930 | |
| TimeSpan 1930-04-01 to 1940-03-31 | |
| Source: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile.</description> | |
| <Placemark> | |
| <name>Alabama — 1930 population center</name> | |
| <description>State: Alabama | |
| Census year: 1930 | |
| Coordinates: 32.9836111, -86.7433333 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 59′ 01″ N, 86° 44′ 36″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.7433333,32.9836111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — 1930 population center</name> | |
| <description>State: Arizona | |
| Census year: 1930 | |
| Coordinates: 33.3111111, -111.7338889 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 18′ 40″ N, 111° 44′ 02″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.7338889,33.3111111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — 1930 population center</name> | |
| <description>State: Arkansas | |
| Census year: 1930 | |
| Coordinates: 34.9013889, -92.3513889 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 54′ 05″ N, 92° 21′ 05″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.3513889,34.9013889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — 1930 population center</name> | |
| <description>State: California | |
| Census year: 1930 | |
| Coordinates: 35.72, -119.685 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 43′ 12″ N, 119° 41′ 06″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-119.6850000,35.7200000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — 1930 population center</name> | |
| <description>State: Colorado | |
| Census year: 1930 | |
| Coordinates: 39.2186111, -104.9733333 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 13′ 07″ N, 104° 58′ 24″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-104.9733333,39.2186111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — 1930 population center</name> | |
| <description>State: Connecticut | |
| Census year: 1930 | |
| Coordinates: 41.5363889, -72.8894444 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 32′ 11″ N, 72° 53′ 22″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.8894444,41.5363889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — 1930 population center</name> | |
| <description>State: Delaware | |
| Census year: 1930 | |
| Coordinates: 39.3391667, -75.5511111 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 20′ 21″ N, 75° 33′ 04″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5511111,39.3391667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — 1930 population center</name> | |
| <description>State: Florida | |
| Census year: 1930 | |
| Coordinates: 28.6730556, -82.3847222 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 28° 40′ 23″ N, 82° 23′ 05″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.3847222,28.6730556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — 1930 population center</name> | |
| <description>State: Georgia | |
| Census year: 1930 | |
| Coordinates: 32.9363889, -83.6536111 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 56′ 11″ N, 83° 39′ 13″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.6536111,32.9363889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Hawaii — 1930 population center</name> | |
| <description>State: Hawaii | |
| Census year: 1930 | |
| Coordinates: 21.0691667, -157.4333333 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 21° 04′ 09″ N, 157° 26′ 00″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Hawaii</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-157.4333333,21.0691667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — 1930 population center</name> | |
| <description>State: Idaho | |
| Census year: 1930 | |
| Coordinates: 44.2794444, -114.64 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 16′ 46″ N, 114° 38′ 24″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-114.6400000,44.2794444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — 1930 population center</name> | |
| <description>State: Illinois | |
| Census year: 1930 | |
| Coordinates: 41.0344444, -88.5202778 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 02′ 04″ N, 88° 31′ 13″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-88.5202778,41.0344444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — 1930 population center</name> | |
| <description>State: Indiana | |
| Census year: 1930 | |
| Coordinates: 40.0813889, -86.3116667 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 04′ 53″ N, 86° 18′ 42″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.3116667,40.0813889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — 1930 population center</name> | |
| <description>State: Iowa | |
| Census year: 1930 | |
| Coordinates: 41.9894444, -93.3058333 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 59′ 22″ N, 93° 18′ 21″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.3058333,41.9894444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — 1930 population center</name> | |
| <description>State: Kansas | |
| Census year: 1930 | |
| Coordinates: 38.4472222, -96.9016667 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 26′ 50″ N, 96° 54′ 06″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.9016667,38.4472222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — 1930 population center</name> | |
| <description>State: Kentucky | |
| Census year: 1930 | |
| Coordinates: 37.6947222, -85.1375 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 41′ 41″ N, 85° 08′ 15″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.1375000,37.6947222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — 1930 population center</name> | |
| <description>State: Louisiana | |
| Census year: 1930 | |
| Coordinates: 30.9277778, -91.5638889 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 30° 55′ 40″ N, 91° 33′ 50″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.5638889,30.9277778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — 1930 population center</name> | |
| <description>State: Maine | |
| Census year: 1930 | |
| Coordinates: 44.7047222, -69.5730556 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 42′ 17″ N, 69° 34′ 23″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.5730556,44.7047222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — 1930 population center</name> | |
| <description>State: Maryland | |
| Census year: 1930 | |
| Coordinates: 39.2180556, -76.7675 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 13′ 05″ N, 76° 46′ 03″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.7675000,39.2180556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — 1930 population center</name> | |
| <description>State: Massachusetts | |
| Census year: 1930 | |
| Coordinates: 42.3113889, -71.4516667 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 18′ 41″ N, 71° 27′ 06″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4516667,42.3113889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — 1930 population center</name> | |
| <description>State: Michigan | |
| Census year: 1930 | |
| Coordinates: 42.9033333, -84.2211111 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 54′ 12″ N, 84° 13′ 16″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.2211111,42.9033333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — 1930 population center</name> | |
| <description>State: Minnesota | |
| Census year: 1930 | |
| Coordinates: 45.4288889, -93.8827778 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 45° 25′ 44″ N, 93° 52′ 58″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.8827778,45.4288889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — 1930 population center</name> | |
| <description>State: Mississippi | |
| Census year: 1930 | |
| Coordinates: 32.9211111, -89.7605556 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 55′ 16″ N, 89° 45′ 38″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.7605556,32.9211111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — 1930 population center</name> | |
| <description>State: Missouri | |
| Census year: 1930 | |
| Coordinates: 38.5383333, -92.1536111 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 32′ 18″ N, 92° 09′ 13″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.1536111,38.5383333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — 1930 population center</name> | |
| <description>State: Montana | |
| Census year: 1930 | |
| Coordinates: 46.8947222, -110.2844444 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 46° 53′ 41″ N, 110° 17′ 04″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-110.2844444,46.8947222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — 1930 population center</name> | |
| <description>State: Nebraska | |
| Census year: 1930 | |
| Coordinates: 41.2152778, -98.0136111 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 12′ 55″ N, 98° 00′ 49″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.0136111,41.2152778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — 1930 population center</name> | |
| <description>State: Nevada | |
| Census year: 1930 | |
| Coordinates: 39.5305556, -117.4566667 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 31′ 50″ N, 117° 27′ 24″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nevada</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-117.4566667,39.5305556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Hampshire — 1930 population center</name> | |
| <description>State: New Hampshire | |
| Census year: 1930 | |
| Coordinates: 43.3472222, -71.5819444 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 20′ 50″ N, 71° 34′ 55″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Hampshire</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5819444,43.3472222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Jersey — 1930 population center</name> | |
| <description>State: New Jersey | |
| Census year: 1930 | |
| Coordinates: 40.5383333, -74.3916667 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 32′ 18″ N, 74° 23′ 30″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Jersey</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.3916667,40.5383333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Mexico — 1930 population center</name> | |
| <description>State: New Mexico | |
| Census year: 1930 | |
| Coordinates: 34.67, -105.8955556 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 40′ 12″ N, 105° 53′ 44″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Mexico</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.8955556,34.6700000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New York — 1930 population center</name> | |
| <description>State: New York | |
| Census year: 1930 | |
| Coordinates: 41.5255556, -74.7669444 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 31′ 32″ N, 74° 46′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New York</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.7669444,41.5255556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Carolina — 1930 population center</name> | |
| <description>State: North Carolina | |
| Census year: 1930 | |
| Coordinates: 35.6127778, -79.6083333 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 36′ 46″ N, 79° 36′ 30″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-79.6083333,35.6127778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Dakota — 1930 population center</name> | |
| <description>State: North Dakota | |
| Census year: 1930 | |
| Coordinates: 47.4725, -99.7888889 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 28′ 21″ N, 99° 47′ 20″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-99.7888889,47.4725000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Ohio — 1930 population center</name> | |
| <description>State: Ohio | |
| Census year: 1930 | |
| Coordinates: 40.5366667, -82.6302778 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 32′ 12″ N, 82° 37′ 49″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Ohio</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.6302778,40.5366667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oklahoma — 1930 population center</name> | |
| <description>State: Oklahoma | |
| Census year: 1930 | |
| Coordinates: 35.5111111, -96.9813889 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 30′ 40″ N, 96° 58′ 53″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oklahoma</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.9813889,35.5111111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oregon — 1930 population center</name> | |
| <description>State: Oregon | |
| Census year: 1930 | |
| Coordinates: 44.8561111, -122.2777778 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 51′ 22″ N, 122° 16′ 40″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oregon</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-122.2777778,44.8561111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Pennsylvania — 1930 population center</name> | |
| <description>State: Pennsylvania | |
| Census year: 1930 | |
| Coordinates: 40.5069444, -77.3188889 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 30′ 25″ N, 77° 19′ 08″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Pennsylvania</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-77.3188889,40.5069444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Rhode Island — 1930 population center</name> | |
| <description>State: Rhode Island | |
| Census year: 1930 | |
| Coordinates: 41.8138889, -71.5344444 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 48′ 50″ N, 71° 32′ 04″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Rhode Island</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5344444,41.8138889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Carolina — 1930 population center</name> | |
| <description>State: South Carolina | |
| Census year: 1930 | |
| Coordinates: 34.0894444, -81.0802778 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 05′ 22″ N, 81° 04′ 49″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-81.0802778,34.0894444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Dakota — 1930 population center</name> | |
| <description>State: South Dakota | |
| Census year: 1930 | |
| Coordinates: 44.2508333, -98.7752778 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 15′ 03″ N, 98° 46′ 31″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.7752778,44.2508333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tennessee — 1930 population center</name> | |
| <description>State: Tennessee | |
| Census year: 1930 | |
| Coordinates: 35.8166667, -86.4561111 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 49′ 00″ N, 86° 27′ 22″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Tennessee</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.4561111,35.8166667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Texas — 1930 population center</name> | |
| <description>State: Texas | |
| Census year: 1930 | |
| Coordinates: 31.3813889, -97.5697222 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 31° 22′ 53″ N, 97° 34′ 11″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Texas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.5697222,31.3813889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Utah — 1930 population center</name> | |
| <description>State: Utah | |
| Census year: 1930 | |
| Coordinates: 40.3738889, -111.82 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 22′ 26″ N, 111° 49′ 12″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Utah</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.8200000,40.3738889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Vermont — 1930 population center</name> | |
| <description>State: Vermont | |
| Census year: 1930 | |
| Coordinates: 44.0491667, -72.7311111 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 02′ 57″ N, 72° 43′ 52″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Vermont</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.7311111,44.0491667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Virginia — 1930 population center</name> | |
| <description>State: Virginia | |
| Census year: 1930 | |
| Coordinates: 37.4363889, -78.6588889 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 26′ 11″ N, 78° 39′ 32″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-78.6588889,37.4363889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Washington — 1930 population center</name> | |
| <description>State: Washington | |
| Census year: 1930 | |
| Coordinates: 47.3433333, -121.1533333 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 20′ 36″ N, 121° 09′ 12″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Washington</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-121.1533333,47.3433333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>West Virginia — 1930 population center</name> | |
| <description>State: West Virginia | |
| Census year: 1930 | |
| Coordinates: 38.6736111, -80.9241667 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 40′ 25″ N, 80° 55′ 27″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>West Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.9241667,38.6736111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wisconsin — 1930 population center</name> | |
| <description>State: Wisconsin | |
| Census year: 1930 | |
| Coordinates: 43.8352778, -89.1197222 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 50′ 07″ N, 89° 07′ 11″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wisconsin</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.1197222,43.8352778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wyoming — 1930 population center</name> | |
| <description>State: Wyoming | |
| Census year: 1930 | |
| Coordinates: 42.8141667, -106.8997222 (decimal degrees) | |
| TimeSpan: 1930-04-01 to 1940-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1930.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 48′ 51″ N, 106° 53′ 59″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1930-04-01</begin> | |
| <end>1940-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wyoming</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1930</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.8997222,42.8141667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| <Folder> | |
| <name>1940</name> | |
| <description>Census year 1940 | |
| TimeSpan 1940-04-01 to 1950-03-31 | |
| Source: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile.</description> | |
| <Placemark> | |
| <name>Alabama — 1940 population center</name> | |
| <description>State: Alabama | |
| Census year: 1940 | |
| Coordinates: 32.9902778, -86.7536111 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 59′ 25″ N, 86° 45′ 13″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.7536111,32.9902778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — 1940 population center</name> | |
| <description>State: Arizona | |
| Census year: 1940 | |
| Coordinates: 33.34, -111.8238889 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 20′ 24″ N, 111° 49′ 26″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.8238889,33.3400000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — 1940 population center</name> | |
| <description>State: Arkansas | |
| Census year: 1940 | |
| Coordinates: 34.9588889, -92.4361111 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 57′ 32″ N, 92° 26′ 10″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.4361111,34.9588889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — 1940 population center</name> | |
| <description>State: California | |
| Census year: 1940 | |
| Coordinates: 35.6408333, -119.5883333 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 38′ 27″ N, 119° 35′ 18″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-119.5883333,35.6408333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — 1940 population center</name> | |
| <description>State: Colorado | |
| Census year: 1940 | |
| Coordinates: 39.2283333, -105.0961111 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 13′ 42″ N, 105° 05′ 46″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.0961111,39.2283333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — 1940 population center</name> | |
| <description>State: Connecticut | |
| Census year: 1940 | |
| Coordinates: 41.5366667, -72.8913889 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 32′ 12″ N, 72° 53′ 29″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.8913889,41.5366667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — 1940 population center</name> | |
| <description>State: Delaware | |
| Census year: 1940 | |
| Coordinates: 39.3358333, -75.55 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 20′ 09″ N, 75° 32′ 60″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5500000,39.3358333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — 1940 population center</name> | |
| <description>State: Florida | |
| Census year: 1940 | |
| Coordinates: 28.4747222, -82.2552778 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 28° 28′ 29″ N, 82° 15′ 19″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.2552778,28.4747222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — 1940 population center</name> | |
| <description>State: Georgia | |
| Census year: 1940 | |
| Coordinates: 32.9752778, -83.6897222 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 58′ 31″ N, 83° 41′ 23″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.6897222,32.9752778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Hawaii — 1940 population center</name> | |
| <description>State: Hawaii | |
| Census year: 1940 | |
| Coordinates: 21.1219444, -157.5027778 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 21° 07′ 19″ N, 157° 30′ 10″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Hawaii</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-157.5027778,21.1219444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — 1940 population center</name> | |
| <description>State: Idaho | |
| Census year: 1940 | |
| Coordinates: 44.2575, -114.7036111 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 15′ 27″ N, 114° 42′ 13″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-114.7036111,44.2575000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — 1940 population center</name> | |
| <description>State: Illinois | |
| Census year: 1940 | |
| Coordinates: 41.0258333, -88.5272222 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 01′ 33″ N, 88° 31′ 38″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-88.5272222,41.0258333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — 1940 population center</name> | |
| <description>State: Indiana | |
| Census year: 1940 | |
| Coordinates: 40.085, -86.3144444 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 05′ 06″ N, 86° 18′ 52″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.3144444,40.0850000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — 1940 population center</name> | |
| <description>State: Iowa | |
| Census year: 1940 | |
| Coordinates: 42.0022222, -93.2777778 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 00′ 08″ N, 93° 16′ 40″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.2777778,42.0022222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — 1940 population center</name> | |
| <description>State: Kansas | |
| Census year: 1940 | |
| Coordinates: 38.4475, -96.8522222 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 26′ 51″ N, 96° 51′ 08″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.8522222,38.4475000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — 1940 population center</name> | |
| <description>State: Kentucky | |
| Census year: 1940 | |
| Coordinates: 37.6788889, -85.0977778 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 40′ 44″ N, 85° 05′ 52″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.0977778,37.6788889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — 1940 population center</name> | |
| <description>State: Louisiana | |
| Census year: 1940 | |
| Coordinates: 30.9202778, -91.5772222 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 30° 55′ 13″ N, 91° 34′ 38″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.5772222,30.9202778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — 1940 population center</name> | |
| <description>State: Maine | |
| Census year: 1940 | |
| Coordinates: 44.6891667, -69.5866667 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 41′ 21″ N, 69° 35′ 12″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.5866667,44.6891667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — 1940 population center</name> | |
| <description>State: Maryland | |
| Census year: 1940 | |
| Coordinates: 39.2175, -76.7822222 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 13′ 03″ N, 76° 46′ 56″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.7822222,39.2175000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — 1940 population center</name> | |
| <description>State: Massachusetts | |
| Census year: 1940 | |
| Coordinates: 42.3105556, -71.45 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 18′ 38″ N, 71° 26′ 60″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4500000,42.3105556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — 1940 population center</name> | |
| <description>State: Michigan | |
| Census year: 1940 | |
| Coordinates: 42.8938889, -84.1955556 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 53′ 38″ N, 84° 11′ 44″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.1955556,42.8938889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — 1940 population center</name> | |
| <description>State: Minnesota | |
| Census year: 1940 | |
| Coordinates: 45.4305556, -93.8869444 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 45° 25′ 50″ N, 93° 53′ 13″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.8869444,45.4305556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — 1940 population center</name> | |
| <description>State: Mississippi | |
| Census year: 1940 | |
| Coordinates: 32.8933333, -89.7577778 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 53′ 36″ N, 89° 45′ 28″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.7577778,32.8933333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — 1940 population center</name> | |
| <description>State: Missouri | |
| Census year: 1940 | |
| Coordinates: 38.4847222, -92.0811111 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 29′ 05″ N, 92° 04′ 52″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.0811111,38.4847222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — 1940 population center</name> | |
| <description>State: Montana | |
| Census year: 1940 | |
| Coordinates: 46.9097222, -110.5130556 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 46° 54′ 35″ N, 110° 30′ 47″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-110.5130556,46.9097222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — 1940 population center</name> | |
| <description>State: Nebraska | |
| Census year: 1940 | |
| Coordinates: 41.2216667, -97.9772222 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 13′ 18″ N, 97° 58′ 38″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.9772222,41.2216667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — 1940 population center</name> | |
| <description>State: Nevada | |
| Census year: 1940 | |
| Coordinates: 39.3311111, -117.3838889 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 19′ 52″ N, 117° 23′ 02″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nevada</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-117.3838889,39.3311111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Hampshire — 1940 population center</name> | |
| <description>State: New Hampshire | |
| Census year: 1940 | |
| Coordinates: 43.3438889, -71.5761111 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 20′ 38″ N, 71° 34′ 34″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Hampshire</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5761111,43.3438889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Jersey — 1940 population center</name> | |
| <description>State: New Jersey | |
| Census year: 1940 | |
| Coordinates: 40.5383333, -74.3955556 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 32′ 18″ N, 74° 23′ 44″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Jersey</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.3955556,40.5383333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New Mexico — 1940 population center</name> | |
| <description>State: New Mexico | |
| Census year: 1940 | |
| Coordinates: 34.6180556, -105.8430556 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 37′ 05″ N, 105° 50′ 35″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New Mexico</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.8430556,34.6180556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>New York — 1940 population center</name> | |
| <description>State: New York | |
| Census year: 1940 | |
| Coordinates: 41.4972222, -74.7291667 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 29′ 50″ N, 74° 43′ 45″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>New York</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-74.7291667,41.4972222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Carolina — 1940 population center</name> | |
| <description>State: North Carolina | |
| Census year: 1940 | |
| Coordinates: 35.6077778, -79.6444444 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 36′ 28″ N, 79° 38′ 40″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-79.6444444,35.6077778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>North Dakota — 1940 population center</name> | |
| <description>State: North Dakota | |
| Census year: 1940 | |
| Coordinates: 47.4705556, -99.6702778 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 28′ 14″ N, 99° 40′ 13″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>North Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-99.6702778,47.4705556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Ohio — 1940 population center</name> | |
| <description>State: Ohio | |
| Census year: 1940 | |
| Coordinates: 40.5216667, -82.6391667 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 31′ 18″ N, 82° 38′ 21″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Ohio</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.6391667,40.5216667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oklahoma — 1940 population center</name> | |
| <description>State: Oklahoma | |
| Census year: 1940 | |
| Coordinates: 35.4980556, -96.8755556 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 29′ 53″ N, 96° 52′ 32″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oklahoma</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.8755556,35.4980556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Oregon — 1940 population center</name> | |
| <description>State: Oregon | |
| Census year: 1940 | |
| Coordinates: 44.8019444, -122.2883333 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 48′ 07″ N, 122° 17′ 18″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Oregon</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-122.2883333,44.8019444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Pennsylvania — 1940 population center</name> | |
| <description>State: Pennsylvania | |
| Census year: 1940 | |
| Coordinates: 40.5058333, -77.3363889 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 30′ 21″ N, 77° 20′ 11″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Pennsylvania</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-77.3363889,40.5058333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Rhode Island — 1940 population center</name> | |
| <description>State: Rhode Island | |
| Census year: 1940 | |
| Coordinates: 41.81, -71.5336111 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 48′ 36″ N, 71° 32′ 01″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Rhode Island</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.5336111,41.8100000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Carolina — 1940 population center</name> | |
| <description>State: South Carolina | |
| Census year: 1940 | |
| Coordinates: 34.0902778, -81.0544444 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 05′ 25″ N, 81° 03′ 16″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Carolina</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-81.0544444,34.0902778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>South Dakota — 1940 population center</name> | |
| <description>State: South Dakota | |
| Census year: 1940 | |
| Coordinates: 44.2327778, -98.78 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 13′ 58″ N, 98° 46′ 48″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>South Dakota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-98.7800000,44.2327778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Tennessee — 1940 population center</name> | |
| <description>State: Tennessee | |
| Census year: 1940 | |
| Coordinates: 35.8163889, -86.4130556 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 48′ 59″ N, 86° 24′ 47″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Tennessee</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.4130556,35.8163889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Texas — 1940 population center</name> | |
| <description>State: Texas | |
| Census year: 1940 | |
| Coordinates: 31.2641667, -97.4755556 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 31° 15′ 51″ N, 97° 28′ 32″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Texas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.4755556,31.2641667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Utah — 1940 population center</name> | |
| <description>State: Utah | |
| Census year: 1940 | |
| Coordinates: 40.3669444, -111.8147222 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 22′ 01″ N, 111° 48′ 53″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Utah</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.8147222,40.3669444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Vermont — 1940 population center</name> | |
| <description>State: Vermont | |
| Census year: 1940 | |
| Coordinates: 44.0419444, -72.7408333 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 02′ 31″ N, 72° 44′ 27″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Vermont</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.7408333,44.0419444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Virginia — 1940 population center</name> | |
| <description>State: Virginia | |
| Census year: 1940 | |
| Coordinates: 37.4544444, -78.6963889 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 27′ 16″ N, 78° 41′ 47″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-78.6963889,37.4544444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Washington — 1940 population center</name> | |
| <description>State: Washington | |
| Census year: 1940 | |
| Coordinates: 47.33, -121.1594444 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 47° 19′ 48″ N, 121° 09′ 34″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Washington</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-121.1594444,47.3300000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>West Virginia — 1940 population center</name> | |
| <description>State: West Virginia | |
| Census year: 1940 | |
| Coordinates: 38.6422222, -80.9488889 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 38′ 32″ N, 80° 56′ 56″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>West Virginia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-80.9488889,38.6422222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wisconsin — 1940 population center</name> | |
| <description>State: Wisconsin | |
| Census year: 1940 | |
| Coordinates: 43.8361111, -89.1141667 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 43° 50′ 10″ N, 89° 06′ 51″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wisconsin</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.1141667,43.8361111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Wyoming — 1940 population center</name> | |
| <description>State: Wyoming | |
| Census year: 1940 | |
| Coordinates: 42.8158333, -106.9377778 (decimal degrees) | |
| TimeSpan: 1940-04-01 to 1950-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1930–40: county-centroid recompute ±1 mile | |
| Recomputation from historical county level data. The recomputation relied upon aggregate county level population data with an estimated county centroid resulting in a possible error of up to one mile. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1940.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 48′ 57″ N, 106° 56′ 16″ W</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1940-04-01</begin> | |
| <end>1950-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Wyoming</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1940</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-106.9377778,42.8158333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| </Folder> | |
| <Folder> | |
| <name>1950</name> | |
| <description>Census year 1950 | |
| TimeSpan 1950-04-01 to 1960-03-31 | |
| Source: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974.</description> | |
| <Placemark> | |
| <name>Alabama — 1950 population center</name> | |
| <description>State: Alabama | |
| Census year: 1950 | |
| Coordinates: 32.7858333, -86.7780556 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 47′ 09″ N, 86° 46′ 41″ W | |
| County (1974 pub.): Chilton | |
| Approximate location: 9 miles SW of Clanton</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Alabama</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.7780556,32.7858333,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arizona — 1950 population center</name> | |
| <description>State: Arizona | |
| Census year: 1950 | |
| Coordinates: 33.3697222, -111.5319444 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 22′ 11″ N, 111° 31′ 55″ W | |
| County (1974 pub.): Pinal | |
| Approximate location: 25 miles NW of Florence</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arizona</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-111.5319444,33.3697222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Arkansas — 1950 population center</name> | |
| <description>State: Arkansas | |
| Census year: 1950 | |
| Coordinates: 34.915, -92.2286111 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 34° 54′ 54″ N, 92° 13′ 43″ W | |
| County (1974 pub.): Pulaski | |
| Approximate location: 12.5 miles NE of Little Rock</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Arkansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.2286111,34.9150000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>California — 1950 population center</name> | |
| <description>State: California | |
| Census year: 1950 | |
| Coordinates: 35.7461111, -119.6502778 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 35° 44′ 46″ N, 119° 39′ 01″ W | |
| County (1974 pub.): Kern | |
| Approximate location: 44.9 miles NW of Bakersfield</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>California</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-119.6502778,35.7461111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Colorado — 1950 population center</name> | |
| <description>State: Colorado | |
| Census year: 1950 | |
| Coordinates: 39.3422222, -105.0991667 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 20′ 32″ N, 105° 05′ 57″ W | |
| County (1974 pub.): Douglas | |
| Approximate location: 12.7 miles SE of Castle Rock</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Colorado</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-105.0991667,39.3422222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Connecticut — 1950 population center</name> | |
| <description>State: Connecticut | |
| Census year: 1950 | |
| Coordinates: 41.5091667, -72.8825 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 30′ 33″ N, 72° 52′ 57″ W | |
| County (1974 pub.): New Haven | |
| Approximate location: 13.8 miles NE of New Haven</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Connecticut</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-72.8825000,41.5091667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Delaware — 1950 population center</name> | |
| <description>State: Delaware | |
| Census year: 1950 | |
| Coordinates: 39.4119444, -75.5538889 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 24′ 43″ N, 75° 33′ 14″ W | |
| County (1974 pub.): New Castle | |
| Approximate location: 23.8 miles S of Wilmington</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Delaware</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-75.5538889,39.4119444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Florida — 1950 population center</name> | |
| <description>State: Florida | |
| Census year: 1950 | |
| Coordinates: 28.2525, -82.0963889 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 28° 15′ 09″ N, 82° 05′ 47″ W | |
| County (1974 pub.): Polk | |
| Approximate location: 29.8 miles NW of Bartow</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Florida</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-82.0963889,28.2525000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Georgia — 1950 population center</name> | |
| <description>State: Georgia | |
| Census year: 1950 | |
| Coordinates: 33.0063889, -83.7127778 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 33° 00′ 23″ N, 83° 42′ 46″ W | |
| County (1974 pub.): Jones | |
| Approximate location: 10.2 miles W of Gray</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Georgia</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-83.7127778,33.0063889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Idaho — 1950 population center</name> | |
| <description>State: Idaho | |
| Census year: 1950 | |
| Coordinates: 44.1991667, -114.7669444 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 11′ 57″ N, 114° 46′ 01″ W | |
| County (1974 pub.): Custer | |
| Approximate location: 33.5 SW of Challis</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Idaho</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-114.7669444,44.1991667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Illinois — 1950 population center</name> | |
| <description>State: Illinois | |
| Census year: 1950 | |
| Coordinates: 41.1102778, -88.3930556 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 06′ 37″ N, 88° 23′ 35″ W | |
| County (1974 pub.): Grundy | |
| Approximate location: 17 miles SE of Morris</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Illinois</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-88.3930556,41.1102778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Indiana — 1950 population center</name> | |
| <description>State: Indiana | |
| Census year: 1950 | |
| Coordinates: 40.1213889, -86.3130556 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 40° 07′ 17″ N, 86° 18′ 47″ W | |
| County (1974 pub.): Boone | |
| Approximate location: 9.8 miles NE of Lebanon</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Indiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-86.3130556,40.1213889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Iowa — 1950 population center</name> | |
| <description>State: Iowa | |
| Census year: 1950 | |
| Coordinates: 41.9961111, -93.2122222 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 59′ 46″ N, 93° 12′ 44″ W | |
| County (1974 pub.): Marshall | |
| Approximate location: 15.8 miles NW of Marshalltown</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Iowa</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.2122222,41.9961111,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kansas — 1950 population center</name> | |
| <description>State: Kansas | |
| Census year: 1950 | |
| Coordinates: 38.4430556, -96.8588889 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 26′ 35″ N, 96° 51′ 32″ W | |
| County (1974 pub.): Marion | |
| Approximate location: 11 miles NE of Marion</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kansas</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-96.8588889,38.4430556,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Kentucky — 1950 population center</name> | |
| <description>State: Kentucky | |
| Census year: 1950 | |
| Coordinates: 37.7538889, -85.1041667 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 37° 45′ 14″ N, 85° 06′ 15″ W | |
| County (1974 pub.): Washington | |
| Approximate location: 7.5 miles NE of Springfield</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Kentucky</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-85.1041667,37.7538889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Louisiana — 1950 population center</name> | |
| <description>State: Louisiana | |
| Census year: 1950 | |
| Coordinates: 30.8063889, -91.5680556 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 30° 48′ 23″ N, 91° 34′ 05″ W | |
| County (1974 pub.): Pointe Coupee | |
| Approximate location: 11 miles NW of New Roads</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Louisiana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-91.5680556,30.8063889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maine — 1950 population center</name> | |
| <description>State: Maine | |
| Census year: 1950 | |
| Coordinates: 44.7669444, -69.5858333 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 44° 46′ 01″ N, 69° 35′ 09″ W | |
| County (1974 pub.): Somerset | |
| Approximate location: 6.5 miles E of Skowhegan</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maine</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-69.5858333,44.7669444,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Maryland — 1950 population center</name> | |
| <description>State: Maryland | |
| Census year: 1950 | |
| Coordinates: 39.1752778, -76.7322222 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 39° 10′ 31″ N, 76° 43′ 56″ W | |
| County (1974 pub.): Anne Arundel | |
| Approximate location: 18.5 miles NW of Annapolis</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Maryland</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-76.7322222,39.1752778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Massachusetts — 1950 population center</name> | |
| <description>State: Massachusetts | |
| Census year: 1950 | |
| Coordinates: 42.3672222, -71.4358333 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 22′ 02″ N, 71° 26′ 09″ W | |
| County (1974 pub.): Middlesex | |
| Approximate location: 17 miles W of Cambridge</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Massachusetts</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-71.4358333,42.3672222,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Michigan — 1950 population center</name> | |
| <description>State: Michigan | |
| Census year: 1950 | |
| Coordinates: 42.8502778, -84.0966667 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 42° 51′ 01″ N, 84° 05′ 48″ W | |
| County (1974 pub.): Shiawassee | |
| Approximate location: 8 miles S of Corunna</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Michigan</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-84.0966667,42.8502778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Minnesota — 1950 population center</name> | |
| <description>State: Minnesota | |
| Census year: 1950 | |
| Coordinates: 45.34, -93.7663889 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 45° 20′ 24″ N, 93° 45′ 59″ W | |
| County (1974 pub.): Sherburne | |
| Approximate location: 9.5 miles NW of Elk River</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Minnesota</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-93.7663889,45.3400000,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Mississippi — 1950 population center</name> | |
| <description>State: Mississippi | |
| Census year: 1950 | |
| Coordinates: 32.8013889, -89.7491667 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 32° 48′ 05″ N, 89° 44′ 57″ W | |
| County (1974 pub.): Madison | |
| Approximate location: 22 miles NE of Canton</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Mississippi</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-89.7491667,32.8013889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Missouri — 1950 population center</name> | |
| <description>State: Missouri | |
| Census year: 1950 | |
| Coordinates: 38.5016667, -92.1283333 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 38° 30′ 06″ N, 92° 07′ 42″ W | |
| County (1974 pub.): Cole | |
| Approximate location: 5.5 miles SE of Jefferson City</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Missouri</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-92.1283333,38.5016667,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Montana — 1950 population center</name> | |
| <description>State: Montana | |
| Census year: 1950 | |
| Coordinates: 46.9338889, -110.5894444 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 46° 56′ 02″ N, 110° 35′ 22″ W | |
| County (1974 pub.): Judith Basin | |
| Approximate location: 23.2 miles SW of Stanford</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Montana</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-110.5894444,46.9338889,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nebraska — 1950 population center</name> | |
| <description>State: Nebraska | |
| Census year: 1950 | |
| Coordinates: 41.2027778, -97.8669444 (decimal degrees) | |
| TimeSpan: 1950-04-01 to 1960-03-31 | |
| Type: historical state mean center of population | |
| Population centers from Census Bureau historical state mean centers. | |
| Census source footnote: 1950–70: 1974 publication | |
| U.S. Department of Commerce, Bureau of the Census, Centers of Population for States and Counties, 1974. | |
| Source URL: https://www.census.gov/geographies/reference-files/time-series/geo/centers-population/historical-by-year.1950.html | |
| Coordinate source: census_html_dms | |
| Census table DMS: 41° 12′ 10″ N, 97° 52′ 01″ W | |
| County (1974 pub.): Merrick | |
| Approximate location: 10 miles NE of Central City</description> | |
| <styleUrl>#popCenter</styleUrl> | |
| <TimeSpan> | |
| <begin>1950-04-01</begin> | |
| <end>1960-03-31</end> | |
| </TimeSpan> | |
| <ExtendedData> | |
| <Data name="layer"> | |
| <value>population_center</value> | |
| </Data> | |
| <Data name="state"> | |
| <value>Nebraska</value> | |
| </Data> | |
| <Data name="year"> | |
| <value>1950</value> | |
| </Data> | |
| <Data name="source"> | |
| <value>Census Bureau historical state mean centers</value> | |
| </Data> | |
| <Data name="coord_source"> | |
| <value>census_html_dms</value> | |
| </Data> | |
| </ExtendedData> | |
| <Point> | |
| <coordinates>-97.8669444,41.2027778,0</coordinates> | |
| </Point> | |
| </Placemark> | |
| <Placemark> | |
| <name>Nevada — 1950 population center</name> | |